body {
text-align:center;
}

em{
	font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style:italic;
} 
#contact_form { 
	padding:0px 0 0;
}
#contact_form p{ 
	padding:0;
	margin:0;
	font-size:14px;
}
input#email{
	font:bold 16px Arial, Helvetica, sans-serif;
	border:2px solid black;
    width:235px;
    padding:7px;
	height:40px;
	background:url(../../images/input_bg.gif) repeat-x;
}

input#send_message { 
    width:80px !important; /* the width of the submit button  */ 
    cursor:pointer;
	padding:8px 0;
	height:40px;
	background:black url(../../images/all_white_arrow.png) no-repeat right;
	color:white;
	font:bold 14px Arial, Helvetica, sans-serif;
	border:0px solid white;
	margin-top:1px;
}

.error { display: none; padding:10px; color: #D8000C; font-size:16px;background-color: #FFBABA; text-align:center;}
.success { display: none; padding:10px; color: #044406; font-size:16px;background-color: #B7FBB9; text-align:center;}

#contact_logo { vertical-align: middle; }
.error img { vertical-align:top; }




