﻿body {padding:0; margin:0; background-color:#D5EEFC}
body, td, input, textarea{
	font-size:9px;
    font-family:Verdana;
	color:#FFFFFF;
	line-height:14px;
	vertical-align:top;
	padding:0px;
	 
}


br{font-size:10px}
table{border:0px; border-collapse:collapse;	}

a{color:#FFFFFF; text-decoration:underline} 
a:hover{text-decoration:none}

ul{margin:0; padding:0; list-style:none; line-height:23px}
li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px; padding-left:14px; background-position:0 11px }
li a{color:#FFFFFF;} 

.set1 ul{margin:0; padding:0; list-style:none; line-height:17px}
.set1 li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px; padding-left:14px; background-position:0 11px }
.set1 li a{color:#FFFFFF;} 
 
 
.header{color:#2C1F1E; font-size:10px;} 

.footer{color:#136998; font-family:Tahoma; font-size:11px} 
.footer a {color:#136998;} 

.more{background:url(images/1_z1.gif)  center left no-repeat; padding-left:11px; background-position:0 5px; color:#FFFFFF}


input{
   padding-left:5px;
   width:202px; height:21px;
   color:#136998;
}
textarea{
   padding-left:5px;
   width:202px; height:154px;
   overflow:auto;
   color:#000000}
 .input1{
   padding-left:5px;
   width:235px; height:22px;
   vertical-align:middle;
   margin-left:7px;
   color:#000000
} .input2{
   padding-left:5px;
   width:235px; height:22px;
   vertical-align:middle;
   margin-left:7px;
   color:#000000
}
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url('images/white.png');
	
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:400px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
