#contact_form_wrapper{
	width:629px;
	height:309px;
	border:1px solid #FFFFFF;
	background:#babab8;
	display:none;
	position:absolute; 
	top:20%; 
	left:50%; 
	margin:-40px auto auto -318px;
}
#contact_form_wrapper img{
	cursor:pointer;
	position:absolute;
	left:585px;
	top:5px;
}
#contact_form_top{
	width:627px;
	height:69px;
	background:url(../images/contact_form_top.gif) no-repeat #ededeb;
	background-position: 26px 11px;
	margin:1px 1px 0px 1px;
}
#contact_form_bottom{
	width:575px;
	height:188px;
	background:url(../images/contact_form_bg.gif) ;
	margin:0px 1px 1px 1px;
	padding:25px 26px 25px 26px;
}
#contact_table{
	height: 131px; 
	width: 575px;
}
.contact_input{
	height: 21px; 
	width: 155px;
	border:1px solid #dedee0;
}
.contact_textarea{
	height: 94px; 
	width: 237px;
	border:1px solid #dedee0;
}
