/* contact us page CSS STARTS */
@import url(/templates/default/stylesheets/latest_news/index.css);

#map {
	width: 473px;
	height: 350px;
	position: relative; 
	margin: 0 0 0 0;		
}
#map a{
	position: absolute;
	top: 155px;
	left: 117px;
	display: block;
	width: 237px;
	height: 45px;
	background: url(/templates/default/images/contact/map_btn.png) no-repeat top left;
	text-align: center;
	color: #3d5f80;
	font-size: 131%;
	font-weight: bold;
	padding: 28px 0 0 0;
}
#map a:hover{
	background-position: bottom left;
	text-decoration: none;
}

#subRightCol h5 span.supportEmail{
	border: 0px solid #ffcc00;
	text-align: right;
	font-size: 12px;
	display: -moz-inline-box;
	display: inline-block;
	width: 340px;
}

#subRightCol ul.contactCols{
	float: left;
	width: 49.5%;
	color: #6182a3;
	margin: 0;
}

#subRightCol ul.contactCols li{
	color: #6182a3;
	line-height: 17px;
	list-style: none;
	margin: 0 0 20px 0;
}

#subRightCol ul.contactCols li strong{
	font-size: 108%;
	font-weight: bold;
	color: #3e3e3e;
}
#subRightCol ul.contactCols li a{
	font-size: 85%;
	color: #717171;
	padding-left: 10px;
}

	/* pop up mail form begins*/
	#winDiv {
		background: #fff;
		/*filter:alpha(opacity=60);
		-moz-opacity:.60;
		opacity:.60;*/
		border-top: 3px solid #CECDBD;
		padding:11px;
	}
	#winDiv h5{	
		text-align: left;
		padding-top: 20px;
		*padding-top: 0;
		*margin-top: -10px;
	}
	div.x{	
		border:0px solid #ffcc00;
		float: right;
		color: #000;
	}
	div.x:hover{
		color: #314B65;
		cursor:pointer;
		cursor:hand;
	}
	#winDiv fieldset {
	  padding: 1em;
	  font:100%;
	  color: #000;
	  }
	 #winDiv fieldset strong{
	 	color:#FF0000;
		font-weight: bold;
	 }
	 #reqText{
		float: left;
		border: 0px solid #ffcc00;
		padding-left: 75px;
	 }	 
	#winDiv fieldset legend{
		font-weight: normal;
		padding-bottom: 20px;
		border: 0px solid #ffcc00;
		text-align: left;
	  }	  
	#winDiv label {
	  float:left;
	  width:150px;
	  margin-right:-80px;
	  padding-top:0.2em;
	  text-align:right;
	  font-weight:bold;
	  }
	#winDiv fieldset div{ 
		 padding-bottom: 3px;
	}	
	
	#winDiv input, textarea {
		width: 200px;
		font-weight: normal;
	}
	#winDiv input#send{
		width: 75px;
		float: right;
	} 
	#winDiv div#button {
		border: 0px solid #ffcc00;
		width: 375px;
		padding: 0px 0 0 0;
		float: left;
		text-align: right;
		margin-top: 10px;
	 } 
	 .title {
	 	display: none;
	 }
	 .error {
	 	color:#FF0000;
		text-align:left;
		border: 0px solid #ffcc00;
		margin-top: 10px;
	 }
	 .loader {
	 	visibility:hidden;
		border: 0px solid #ffcc00;
		padding: 0 0 0 0;
		display: block;
		clear: both;
		width: 375px;
		
	 }
	 #email_response {
		color:#3E3E3E;
		font-size:138.5%;
		font-weight:bold;
		padding:5px 0 15px;
	 }
	#loadingDiv {
	top: 25%;
	
	}	
	
	
	/* pop up mail form ends*/


/* contact us page CSS ENDS */

