.contact_info{
	background-color:#FFF;
	font-size:smaller;
}
.contact_text{
	font-size:smaller
}
.buttons{
	border:solid 1px #CCCC99;
	background:#CCCC99;
	color:#000099;
	font-size:10px;
	padding: 2px 2px;
	height:20px;
	cursor:pointer;
}
.form_textbox{
	width:200px;
	height:25px;
	border:1px solid #CCCC99; 
	border-bottom: 1px solid #000066;
}
.form_subjectbox{
	width:350px;
	height:25px;
	border:1px solid #CCCC99; 
	border-bottom: 1px solid #333;
}
.form_messagebox{
	width:400px;
	height:150px;
	border:1px solid #666666; 
}
