/* Form Titles */

	/* Form Title On : Title Of The Form When It's Compulsory Inc. An Asterix In The Background */
	.form_title_on {
		font-size: 12px;
		font-weight: bold;
		color: #666;		
		height: 20px;
	}
	
	/* Form Title Off : As above, but without the asterix obviously */
	.form_title_off {
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #666;
		
		height: 20px;	
	}
	
	/* Form Title Error : This displays when a compulsory field is empty, or when there's a problem with the submitted data */
	.form_title_error {
		font-size: 12px;
		font-weight: bold;
		color: #870000;		
		height: 20px;	
	}
	
/* Form Text */

	/* Form Main Text : This controls the main text on the page, used for describing form fields etc */
	.form_maintext {
		font-size: 11px;
		font-weight: normal;
		color: #333;
	}
	
/* Captcha : Various CSS Stuff To Do With The Captcha */

	/* Captcha Container Div */
	.form_captcha_div {
		padding: 12px;
	}

	/* Captcha TD1 */
	.form_captcha_td1 {
		background-color: #c3beb0;
	}
	
	/* Captcha TD2 */
	.form_captcha_td2 {
		width: 145px;
		background-color: #dcaa2e;
		text-align: right;
	}
	
/* Actual Form Elements : Textarea ETC */

	/* The Send Button */
	.form_button {
		background-color: #007b31;
		height: 30px;
		width: 145px;
		color: #fff;
		font-size: 12px;
		border: 1px solid #000;
		font-weight: bold;
		cursor: pointer;
	}
	
	/* Textarea */
	.form_textarea {
		width: 280px;
		border: 1px solid #999;
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		overflow: auto;
	}
	
	/* Textfield */
	.form_textfield {
	width: 280px;
	border: 1px solid #999;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	height: 16px;
	padding: 1px;
	}
	
/* Misc */
	
	/* Form Error Message Outer*/
	.form_error_outer {
		background-color: #369;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		width: 100%;
	}
	
	/* Form Error Message Inner */
	.form_error_inner {
	margin-right: 1px;
	margin-left: 1px;
	width: 280px;
	background-color: #EFEFEF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 1px solid #CC3333;
	}
	.cap{	
	width: 120px;border:1px solid #FF6666;}
.form_space{
font-size:1px;
height:6px;}
