/* Start of CMSMS style sheet 'contactform' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:10px;}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	padding: 0px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width:auto;
}

legend {
        display: none;
}

textarea {
	margin: 0;
	width:100%;
	height: 100px;
}

/* 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{
       text-align: top;
}
.captcha img {
       border:1px solid #000;
       margin-left: 5px;
}

.captcha input {width:200px;}

/* Just a bit more room for the Submit button */
.submit {margin-top:5px;}

.contactform input {
        border: 1px solid #000;
        width: 200px;
}

.loginform input {
        border: 1px solid #000;
        width: 140px;
}

input#cntnt01searchinput {
        border: 1px solid #000;
        width: 150px;
        height:18px;
}


.contactform input.newsletter {
        width: 20px;
}

.contactform input.checkbox {
        width: 20px;
}

.contactform input.public {
        width: 20px;
}

.contactform select {
        border: 1px solid #000;
        width: 200px;
}

.contactform .radio div {
        overflow: auto;
        clear:both;
}

.contactform .radio div input {
        border: none;
        width:auto;
        margin-left:190px;
}

.contactform .radio div label {
        float:none;
}

.contactform label {
	float: left;
	width: 190px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 150px;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #000;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.error{
        color: #FF0000;
}
/* End of 'contactform' */

