.contacttitle{
	/* 
	This is the title on the contact page
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	font-size : 13;
	margin-left : 10px;
	margin-right : 10px;
}
.introtext{
	/* 
	This is the introtext on the contact page
	*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13;
	color : #000000;
}
.labels{
	/*
	This is the text next to each control on the contact page
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
}

.inputs {
    /*
	This is the input (text) boxes
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	width : 180px;
}
.buttons{
    /*
	This is the button on the contact page
    */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
}
.emailtext{
	/*
	This is the email text
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
}


.selectbox{
	/*
	This is the dropdown select box on the contact form
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	width : 180px;
}
.selectbox_label{
	/*
	This is the dropdown select box's label on the contact form
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;

}
