/* CSS Document */
.contactmodule .form {
	margin-top: 2px;
}
.contactmodule input.button { 
	width: 50px;
	height: 24px;
	margin:0 0 0 3px;
	background: url(../images/bg-btm-search-btn.jpg) repeat-x center bottom;
	text-transform:uppercase;
	font-size: 14px;
	border: none;
	
}

.contactmodule input.text { 
	width: 230px;
	color: #666; 
	height: 18px;
	padding: 2px;	
	background: #EBEBEB;
	margin-top: 11px;
	margin-left: 10px;
	margin-bottom: 16px;
	border: none;
	font-size: 16px;
}

.contactmodule .control {
	display: inline;
	padding: 2px;
}

