@charset "UTF-8";
/* CSS Document */
/* Bothal Consultants Contact Us CSS */
/* 13th February 2009 */
.outertable {
	background-color: #990000;
	width:560px;
}

.innertable {
	background-color: #DEDDB6;
	width:100%;
	text-align:left;
}

.table_heading_background{
	background: transparent url(images/enq_table_background.gif) repeat-x center;
	font-weight: bold;
	color:#FFFFFF;
}

.submit_row{
	padding: 5px 0px 5px 0px;
}

/* Form colours for messages */
.warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
.error  { color: red; background-color: transparent; font-weight: normal; font-style:italic;}

/* Define the size of the enquiry text box */
.enquiry_textarea{height: 150px; width:300px;}

