/* CSS Document */


/* registro */

.frm_reg .checkbox{
	width: 262px;
	margin-top: 5px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 14px;
	padding-left: 10px;
	background-repeat:no-repeat;
	margin-left:80px;
}

.frm_reg .inp{
	width: 262px;
	margin-top: 5px;
	background-image: url(../imgs/cta_input.jpg);
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
	padding-left: 10px;
	background-repeat:no-repeat;
}
.frm_reg label{
	width: 125px;
	display: block;
	float: left;
	margin-right: 10px;
	text-align:right;
}
.frm_reg label.bl{
	width: 260px;
	margin-left: 80px;
	margin-top: 20px;
}
.method_pago{
	cursor:pointer;
}