/*  
Validar custom CSS
*/

/* Form */

#form input, select, checkbox, textarea {
	color: #005958;
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	padding: 4px;
}

#form input, select, textarea {
/*	width: 230px; */
}

#form select {
	padding: 0;
}

#form label {
	display: block;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#form .button {
	background: #005958;
	color: #fff;
	font-weight: bold;
	width: 80px;
	padding: 6px;
}

#form input:focus, select:focus, checkbox:focus, textarea:focus {
	background: #fff;
	color: #005958;
}

img.form {
	margin:0 0 20px 0;
	padding:0;
}

#form fieldset {
	border: none;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
}

#form legend {
	border: none;
	margin: 0; 
	padding: 0 0 8px 0;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.event_marketer input, select, checkbox, textarea {
	float: left;
	margin-right: 8px;
}

.event_marketer label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	float: left;
	padding-top:3px;
}

#info label {
	width: 90px;
}

#form div {
	clear: left;
}

h1.form {
	font-size:18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	}
	
p.form {
	font-size: 13px;
}

#form #tellus {
width: 320px;
}