input text{
	color: #FFFFFF;
	background-color:#FFFFFF;
	border: 1px solid #c0c0c0;
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
	/*width:120px;*/
}
.input2{
	color: #FFFFFF;
	background-color:#FFFFFF;
	border: 1px solid #c0c0c0;
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
	width:360px;
}
.input3{
	color: #FFFFFF;
	background-color:#FFFFFF;
	border: 1px solid #c0c0c0;
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
	width:40px;
}
textarea{
	width:360px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	border: 1px solid #c0c0c0;
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #5e5e5e;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	width:125px;
}
.select2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #5e5e5e;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	width:360px;
}
.select3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #5e5e5e;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	width:100px;
}
.checkbox {
	width:20px;
}
a.create_membership{
	/*background-image:url(../images/bt_create_membership.gif);*/
	background-repeat:no-repeat;
	background-position:center;
	/*width:151px;
	height:28px;*/
	display:block;
}
/*a.create_membership:hover{
	background-image:url(../images/bt_create_membership_on.gif);
}*/
a.crear_membresia{
	background-image:url(../espanol/images/bt_crear_membresia.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:151px;
	height:28px;
	display:block;
}
a.crear_membresia:hover{
	background-image:url(../espanol/images/bt_crear_membresia_on.gif);
}
