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


.content{
	height: 700px;
}

.box-titulo{
margin-top: 22px;
height: 50px;
border-bottom: 1px solid #BFBFBF;
}

.box-titulo h1{
	font-size:26px;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
}

.left{
	margin-top: 25px;
	width: 450px;
	float: left;
}

.left p{
	line-height: 35px;
}



/* FORMULÁRIO */

#BoxForm {
	width:450px;
	height:410px;
	float:left;
	font-family: 'Pontano Sans', sans-serif;
}


#form ul li {
	padding:1px 0;
	list-style:none;
	clear:both;
	color:#000;
}



#form input#name, #form input#email, #form input#subject, #form textarea {
	float:left;
	padding:1px;
	border:1px solid #CCCCCC;
	background:#F7F7F7;
	color:#666;
}
#form input#name, #form input#email, #form input#subject {
	width:380px;
	height:30px;
}

#form textarea {
	width:380px;
	height:120px;
	resize:none;
}

#form input {
	color:#999;
	float:left;
}

#form input#send_message {
	width:100px;
	height:35px;
	margin:10px 0 0 0;
	cursor:pointer;
	font-size:18px;
	color:#f6f6f6;
	background:#00B3E2;
	border:1px solid #ccc;
	font-family: 'Pontano Sans', sans-serif;

}

#form input#send_message:hover {
	color:#999;
	background:#dcdcdc;
	border-color:#999;
}