input, select, textarea {
	font-family:				Tahoma, Verdana, Sans-serif;
	background:					#fff;
	border:						1px solid #50554D;
	font-size:					11px;
	color:						#00C;
	padding:					3px;
	margin:						0 0 8px 0;
}

input.colone {
	width:						340px;
}

input.coltwo {
	width:						200px;
}

select.colone {
	width:						146px;
}

select.coltwo {
	width:						206px;
}

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

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

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

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

