/* Start of CMSMS style sheet 'NurE : NE-Contact' */
/* 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 {
	margin-bottom: 1em;
	border: none;
	padding: 2em 0 0 0;
}
fieldset label {
	width:auto;
}
legend {
	display: none;
}

textarea {
	margin: 0.5em 0;
	width:98%;
	height: 8em;
}

/* 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 */
.contactform .submit .fbsubmit {
font-size: 1.1em;
font-weight: bold;
width: 84px;
background: url(uploads/NurE/bttn_submit.gif) no-repeat left top;
border: none;
margin: 0 0 0 180px;
padding: 4px 0 6px 0;
}

.contactform input, .contactform textarea  {
width: 300px;
padding: 3px;
border: 1px solid #b2b2b2;
border-right: 3px solid #b2b2b2;
background: #f9f9f9;
}

.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 180px;
	font-size: 0.923em;
	line-height: 1.14;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
/*
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
*/
.contactform .required {
font-weight: bold;
}

.contactform .error {
color: red;
margin-left: 180px;
line-height: 1.8em;
}

#main .error_message {
padding: 10px;
background: #e5e6e6;
width: 470px;
}

#main .error_message p {
font-weight: bold;
margin-bottom: 0.6em;
}

#main .error_message ul {
margin: 0;
padding: 0;
}

#main .error_message ul li {
margin: 0;
padding: 0;
list-style: none;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'NurE : NE-Contact' */

