form{
position:relative;
line-height:2em;
}

form p{
margin:15px;
}

input, select{
position:absolute;
left:120px;
height:1em;
width:200px;
}

select{
height:1.5em;
}

input#button{
height:20px;
width:80px;
color:#000;
margin:0px;
position:relative;
left:360px;
background:#4d72a8;
color:#FFFFFF;
border:1px #000 solid;
}

form #desc{
margin-top:30px;
width:90%;
line-height:10pt;
}

form #car{
position:absolute;
left:350px;
top:0px;
width:230px;
height:120px;
text-align:center;
}

#successfull{
position:relative;
top:80px;
left:200px;
}

textarea{
width:540px;
}
