.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4662C6;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0226B3;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #4D66CE;
	background-image: url(../images/fondo-form.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

