/* Start of CMSMS style sheet 'Forms' */
/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center;
}
.captcha img {
	border:1px solid #F60;
	border:1px solid #006073;
	margin-bottom:0.5em;
}
.captcha input {
	width:196px;
	margin-top:0.5em;
}


/* Just a bit more room for the Submit button color: #006073;*/
.submit input {
	margin-top:0.5em;
	font-size:1.3em;
}


/* Sample FormBuilder CSS base */
form {
	margin-top:0;
}
form, td, th, li {
	font-size: 100%;
}
form div {
	margin-bottom:0;
}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}

fieldset {
	margin-bottom:1em;
	border:1px solid #006073;
	background-color: #eee;
	padding:0;
}

fieldset label {
	width:auto;
}

legend {
	color:#FFF;
	background:#006073;
	font-style:italic;
	font-size:1.2em;
 	font-weight: bold;
	margin:0 0 0.5em 1em;
	padding:0.2em 0.5em;
	width:auto;
	border:1px solid #CCC;
}
textarea {
	margin: 0.5em 0;
	width:94%;
	height: 8em;
}


/* Contact From CSS base */

.contactform fieldset  {
	display: block; 
}
.contactform fieldset label {
	float:left;
	width:10em;
}
.contactform fieldset input {
	left: 90px;
}

.contactform fieldset div input {
	width: 20em;
}
.contactform fieldset .long-label input {
	width: 30em;
}
.contactform fieldset .short-label input {
	width: 10em;
}
.contactform fieldset .right_check {
	height:1.7em;
}
.contactform fieldset .right_check  input {
	width:auto;
}
.contactform fieldset .right_check label {
	float:left;
	width:auto;
	font-weight:bold;
	padding-right:10px;
}

.contactform fieldset div.check_group   {
	padding:10px 0;
}
.contactform fieldset div.check_group div  {
	clear: both; 
}
.contactform fieldset div.check_group label {
	width:auto;
	padding-bottom:5px;
	font-weight:bold;
}
.contactform fieldset .check_group div  {
	width:auto;
	font-weight:normal;
}
.contactform fieldset .check_group div label {
	width:auto;
	font-weight:normal;
	padding:0 0 0 10px;
}
.contactform fieldset .check_group div input {
	float:left;
	width:auto;
}
.contactform fieldset  {line-height:1.2;}

/* End of 'Forms' */

