#suggestPost
{
	background: url(/images/suggest-post.png) no-repeat scroll 0px 0px;
	height:170px;
	left:0;
	position:fixed;
	top:40%;
	width:40px;
	z-index: 5406403540354;
}
div#suggestPost:hover
{
	background-position:-41px 0px;
}
#suggestPost a
  {
	display:block;
	height:170px;
	width:40px;
}
#webform_overlay_toggle {
	width: 900px; /* changed from 800px 	to		900px */
	height: 490px; /* changed from 480px 	to		490px */
	background-color: rgba(0,0,0,0.9); 
	position: absolute; 
	z-index: 99998; /*543543543;*/

	left:0; right:0;
	top:0; bottom:0;
	margin:auto;

	max-width:100%;
	max-height:100%;
	overflow:auto;
	
	display: none;
	position:fixed;		
	border-radius: 4px;
}
#thankyou_overlay_toggle
 {
	width: 460px;
	height: 200px;
	background-color: rgba(0,0,0,0.9); 
	position: absolute; 
	z-index: 99998;

	left:0; right:0;
	top:0; bottom:0;
	margin:auto;

	max-width:100%;
	max-height:100%;
	overflow:auto;
	
	display: none;
	position:fixed;		
	border-radius: 4px;
}

.webform_overlay_toggle .message {display: inline-block; color: #FFF; padding: 10px; font-weight: 500; font-size:85%}

#webform_overlay_toggle h5 {font-size: 30px; color: #FFFFFF; padding: 20px; margin: 0;}

#webform_overlay_toggle .close_webform {float: right; padding: 20px;}

#webform_overlay_toggle .close_webform i {font-size: 32px; color: #999999;}
#webform_overlay_toggle .close_webform i:hover {font-size: 32px; color: #FFFFFF;}

#webform_overlay_toggle .webform_overlay label {display: inline-block; width: 150px; padding: 10px; color: #FFF; text-align: right; vertical-align: top; padding: 6px 10px 10px 10px;}

#webform_overlay_toggle .webform_overlay label.error, #webform_overlay_toggle .webform_overlay label.errorcheckboxlist,
#webform_overlay_toggle .webform_overlay span.error, #webform_overlay_toggle .webform_overlay  span.errorcheckboxlist {
	clear: both; color: #ff9933; padding: 0.4em 0 0.2em 0; margin: 0; vertical-align: top; display: inline-block; font-size: 11px; font-weight: bold !important; width: auto;
}

#webform_overlay_toggle .webform_overlay .webform_input select {
	display: block; 
	/*margin-left: 175px; */
	/*margin-top: -30px; */
	padding: 5px 0px 2px 5px;  /* change from 2px 0px 2px 5px 	to		5px 0px 2px 5px */
	/* RODDAN ADDED */
	width: 100%; 
	height: 30px;
	margin-bottom: 5px;
	/*border: 1px solid #E5E5E5; border-radius: 2px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
}
#webform_overlay_toggle .webform_overlay .webform_input textarea {
	display: block; 
	/*margin-left: 175px; */
	/*margin-top: -30px; */
	padding: 5px; 
	width: 95%; /* changed from 196px 		to 		252px;*/
	height: 80px;
	/*border: 1px solid #E5E5E5; border-radius: 2px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
}
#webform_overlay_toggle .webform_overlay .webform_input input {
	padding: 5px; 
	width: 95%; /* changed from 196px 		to 		252px;*/
	/*border: 1px solid #E5E5E5; border-radius: 2px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
}
#webform_overlay_toggle .webform_overlay .webform_input {
	display: inline-block;
	width: 240px;
	padding-bottom: 10px;
}
#webform_overlay_toggle .webform_overlay .submit-contactus input {
	margin: 20px;
	display: inline-block;
	float: right;
	height: 40px;
	padding: 0 10px;
	line-height: 27px;
	background-color: #FF9933;
	border: 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px!important;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff!important;
	text-decoration: none;
	min-width: 200px;
}
.webform_overlay .submit-contactus a.button{
	margin: 20px 20px 20px;
	display: inline-block;
	float: right;
	height: 40px;
	padding: 0 10px;
	line-height: 35px;
	background-color: #FF9933;
	border: 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px!important;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff!important;
	text-decoration: none;
	min-width: 100px;
	font-weight: bold;
}

#ctl00_Content__lblvalidation {display: none !important;}

#recaptcha_widget_div {
    background-color: white;
    clear: left;
    width: 442px;
    display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: -118px;
}

.divValidationCodeError {
    color: #ff9933;
    font-size: 11px;
    font-weight: bold !important;
    margin: 0;
	margin-left: 50%;
    vertical-align: top;
    width: auto;
    float: left;
}

#webform_overlay_toggle .webform_overlay .submit-contactus input:hover, .webform_overlay .submit-contactus a.button_rounded_blue:hover{
	background-color: #005596;
	cursor: hand; cursor: pointer;
}
#wait_loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; overflow: hidden; z-index: 99999; display: none; }
#wait_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('/images/css2/wait.png'); opacity: 0.8; filter: alpha(opacity=80); }
#wait_loading_modal {display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; height: 100% !important; width: 100% !important; background-color: #000000; z-index: 99997; opacity:.10; filter: alpha(opacity=10); }