.form {
	font:                       11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

input, select, textarea {
	font:				        11px "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background:					#fff;
	border:						1px solid #50554D;
	color:						#333;
	padding:					3px;
	margin:						0 0 8px 0;
}

input.colone {
	width:						140px;
}

input.coltwo {
	width:						200px;
}

select.colone {
	width:						146px;
}

select.coltwo {
	width:						206px;
}

textarea.tarea {
	width:						368px;
	height:						90px;
}

.ast {
	color:						#e92727;
	font-weight:				bold;
}

input.send {
	display:					block;
	width:						71px;
	height:						33px;
	border:						0;
	padding:					0;
	margin:						0 55px 0 0;
	background:					url(/website/images/send.gif) no-repeat 0 -43px;
}

input.send:hover {
	cursor:						pointer;
	background:					url(/website/images/send.gif) no-repeat 0 0;
}