img, div overlay, div overlay div close { behavior: url("RENAME_iepngfix.htc") }

h2.titleoverlay {
     font: bold 16px Arial, Helvetica, sans-serif;
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 10px 0px;
	 color:#D12A27;
}

.hand  {
   cursor:pointer;
   text-decoration:underline;
   color:#8fcae7;
}

a.hand:link, a.hand:visited, a.hand:active, a.hand:hover  {
   text-decoration: underline;
   color:#8fcae7;
   font-size:14px;
   font-weight: bold;
}

a.download:link, a.download:visited, a.download:active, a.download:hover  {
   text-decoration: underline;
   color:#8fcae7;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	padding:15px 15px 20px 15px;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#EBEFEC;
	
	width:380px;	
	min-height:100px;
	border:1px solid #5C5B5C;
	color:#5C5B5C;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* form */ 

.heading  {
  font:Arial, Helvetica, sans-serif;  
  font-size:12px;
  margin: 10px 0px 10px 0px;
  line-height:normal;
}

.heading p  {
  font:Arial, Helvetica, sans-serif;  
  font-size:12px;
  line-height:normal;
}

.small  {
  font:Arial, Helvetica, sans-serif;  
  font-size:10px;
  line-height:normal;
}

.col1  {
   font:Arial, Helvetica, sans-serif;
   float:left;
   width:120px;
   font-size: 11px;
   padding-top:12px;
   clear:left;
   font-weight:bold;
}

.col2  {
   font:Arial, Helvetica, sans-serif;
   float:left; 
   width:200px;
   padding-top:12px;
}

#firstname,#lastname, #email, #company, #phone, #position, #industry   {
   font:Arial, Helvetica, sans-serif; 
   border: 1px solid #5C5B5C;
   background-color:#fff;
   font-size:12px;
   width:180px;
}

#country, #revenues  {
   font:Arial, Helvetica, sans-serif; 
   border-bottom: 1px solid #5C5B5C;
   border-left: 1px solid #5C5B5C;
   border-right: 1px solid #5C5B5C;
   border-top: 1px solid #5C5B5C;
   border-style:solid;
   background-color:#fff;
   font-size:12px;
   width:185px;
}

.link {
   padding:0px 0px 0px 120px;
     clear:both;
 }

.link a{
   font-size: 10px;
   text-decoration:underline;
   color:#91CCEB;
}


.lastrow {
   width:305px;
   text-align:right;

}

h2.trigger {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 112px;
    _margin: 0px 0px 0px 57px;
	background: url(../images/overlay/h2_trigger_a.gif) no-repeat;
	height: 35px;
	line-height: 35px;
	width: 136px;
	font-size: 11px;
	font-weight: normal;
	float: left;
	
	
}

h2.trigger a {
	color: #91CCEB;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #ccc; }

h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 370px;
	clear: both;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
	color: #fff;
}

/* validation Engine */ 


	.formError {
			position:absolute;
			top:100px; left:100px;
			padding-bottom:13px;
			display:block;
			z-index:50000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:120px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:50001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  


