@charset "utf-8";
/* CSS Document */

@import url("font.css");

input, textarea, select{
    outline: none;
}

.contatoform {
	font-family: 'CenturyGothic';
	font-size:13px;
}
.contatoinput {
	width:500px;
	height:30px;
}
.contatoinput input {
	width:490px;
	height:30px;
	border:1px #bbb solid;
	font-family: 'CenturyGothic';
	font-size:13px;
	color:#777;
	background:#e6e6e6;
	padding:0px 5px 0px 5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
}
.contatotextarea {
	width:500px;
	height:200px;
}
.contatotextarea textarea {
	width:490px;
	height:200px;
	border:1px #bbb solid;
	font-family: 'CenturyGothic';
	font-size:13px;
	color:#777;
	background:#e6e6e6;
	overflow:hidden;
	padding:0px 5px 0px 5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
}
.contatobt input {
	border:0px;
	cursor:pointer;
	color:#fff;
	font-family: 'CenturyGothic';
	font-size:13px;
	background:#19171c;
	padding:5px 8px 5px 8px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
}

.contatobt input:hover {
	border:0px;
	cursor:pointer;
	color:#fff;
	font-family: 'CenturyGothic';
	font-size:13px;
	background:#e51927;
	padding:5px 8px 5px 8px;
}
.contatomensagem {
	position:relative;
	color:#19171c;
	width:100%;
	text-align:center;
	top:150px;
	font-family: 'CenturyGothic';
	font-size:13px;
}
.contatomensagem a:link {
	text-decoration:none;
	color:#fff;
	background:#19171c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	font-size:13px;
	padding:5px 8px 5px 8px;
}
.contatomensagem a:visited {
	text-decoration:none;
	color:#fff;
	background:#19171c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	font-size:13px;
	padding:5px 8px 5px 8px;
}
.contatomensagem a:hover {
	text-decoration:none;
	color:#fff;
	background:#e51927;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	font-size:13px;
	padding:5px 8px 5px 8px;
}
.contatomensagem a:active {
	text-decoration:none;
	color:#fff;
	background:#19171c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(border-radius.htc);
	font-size:13px;
	padding:5px 8px 5px 8px;
}