/* CSS Document
Kyle Matthews
Contact Page CSS
© 2006 Kyle Matthews, See For Yourself Music
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
div#topdiv {
	background: url(../images/pageheader07.jpg) top left no-repeat;
	}
	
#formdiv {
	width: 422px;
	margin: auto;
	}
	
#formtable {
	width: 422px;
	margin: 0;
	}
	
.heading {
	font-size: 1.2em;
	font-weight: bold;
	}
	
.mailformname {
	text-align: right;
	}
	
#formtable td {
	padding: 3px;
	border: 0;
	vertical-align:middle;
	}
	
#formtable td.comments {
	padding: 3px;
	border: 0;
	vertical-align:top;
	text-align:right;
	}
	
div#bookingleft,div#bookingright {
	float: left;
	width: 300px;
	}
div#bookingright {
	padding-top: 20px;
	}
	
div#cleardivs {
	height: 30px;
	clear: both;
	}