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

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

.table_heading_background{
	background-color: #990000;
	font-weight: bold;
	color:#FFFFFF;
}

.submit_row{
	padding: 5px 0px 10px 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;}

label {    
	float: left;    
	width: 10em;    
	margin-right: 1em;    
	text-align: right;   
	line-height:1.3em;
}
label em {        
	display: block;        
	color: #BF0202;        
	font-size: 50%;        
	font-style: normal;        
	text-transform: uppercase;   
	padding:0;
	margin:0;    
}

td img{padding-left:10px;}

.field_error_help {        
	display: block;        
	color: #BF0202;        
	font-size: 100%;        
	font-style: normal;
	padding-left:5px;
}

.centre_js_text{text-align:center;}

.g-recaptcha{padding-left:2px;}