/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* 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:0;
	padding:0.5em;
}

fieldset label {
	width:auto;
}
.static {padding:10px 0;}
.error_message {color:#d10000;}
.opt-inHeader { border:1px solid #3cf; background:#fff url(uploads/images/optin_bg.jpg) repeat-x bottom left;  -moz-border-radius: 10px; -webkit-border-radius: 10px; width:225px; margin:0 auto; }
.opt-inHeader fieldset {border:0; margin:0; padding:0;}
.opt-inHeader fieldset div {margin:0.25em auto;}
.opt-inHeader .submit {margin:8px auto}
.opt-inHeader .opt_in input {width:95px; float:left; margin-left:5px; margin-top:5px;}
.opt-inHeader .opt_in label {float:left; width:100px; text-align:right;}
.opt-inHeader .privacy {font-weight:bold; margin-bottom:5px; font-size:9px; text-align:center;}

.opt-in { border:1px solid #3cf; background:#fff url(uploads/images/optin_bg.jpg) repeat-x bottom left;  -moz-border-radius: 10px; -webkit-border-radius: 10px; clear:both; }

.opt-in fieldset {border:0; margin:0; padding:0;}
.opt-in { width:290px; margin:0 auto;}
.opt-in fieldset div {margin:0.25em auto;}
.opt-in .submit {margin:0.5em auto}
.opt_in input {width:120px; }
.opt_in label {float:left; width:120px; margin-right:5px; text-align:right;}

.sign_up { border:1px solid #3cf; background:#fff url(uploads/images/optin_bg.jpg) repeat-x bottom left;  -moz-border-radius: 10px; -webkit-border-radius: 10px; width:250px; margin:0 auto; }

.sign_up fieldset {border:0; margin:0; padding:0;}
.sign_up fieldset div {margin:0.25em auto;}
.sign_up .submit {margin:0.5em auto}
.sign_up .opt_in input {width:120px; }
.sign_up .opt_in label {float:left; width:100px; margin-right:10px; text-align:right; font-size:12px;}


legend {
	color:#FFF;
	background:#006097;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:0;
}
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 .submit {margin-top:0.5em; float:right}
.lyf_contact label {line-height:30px; }

div.contactform {width:550px;}

.contactform fieldset div {
	margin-bottom:0.5em;
	margin-left:0;
        background-color:#006097; padding:0.75em; padding-right:0;
}
.contactform fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
.lyf_contact input {border: 1px solid #3cf; height:30px; width:350px;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px; color:white; text-align:center;
}

.contactform fieldset {
	margin-bottom:1em;
        border:0;
	padding:0;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px; 
}
.contactform textarea {
	background-color: #eee;
	border: 1px solid #3cf; width:350px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* End of 'FormBuilder Default Style' */

