@charset "utf-8";
/* CSS Document */

div.contactform  {
width: 600px;

}
div.contactform  input, div.contactform select{
margin-top: 16px;

}
div.contactform select{
cursor:pointer;
}
div.contactform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 260px; 
	padding: 0; 
	margin: 16px 20px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

div.contactform input#purchase_rental:hover { 
cursor:pointer; 
}
div.contactform .border {
border-style:solid;
border-width:1px;
border-color:#cccccc;color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;

width:160px;
}

div.contactform .selectborder {
border-style:solid;
border-width:1px;
border-color:#cccccc;
color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
width:160px;
}



div.contactform input:hover {
background-color:#fff;
}

div.contactform input.border:focus {
background: #fff;
border: 1px solid #595959;
}

div.contactform .submit {
margin-top: 30px;
margin-left: 383px;
margin-bottom: 30px;
background: #D4D0C8;
border:1px solid #939192;
font:14px Arial, Helvetica, sans-serif;
color:##4A4A4A;
}

div.contactform .submit:hover{
cursor: pointer;
border:1px solid #D4D0C8;
background: #808080;
color: #E0E00E
}
