/* --------------------------------------------------
|													|
|                Rasbo Contact CSS					|
|			 	 copyright © 2008					|
|													|
|				----- Colors ------					|
|				Raspberry:  #C60751					|
|				Dark Blue:  #005DAB					|
|				Light Blue:  #D4E7F7				|
|				Green:  #729D0A						|
|													|
------------------------------------------------- */

div.contact-form {
	float: left;
	width: 500px;
	margin-right: 35px;
	}

div.contact-information {
	float: left;
	width: 400px;
	}

table.contact-form {
	margin: 8px 0px 0px 20px;
	padding-bottom: 20px;
	}

td.contact-heading {
	height: 20px;
	}
	
td.contact-input {
	height: 20px;
	}
	
td.current-customer {
	padding-top: 8px;
	}
	
td.message {
	padding: 12px 0px 4px 0px;
	}
