<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#93d0f2;
}
#wrap{
	width:1100px;
	height:630px;
	background-image:url('images/bg.jpg');
	overflow:hidden;
}
#leftside{
	width:500px;
	height:630px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#rightside{
	width:600px;
	height:630px;
	float:left;
	position:relative;
}
#mid{
	width:490px; /* +10 padding */
	height:590px; /* +10 padding */
	padding:5px;
	background:url('images/theme-candycanes.png');
	margin:auto;
	margin-top:15px;
}
#picDiv{ /* the picture's div */
	width:300px;
	height:300px;
	border:2px solid black;
	
	background:#fff; /* visible while image loads */
	
	margin:0 auto;
	margin-top:10px;
	
	text-align:center;
	
	overflow:hidden;
}
#textDiv{
	width:295px; /* -10 height/width for padding */
	height:190px;
	padding:5px;
	
	margin:0 auto;
	margin-top:10px;
	background:#FFF;
	
	font-size:16px;
	overflow-y:auto;
}
#elf{
	position:absolute;
	left:7px;
	top:140px;
	z-index:100;
}
.namefield, .emailfield{
	width:155px;
	margin-left:7px;
}
#enterMsgTxt, #sendCardTxt, #uploadImgTxt, #themeTxt{
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
}
#themeBox{
	width:200px;
	height:185px;
	background-color:#005d9f;
	position:absolute;
	left:282px;
	top:89px;
}
.theme{
	width:190px;
	height:30px;
	margin:auto;
	text-align:center;
	margin-top:1px;
	cursor:pointer;
}
#t1{
	background-image:url('images/themebutton-candycanes.png');
}
#t2{
	background-image:url('images/themebutton-gifts.png');
}
#t3{
	background-image:url('images/themebutton-northpole.png');
}
#t4{
	background-image:url('images/themebutton-silentnight.png');
}
#t5{
	background-image:url('images/themebutton-surfingsanta.png');
}
#msgBox{
	width:270px; /* +padding = 472 */
	height:186px;
	background-color:#00a1cc;
	position:absolute;
	left:10px;
	top:278px;
	z-index:70;
	padding-left:202px; /* the elf */
}
#theText{
	width:260px;
	height:135px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
#selFont{
	width:260px;
}
#imageBox{
	width:235px;
	height:157px;
	position:absolute;
	left:10px;
	bottom:5px;
	background-color:#005d9f;
}
#theImg{
	width:200px;
	cursor:pointer;
}
#file_wrap{
    background:url(images/button.png);
    overflow:hidden;
    width:167px;
    height:32px;
	cursor:pointer;
	margin:auto;
}
#file_wrap input{
    opacity:0;
    font-size:999px;
    cursor:pointer;
}
#loading{
	height:140px;
	margin:auto;
	text-align:center;
	width:170px;
}
.finePrint{
	font-size:10px;
	color:#ffffff;
	margin:0 auto;
}


#cardBox{
	width:232px;
	height:157px;
	position:absolute;
	left:250px;
	bottom:5px;
	background-color:#005d9f;
	color:#fff;
}
#sendbtn{
	display:block;
	margin:auto;
}
#up,#down{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
#up:visited,#down:visited{
	color:fff;
	text-decoration:none;
}
#up:hover,#down:hover{
	color:#00A1CC;
}
#cboxForm{
	color:#ffffff;
	font-size:14px;
}
#toolTip{
	width:300px;
	height:32px;
	padding:3px;
	border:1px solid black;
	background:rgba(255,255,255,0.9);
	position:absolute;
	-webkit-box-shadow:  7px 7px 16px 0px rgba(0, 0, 0, 0.6);
    box-shadow:  7px 7px 16px 0px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 4px;
    border-radius: 4px;
	font-size:15px;
	padding-bottom:6px;
	z-index:40;
	line-height:2.3;
}

.centerText{
	text-align:center;
}
.hiddenLabel{
	position: absolute !important;
   	top: -9999px !important;
   	left: -9999px !important;
}</pre></body></html>