/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:25px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}



.popup
{
	color:#333333;
	position:relative;
}
.popupHeader
{
	font-size:18px;
	color:#000000;
}

.ulpopup
{
margin:0;
padding:0;
list-style-position:outside;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
.ulpopup li
{
	padding-top:5px;
	list-style-position:outside;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

.popupinput
{
	position:absolute;
	left: 220px;
}

.popupinput input
{
	border:#333333 1px solid;
	font-size:12px;
}

#theform textarea
{
	width: 400px;
	height:150px;
}
