/* CSS Document */

body {

	margin: 0px;

}



#script_holder {
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: 0px;


}

#buttom_holder {
		float: left;
	height: 26px;
	width: 800px;
	padding-top: 38px;
}



img  {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



#overlay { 
	background:none !important;
    color:#efefef; 

    height:608px;
	width:831px;

	padding-top:15px;

	padding-left:15px;
	left:0 !important;
	top:0 !important;

} 


 

div.contentWrap { 

    height:608px; 

    overflow-y:auto; 

} 



div.overlay {


	width:735px;

	height:340px;

	display:none;

}



div.overlay div.close {

	background-image:url(images/close.png);

	position:absolute;

	right:14px;

	top:3px;

	cursor:pointer;

	height:35px;

	width:35px;

}



div.overlay.black {

	background:url(images/transparent.png) no-repeat !important;

	color:#fff;

}



div.overlay.petrol {

	background:url(images/petrol.png) no-repeat !important;

	color:#fff;

}



div.black h2, div.petrol h2 {

	color:#ddd;		

}
