* {
	margin: 0px;
	padding: 0px;
}
#loading {
	height: 20px;
	width: 160px;
	margin-right: 150px;
	float: right;
	display: none;
}
#result {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#formulari {
	width: 415px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-right: 15px;
	color: #FFFFFF;
	padding-top: 15px;
}
#div1 {
	width: 197px;
	float: left;
}
#div2 {
	float: right;
	width: 197px;
	padding-bottom: 10px;
}
label {
	display: block;
	margin-bottom: 3px;
}
.caixa {
	width: 197px;
	margin-bottom: 10px;
	border: thin solid #FFFFFF;
}
#comentario {
	height: 152px;
	width: 197px;
	margin-bottom: 10px;
	border: thin solid #FFFFFF;
}
.boto {
	font-size: 11px;
	background-color: #454545;
	color: #FFFFFF;
	font-weight: normal;
	float: right;
	border: thin solid #454545;
	padding: 3px;
}
label span {
	text-decoration: underline;
}
.boto:hover {
	color: #CCCCCC;
	cursor: pointer;
}
