@charset "utf-8";
/* CSS Document */

H2 {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 16px; color: #004FB3;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}

.invoke_callback {
	position: relative;
}
#close_div {
	position: absolute;
	left: 270px;
	top: 10px;
}
.cb_data {
	display: none;
}
/*callback*/
#cb {
	z-index: 999;
	display: none;
	width: 300px;
	height: 335px;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 17px;
	text-decoration: none;

	1background-color: #ccccff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-150px;
    margin-top:-150px;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #E6E6FF; /* fallback for browsers that don't understand rgba */
  border: #solid 10px #000; /* fallback for browsers that don't understand rgba */
  background-color: rgba(255,255,255,0.8)/* slighly transparent white */
  border-color: solid 10px rgba(0,0,0,0.2) /*Very transparent black*/
}
/*callback_div*/
#cbd {
	margin: 10px 10px 10px 10px;
}
#cbd h2 {
	text-align: center;
	color: black;
	padding-bottom: 10px;
}
/*callbackform*/
#cbf ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
#cbf ul li {
	height: 45px;
}
#cbf ul li a {
	position: relative;
	float: left;
	left: 80px;
	margin-top: 15px;
}
#cbf ul li img {
	position: relative;
	float: left;
}
#cbf label {
	margin:0; width:60px; display:block; 
	padding:2px 0; 
	font-size: 14px;
	font-weight: normal;
	float:left;
}
#cbf input  {
	width:215px;
	border:1px solid #e1e1e1;
	float:left;
	background-color: #FFCCCC;
}
#cbf textarea  {
	border:1px solid #e1e1e1;
	float:left;
	background-color: #FFCCCC;
	resize: none;
	font-family: monospace;
	FONT-SIZE: 100%;
}
/*contact-form-error*/
.cfe {
	clear: both;
	font-size: 10px;
	padding-left: 60px;
}

#callbackSubmitMsg {
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

.dn { display: none; }
.db { display: block; }