@charset "utf-8";
#contactForm{
width: 269px;
text-align: left;
margin: 30px 0;
}
#contactForm input{
padding-left: 3px;
}
#contactForm select{
background-color: #FFFFFF;
}
#contactForm label{
display: block;
padding: 5px 0;
}
#contactForm textarea{
width: 269px;
height: 95px;
font: inherit;
padding-left: 3px;
}
#submit{
background: #60afd7 url(images/submit_off.jpg) top left;
border: 0;
float: right;
width: 80px;
height: 20px;
margin: 20px 0;
cursor: hand;
cursor: pointer;
}
#submit:hover{
background: #60afd7 url(images/submit_on.jpg) top left;
}
br {
clear:left;
}
.borderControl{
width: 269px;
border: 1px #ccc solid;
padding: 3px 0;
}

a#notice-link {
	color: #990000;
	font-weight: bold;
	}
