/* CONTACT */

#contact-form {
	width:330px;
	padding:0 20px 0 10px;
	float:left;}

.contact-form-row {
	width:330px;
	margin:0 0 5px 0;}
	
.contact-form-left {
	width:110px;
	float:left;}

.contact-form-right {
	width:200px;
	float:left;
	padding:0 0 0 20px;}

.field {
	width:198px;
	border:1px solid #d4d5d8;
	background:#fdfdfd;
	height:20px;}
	
.button {
	background:#24257d;
	color:#fff;
	border:1px solid #000033;
	font-size:0.9em;
	font-weight:bold;
	padding:2px 5px;
	cursor:hand;}