/* Start of CMSMS style sheet 'Contact Form' */
/* 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;
}

fieldset div div {
	margin-top:0.5em;
}

fieldset {
padding: 0px;
}

fieldset label {
	width:auto;
}

legend {
display: none;
}

textarea {
	width: 250px;
	height: 9em
color: black;
}

/* 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 { }

form div {margin-bottom:0}

fieldset div {
	margin-bottom:1em;
	margin-left:0em;
}

fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}

fieldset {
border: 0px;
}

fieldset label {
	width:auto;
}

legend {
	color:#8f8f8f;
	background:#F60;
	font-style:italic;
	
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}

textarea {
	width: 500px;
	height: 9em
color: #8f8f8f;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border: 1px solid #363636;
}

/* 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}

.contactform input {
width: 250px;
margin-top: 3px;
padding-top: 4px;
padding-left: 4px;
color: #000;
height: 18px;
background-color: #fff !important;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border: 0px solid #181818;
}

.submit input {
width: 142px;
height: 30px;
border: 0px;
background-color: transparent !important;
}

.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
        color: #ababab;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
color: #000;
border: 0px;
margin-top: 3px;
padding-top: 4px;
padding-left: 4px;
background-color: #fff;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.form-name, .form-email, .form-subject, .form-message {
	margin-bottom: 15px;
margin-left: 0px;
}

.submit {
margin-top: 0px;
    background: url(../img/sendmessage.png) no-repeat;
    height: 30px;
    width: 142px;
    border: none;
margin-bottom: 40px;
	border: 0px;
	background-color: none;
}
/* End of 'Contact Form' */

