div.overlay {
	background-image:url(white.png);
	width:350px;
	height:200px;		
	display:none;
	padding:55px;
	font-family : sans-serif;
	font-size: 10px;
	
}

div.overlay div.close {
	background-image:url(close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.bodytext
{
	font-family : sans-serif;
	font-size: 10px;
	color: #666666;
}

div.overlay h2
{
margin:10px 0; 
font-size: 40px; 
font-weight: thin; 
color: #666666;
}

div.overlay input,textarea
{
color: #666666;
font-weight: thin; 
background-color: transparent;
border-color: #666666;
border-width: 1px;
border-style: solid;
}