div.overlay {
		
	background-image:url(images/white.png);
	//width:0px;
	//height:0px;		
	display:none;
	padding:5px;
	background-color: #C0C0C0;
	
}	
	
div.overlay div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	
}
	
	
	
.titles{
	width: 140px;
	float: left;
}

#form_message{
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	border-radius: 5px;
	margin:10px;
	padding: 10px;
	width: 320px;
	height:330px;
	
}

#form_message input,textarea{
	border-radius: 5px;
	width: 170px;
}

#submit{
	height: 30px;
	float: right;
}

#form_message h2{
	text-align: center;
}