/*
   ashleapools-main.css
   ashleapools
   
   Created by Lee Perry on 2010-06-03.
   Copyright 2010 iCode Solutions Ltd. All rights reserved.
*/

/* Selector styles */

fieldset {
	background-color: #fafafa;
	border: 1px solid #909191;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	box-shadow: 3px 3px 6px #c0c0c0;
	-webkit-box-shadow: 3px 3px 6px #c0c0c0;
	-moz-box-shadow: 3px 3px 6px #c0c0c0;
}

input[type=text] {
	width: 15em;	
}

/* ID Styles */

#booking_form, #enquiry_form {
	color: #424242;
	background-color: #fafafa;
	margin-top: .6em;
	padding: 2em;
	font-size: .9em;
}

#booking_form input, textarea, select {
	color: inherit;
	background-color: #fffeff;

}

#message_header {
	font-weight: bolder;
	font-size: 16px;
	padding: 10px;
	border-bottom: 3px double #b3b3b3;
	text-align: center;
}

#message_content {
	font-size: 14px;
	line-height: 22px;
	padding: 10px;
	text-align: left;
}

#message_div {
	position: absolute;
	top: 170px;
	width: 400px;
	margin-left: -200px;
	background-color: #4480C6;
	border: 2px solid #424242;
	text-align: right;
	z-index: 99;
	zoom: 1;
	color: #eaeaea;
}
/* Class styles */

.form_input {
	margin-bottom: 1em;
}

.form_input label {
	float: left; 
	width: 4em;
}

.required {
	background-color: inherit;
 	color: #8f1108;
	font-size: .7em;
}

