* {
	margin:0; padding:0;
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
#formulario {
	width: 400px;
/*	margin:0 auto;
*/}
.form {
/*	float:left;
*/	padding:0 10px 10px 10px;
	background:#f3f3f3;
	border:1px solid #cfcfcf;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.form label {
/*	float:left;
	width:100px;
	padding:10px 10px 0 0;
	font-weight:bold;
*/}
.form select {
/*	float:left;
	margin-top:10px;
*/}
.form input, textarea {
/*	float:left;
	margin-top:10px;
*/	width: 100%;
}
.form .submit {
	clear: both;
	width:100px;
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}
#msgcontent {
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
}
