form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666;
}
.ok{
	border: 1px dashed #398415;
	font-weight: bold;
	background-color: #EBFEA0;
	text-align: center;
	padding: 10px;
	color: #398415;
	margin-left: 10px; 
	margin-right: auto;
}
.error{
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	padding: 10px;
	color: #cc0000;
}

.style2 {
	color: #333333;
	font-size: 10px;
}
.style3 {color: #999999}
.style4 {
	color: #000;
	font-size:20px;
	font-weight: lighter;
	}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
body {
	background-color: #CCC;
	background-image: url(images/bg-sol.jpg);
background-position:center;
	font-family: Arial, Helvetica, sans-serif;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
