form {
	margin-left: 8px;
	padding: 8px 16px 40px 16px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #8A8B8F;
	width:360px;
}

form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

form p {
	margin-bottom: 0;
}

#left1 label {
	color: #777;
	font-size: 13px;
}
form .submit { float: right; }

form p { margin-bottom: 0px; }

#regEmail, #regNombre, #regApellido, #regTelFijo, #regCelular,
#regFecNacimiento, #regDni, #regDomicilio, #regProvincia, #ingDni, #regLocalidad, #regSexo, #regComentario,
#votMesa, #votHora, #votCuartoOscuro, #votDesignadas, #votDemora, #votFiscales, #votMinutos, #ingMesa, #ingConfirma {
	font-size: 16px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 2px solid #e5e5e5;
	background: #fbfbfb;
	font-weight:bold;
}

#votHora, #votMinutos{ width:30%;}

form span{ color:#FF6600; font-size:10px;}
form .submit input {
	border-color: #298cba !important;
	font-weight: bold;
	color: #FFF !important;
	background: #5C74A3 repeat-x scroll left top;
}

form .submit input:hover {
	border-color: #13455b !important;
	color: #EAF2FA !important;
}
form input {
	color: #555;
}

#formVotacion{ width:450px;}
