@charset "utf-8";
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#form {
	color: #C60;
	left: 29px;
	top: 786px;
	width: 277px;
	height: 227px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
#email {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/compoemail.jpg);
	height: 25px;
	background-repeat: no-repeat;
	width: 265px;
	color: #930;
	padding-left: 7px;
	background-color: #0A0A0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
}

#mensagem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/campomensagem.jpg);
	height: 93px;
	background-repeat: no-repeat;
	width: 265px;
	color: #930;
	padding-left: 7px;
	background-color: #070707;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	resize: none;
	font-size: small;
	padding-top: 5px;
}

#nome {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/camponome.jpg);
	height: 25px;
	width: 168px;
	color: #930;
	padding-left: 7px;
	background-color: #060709;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	background-repeat: no-repeat;
	float: left;
}

#enviar {
	background-image: url(../images/btenviar.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 95px;
	background-repeat: no-repeat;
	background-color: #0A0A0A;
	margin-left: 5px;
	color: #F90;
}
#enviar:hover {
	background-image: url(../images/btenviar_hover.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 95px;
	background-repeat: no-repeat;
	background-color: #070707;
	margin-left: 5px;
	color: #F90;
	cursor: default;
}
