/* Start of CMSMS style sheet 'FORMS' */
/* 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 div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em

}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

/* 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 div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em

}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {   border:1px solid #ccc;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff;
   border:1px solid #ccc;
	font-size: 10px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

div#footrt{padding-right:115px; text-align:right;}
div#footrt p{margin-left:0; padding-left:0;}
div#footrt input#m1cce0fbrp__17{width:230px; height:18px; 
border-left:2px solid #4b4b4b; border-top:2px solid #4b4b4b; border-bottom:1px solid #a1a1a1; border-right:1px solid #a1a1a1; background:#dcdcdc; padding:5px 5px 0 5px; font-size:11px; color:#666666;}

div#footrt .submit input{height:20px; width:70px; background:url(images/anecto/submit.png) no-repeat; border:0px none; margin:3px 170px 0 0; cursor:pointer;}

.contactform div {
	margin-bottom:0.5em;
	margin-left:1em;
}
.contactform div div {
	margin-top:0.5em;
	margin-left:1em
}

.contactform .submit input{width:100px; height:25px; background:url(images/anecto/submit.png) no-repeat; border:none; cursor:pointer;}




div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 12px 0 0.2em 0;
	margin: 0 1em;
        font-size:14px; font-weight:900;
}

input.search-input {
   border:1px solid #c6c6c6;
   border-top:2px solid #4b4b4b; border-left:2px solid #4b4b4b;
   height:16px; width:140px; margin-top:-6px;
   color:#c6c6c6; font-size:11px; padding:4px;
   
}

/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 26px;
	width: 21px;

	margin-left: 5px;

/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
}

/* End of 'FORMS' */

