/* CSS Document */
.clearfloat { 
	margin: 0;
	line-height: 0px;
	font-size: 1px;
	clear: both;
}


/* FORMULARIOS */


.form label, .form input, .form textarea, .form select {
	display:block;
	float:left;
	margin:2px;
	margin-bottom:10px;
	
	
}

.form input, .form textarea, .form select {
}


.form option {
margin:2px;
margin-left:8px;
}

.form label {
	text-align:right;
	width:260px;
	padding-top:2px;
	padding-right:6px;
	color:#000000;
	font-weight:normal;
	font-size:100%;
}

form {
margin-top:12px;
margin-bottom:12px;
}


label.error {
	clear:both;	
	padding-left:170px;
	color:#FF0000;
	font-weight:normal;
}

input.error, textarea.error, select.error {
	border:1px solid #FF0000;
}

.input_text {
width:360px;
}

.input_textarea {
width:360px;
height:80px;
}

.btn {
	background-color:#E2006A;
	color:#FFFFFF;
	width:100px;
	text-align:center;
	border:1px solid #940649;
	font-weight:bold;
	cursor:pointer;
	padding:1px;
	padding-bottom:0;
	background-image: url(../images/find_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size:94%;
}

.btn:hover {
	background-position: 0px -18px;
	
}

.btn2 {
	background-image: url(../images/btn_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:94%;
	cursor:pointer;
	border:0;
	width:22px;
	height:22px;
}


/* FIN FORMULARIOS */

