/*
 +----------------------------------------------------------------------+
 || CSS
 +----------------------------------------------------------------------+
 || Author:    Rupert Frankum
 || Revision:  1.00
 || Date:      20 July 2007
 +----------------------------------------------------------------------+
 || Application: Web & Database Team Website
 || Purpose: Contact Form
 +----------------------------------------------------------------------+
*/

/*-----------------------------
Contact Form
------------------------------*/

.contactform {
	padding: 0px 0px 0px 90px;
	position: relative;
	top: 10px;
}

.contact_box {
	padding: 0px 0px 0px 0px;
}

.contact_right_title {
	background: #5CA6BF;
	height: 22px;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #5CA6BF;
	border-width: thin;
	width: 603px;
	color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contact_box_space {
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #5CA6BF;
	border-width: thin;
	padding: 20px 5px 5px 8px;
	width: 600px;
}

.contact_space {
	padding: 0px 0px 0px 20px;
}

.contact_button {
	padding: 0px 0px 0px 80px;
}

#contact_logo {
	background-image:url(../images/contact_logo.png);
	height:100px;
	width:580px;
	margin: 0px 0px 20px 15px;}

/*-----------------------------
End Contact Form
------------------------------*/