@import url('main.css');
@import url('sidebar.css');
@import url('footer.css');


.required{
  color:red;
}

#vendaForm{
  padding-left:30px;
}

#veiculo{
  width:450px;
  padding:30px 0 0 30px;
  background-color:#0c0c0c;
  margin-bottom:5px;
  border:solid 1px #333333;
}

#contacto{
  width:450px;
  padding:30px 0 0 30px;
  background-color:#0c0c0c;
  margin-bottom:15px;
  border:solid 1px #333333;
}

#vendaForm h1{
  color:orange;
  font-size:16px;
  margin-bottom:5px;
}

#vendaForm p{
  color:#aaaaaa;
  width:450px;
  font-size:15px;
  margin-bottom:30px;
}

#vendaForm label{
  /*display:block;*/
  color:orange;
}

#vendaForm input{
  display:block;
  height:24px;
  padding:2px 0 2px 0;
  border: solid 1px #b3b3b3;
  margin-bottom:20px;
}

#vendaForm textarea{
  display:block;
  width:400px;
  height:200px;
  border: solid 1px #b3b3b3;
  margin-bottom:20px;
}

#marca,#nome{
  width:400px;
}

#cor{
  width:200px;
}

#ano,#km,#preco{
  width:80px;
}

#vendaForm #submit_venda{
  height:35px;
  width:100px;
  background-color:#0c0c0c;
  border:solid 1px #333333;
  color:white;
  cursor:pointer;
}

#ajaxWrapper{
 position:relative;
 height:16px;
 width:300px;
 top:-50px;
 left:110px;
}
