/* COMMON */
H2 {
	font-size:15px;
	color:#333333;
	background-color:#ddeeff;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	text-align:left;
	padding:5px 0 5px 12px;
	
}

.icon{
	float:left;
	width:66px;
	height:66px;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	margin:10px 5px 0px 10px;
	
}

/* FIRST PAGE CSS */

UL {
	/* list-style-type:circle; */
	margin-top:10px;
	margin-bottom:10px;
}
LI {
	margin-left:30px;
	margin-top:5px;
	text-align:left;
}

.open_popup_link {
	float:right;
	width:180px;
	font-size:12px;
	background-color:#ddeeff;
	border-width:1px;
	border-style:solid;
	border-color:#bbddff;
	margin-bottom:5px;
	margin-right:5px;
	text-align:center;
}
a.open_popup_link:link, a.open_popup_link:active, a.open_popup_link:visited {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
a.open_popup_link:hover{
	font-weight:normal;
	text-decoration:underline;
}

.description {
	float:left;
	margin-top:10px;
	width:87%;
	font-size:12px;
}
.description A{
	color:black;
}


/* FORMS CSS*/
FORM {
	margin-top:35px;
	padding-right:30px;
}

H3{
	float:left;
	font-size:16px;
	margin-top:10px;
}

#form_template{
	color:#333333;
	background-image:url(/c_images/layout/bg_contactus.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-family:Lucida Sans,Arial;
	border-width:2px;
	border-color:#cccccc;
	border-style:solid;
	text-align:center;
	height:600px;
	font-size:13px;
	font-weight:bold;	
}

#message {
	vertical-align:top;
}

#button_block {
	vertical-align:top;
	margin-top:20px;
	text-align:top;
}

#header{
	margin-top:10px;
	margin-left:10px;
	margin-right:20px;
}
#explanation{
	margin-left:83px;
	text-align:left;
	font-weight:normal;
}
