/* CSS Document */



#contactForm label

{

	float:left;

	width:100px;

}



#contactForm br

{

	clear:left;

}



.input {

font-size: 12px;

font-family: Trebuchet MS;

padding: 3px;

border: 1px solid #CBCBCB;

width: 200px;

}

.text {

font-size: 12px;

font-family: Trebuchet MS;

padding: 3px;

border: 1px solid #CBCBCB;

width: 200px;

}


.button {
font-family: Trebuchet MS;
font-size: 14px;
font-weight: bold;
border: 0px;
background: none;
color: #11406C;
}


textarea {

font-family: Trebuchet MS;

padding: 3px;

border: 1px solid #CBCBCB;

font-size: 12px;

width: 200px;

}


