
/*  Contact Form Buttons       */

.contactFormButtons
	{
	position: relative;
	height: 20px;
	width: 200px;
	float: right;
	}

.contactButton
	{
	position: relative;
	top: 2px;
	margin: 0;
	padding: 0;
	width: 84px;
	height: 20px;
	border: 0px;
	color: fff;
	font-family: arial, verdana, sans-serif;
	background: url('../images/buttonBkgrnd.gif') repeat-y 0 0;
	}

#ContactForm .formHeader
	{
	background: url('../images/form_top_contact.gif') no-repeat 0 0;
	}