@charset "utf-8";
/* CSS Document */
input[type="text"], input[type="password"], input[type="textarea"], select, textarea
{
	/*height:22px;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.8em!important;*/
	padding:8px 10px;
	color:#000;
	background:#fff;
	-o-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	margin-bottom:10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:3px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	/*font-size:0.8em;*/
}
input[type="text"]:focus, input[type="password"]:focus, input[type="textarea"]:focus, select:focus, textarea:focus{
	border-color:#FA4913;
	box-shadow:0px 0px 15px rgba(250, 73, 19, 0.5);
}
table input[type="text"]{
	margin-bottom:0;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="textarea"]:disabled, select:disabled, textarea:disabled
{
	background:#eee;
}
input[type="radio"], input[type="checkbox"]
{
	float:left;
	margin-right:10px;

	border-radius:0;
	border:solid 1px #FA4913!important;
}
.recargar_captcha{
	background:url(../imagenes/btn_recarga.png) no-repeat center center #F4F4F4;
	border: 1px solid #ccc;
	float:right;
	height: 46px;
	text-indent: -9999px;
	width: 18%;
	border-radius:3px;
}
/*.seguridad{
	float:left;
	margin-right:19px;
}*/