@charset "utf-8";
/* Quote_form CSS Designed by Chris (www.futurewebb.co.uk) */


#quote_form
	{ 
	padding-left: 3px;
	width: 280px;
	height: 385px;
	float: left;
	}
	
#quote_form a {color:#000; text-decoration:none;}
#quote_form a:link {color:#000; text-decoration:none;}
#quote_form a:hover {color:#06F; text-decoration:none;}

/***************************FORM INFO ****************************/
.italic {text-align:center; color:#ffffff; font-weight:bold; font-size:14px; font-style:italic;}
.formwhite {color:#FFF; font-weight:bold; font-size:12px;}
p.change  { color:#ffffff; text-align:center; }
p.imagecentre {float: none; margin: auto; text-align:center;}
.quote_inline {float: left; clear:both;  margin-top:3px; margin-bottom:2px; border: none 1px #000; width: 270px; height: 30px; text-align:left;}
.quote_inline_line {float: left; clear:both;  margin-top:3px; margin-bottom:2px; border: none 1px #000; width: 270px; height: 20px; text-align:left;}
.quote_button {float: left; margin-top:6px; margin-bottom:15px; margin-left: 50px; border: none 1px #000; width: 200px; height: 25px; text-align:left;}

#phpimg
	{
	width: 270px; 
	height:35px; 
	margin: auto; 
	float: left; 
	border: none 2px #FF0; 
	padding-bottom:10px; 
	margin-top:10px;
	}
.inputs
		{width:125px;
		float: right;
		height:14px; 
		background:transparent; 
		border:1px solid #4C6F72; 
		margin-top:3px;
/*		color:#C1C4C4;*/ 
		color:#000;
		font-size:11px; 
		padding-left:5px;
		}
.verification
		{
		width:50px; 
		height:14px; 
		background:transparent; 
		border:1px solid #4C6F72; 
		margin-top:3px;
		color:#000000; 
		font-size:11px; 
		padding-left:5px;
		margin-left: 20px;
		}

.txt_area 
	{width:140px; 
	font-family:Arial, Helvetica, sans-serif; 
	height:100px; 
	background:transparent; 
	border:3px solid #4C6F72; 
	margin-top:1px; 
	color:#C1C4C4; 
	font-size:10px; 
	padding-left:5px;
	text-align:left;
	clear:right;}

#form
	{
	width: 250px;
	height: auto;
	float: none;
	margin: auto;
	border: none #ffffff 2px; font-size:14px;
	text-align:left;
	}
	
	fieldset
	{
	border: 2px none #000000; 
	width: 28em; height: 26em;
	font-size:18px;
	margin-top:-20px;
	}
	
	legend
	{
	color: #fff;
	background: #000000;
	padding: 2px 6px;
	float: none;
	margin:auto;
	margin-left: 30%;
	} 
	select /* Drop down menu*/
	{
	width: 9em;
	height: auto;
	background-color:#000;
	color:#FFF;
	text-align:center;
	display: block;
	border: none 2px #FF0;
	font-size:12px;
	margin-bottom:5px;
	margin-top: 3px;
	float: right;
	margin-right: 8%;
 	}
	
	label
	{
	width: 10em;
	height: auto;
	float: left;
	text-align: right;
	display: block;
	margin-top:3px;
	border: none 2px #FF0;
	}

.submit input
	{
/*	background-image:url(../images/submit.png);
	background-repeat:no-repeat;*/
	color: #fff;
	margin-left: 20px;
	float: left;
	width: 70px;
	height: 24px;
	font-size:13px; font-weight:bolder;
	text-align:center;
	margin-top:-10px;
	border: groove 3px #fff;
	background-color:#000;
	} 

/* ----- ECHO ----- */
#echo_quote
	{
	width: 245px;
	height: 10em;
	float:none;
	margin: auto;
	border: none #FF0 2px;
	margin-left: 20%;
	}


/* ----- ECHO Mailbx1 ----- */
#mailbx1_quote
	{
	font-size: 12px;
	color:#00F;
	font-style:italic;
	width: 120px;
	height: 10em;
	text-align:right;
	float: left;
	margin: auto;
	border: none #FF0 2px;
	margin-top: 0px;
	}
#mailbx2_quote
	{
	font-size: 12px;
	font-style:italic;
	width: 120px;
	height:10em;
	text-align:left;
	float: left;
	margin: auto;
	border: none #0F0 2px;
	margin-top: 0px;
	text-align:left; padding-left: 0px;
	}	



/**************************** END of Form ***************************/

