@charset "utf-8";
/* Form CSS - Designed by www.futurewebb.co.uk */

/**************************** Contact Form ***************************/

.inline { width: 100%; height: 2em; margin-bottom:-10px; }
.inline a:link {color: #00F;}
.inline a {color: #00F;}
.inline a:hover {color: #000;}

.form_black {margin-left: 30%;}


#contactform
	{
	width: 450px;
	height: auto;
	margin: auto;
	float:left;
	border:none 2px #000;
	padding: 5px;
	font-size:14px;
	margin-top: 10px;
	margin-left: 10px;
	}

*:first-child+html .forminputs {margin-top:1px;}
.forminputs
		{width:14em	; 
		height:1.9em; 
		background:transparent; 
		border:2px solid #4C6F72; 
		color: #F00;
		font-weight:bolder;
		font-size:11px; 
		padding-left:5px;
		}
		
.formnamelabel
	{
	width: 10.5em;
	height: 1.5em;
	float: left;
	text-align: left;
	display: block;
	border: none 2px #FF0;
	color: #000;
	font-weight:bolder;
	font-size:14px;
	padding-top: 3px;
	}
	
.formlabel
	{
	width: 17em;
	height: 1.5em;
	float: left;
	text-align: left;
	display: block;
	border: none 2px #FF0;
	color: #000;
	font-weight:bolder;
	font-size:14px;
	padding-top: 4px;
	}

.title /* Title drop down menu*/
	{
	width: 5.5em;
	height: 27px;
	background-color:#e1e1e1;
	text-align:center;
	display: block;
	border: solid 2px #4C6F72;
	font-size:14px;
	margin-bottom:5px;
	float: left;
	margin-right: 14px;
	}

.selectmenu /* Drop down menu*/
	{
	width: 13em;
	height: 25px;
	background-color:#CCC;
	text-align:center;
	display: block;
	border: none 2px #FF0;
	font-size:14px;
	margin-bottom:5px;
	float:left;
 	}

#formsubmit
	{
	width: 145px;
	height:40px;
	border: none #FFF 2px;
	float: none;
	margin:auto;
	margin-top: 60px;
	}

.formsubmit input
	{
	background-color:#00F;
	color: #fff;
	margin-left: 5px;;
	border:none 2px #F0F;;
	float: left;
	width: 62px;
	height: 22px;
	font-weight:bolder;
	text-align:center;
	} 


 
#formphpimg
	{
	width: 30em; 
	height:5em; 
	margin: auto; 
	float: none; 
	border: none 2px #FF0; 
	padding-bottom:10px; 
	margin-top:20px;
	text-align:left;
	margin-top:7em;
	}


		
.formverification
		{
		width:90px; 
		height:16px; 
		background:transparent;
		border:1px solid #4C6F72; 
		margin-top:3px;
		color:#000; 
		padding: 2px; 
		float: left;
		}

.formverlabel
	{
	width: 6em;
	height: auto;
	float: left;
	text-align: left;
	background:transparent; 
	margin-top:3px;
	border:2px none #FF0; 
	}
	
.txt_area 
	{width:200px; 
	font-family:Arial, Helvetica, sans-serif; 
	height:100px; 
	background:transparent; 
	border:3px solid #4C6F72; 
	margin-top:1px;
	color:#F30;
	font-weight:bolder;
	font-size:11px; 
	padding-left:5px;
	text-align:left;
	clear:right;}
/**************************** End of Contact Form ***************************/

/**************************** Start of sendcontact_form ***************************/

#echocontactform
	{
	width: 450px;
	height: auto;
	margin: auto;
	float:none;
	border:none 2px #ccc;
	padding: 6px;
	font-size:14px;
	text-align:center;
	}

#echocontactinfo
	{
	color:#000;	
	}
#echo
	{
	border: none 2px #000;
	width: 450px;
	height: 30em;
	float: none;
	margin: auto;
	}

/* ----- ECHO Mailbx1 ----- */
#mailbx1
	{
	color:#000;
	font-style:italic;
	width: 200px;
	height: 100%;
	text-align:right;
	float: left;
	margin: auto;
	border: none #00F 2px;
	margin-top: 0px;
	}
#mailbx2
	{
	color:#00F;
	font-style:italic;
	width: 235px;
	height:100%;
	text-align:left;
	float: left;
	margin: auto;
	border: none #0F0 2px;
	margin-top: 0px;
	padding-left: 10px;
	}	
	
	/**************************** End of send contact_form ***************************/