@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

#ajax_form {
	max-width: 600px;
	height: 360px;
	color: #fff;
	position:relative;
	margin-top:0px;
	margin-left:0px;
}

#nome, #telefone, #celular, #email {
 width: 96%;
 padding: 10px 0 10px 10px;
 border-radius: 0px;
 letter-spacing: 0px;
 font-family: 'Ubuntu', sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 18px;
 color: rgba(0,0,0,1.00);
 background: none;
 margin-left: 0px;
 margin-right: 8px;
 margin-bottom: 8px;
 border: thin rgba(255,153,0,1.00) solid;
 height: 18px;
}

 #projeto {
 width: 96%;
 padding: 10px 0 10px 10px;
 border-radius: 0px;
 letter-spacing: 0px;
 font-family: 'Ubuntu', sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 18px;
 color: rgba(0,0,0,1.00);
 background: none;
 margin-left: 0px;
 margin-right: 8px;
 margin-bottom: 8px;
 border: thin rgba(255,153,0,1.00) solid;
 height: 18px;
 }

 #mensagem{
 width: 96%;
 padding: 10px 0 10px 10px;
 border-radius: 0px;
 border: thin rgba(255,153,0,1.00) solid;
 resize:none;
 height: 70px;
 margin-left: 0px;
 margin-right: 8px;
 margin-bottom: 6px;
 background: none;
 font-family: 'Ubuntu', sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 18px;
 color: rgba(0,0,0,1.00);
 letter-spacing: 0px;
 margin-top: 0px;
 }
 
#enviar {
 width: 98%;
 padding: 6px 0 6px 10px;
 margin-left: 0px;
 margin-right: 8px;
 background: rgba(255,153,0,1.00);
 font-size: 12px;
 color: rgba(255,255,255,1.00);
 cursor:pointer;
 border-radius:0px;
 border: none;
 font-family: 'Ubuntu', sans-serif;
 }

#voltar {
 width: 454px;
 height: 26px;
 background: rgba(255,153,0,1.00);
 font-size: 12px;
 color: rgba(255,255,255,1.00);
 cursor:pointer;
 position:relative;
 left:0px;
 top:0px;
 border-radius:0px;
 border:none;
 font-family: 'Ubuntu', sans-serif;
 }