/* Start of CMSMS style sheet 'IYWCM Forms' */
/* FORM STYLES
----------------------------------------------------

fieldset { border: solid 1px #999999; margin-bottom: 10px; }

legend { text-transform: uppercase; font-weight: bold; #000033; }
label { background-color:#F4F4F4; line-height:normal; text-align:right; display:block; margin-right: 10px; position: relative; width:125px; float:left; padding:5px; }
label.fieldLabel { display: inline; float:none; background:none; }
input.formInputField { font-size: 10px; background-color:#FFFFFF; border:1px dashed #CCCCCC; color:#006699; margin-right: 3px; margin-bottom:7px; padding:5px; height: 12px; width: 205px; }
input.formInputField:hover { color:#000000;}
select.formSelect { font-size: 11px; color:#333333; cursor:pointer; margin-right:5px; margin-bottom: 7px; padding:5px; }
select.formSelect:hover { background-color: #FFFFFF; cursor:pointer; color:#000000;}
textarea.formTextArea { font-size: 11px; border:solid 1px #999999; background-color:#F7F7F7; color:#333333; margin-right: 5px; margin-bottom: 7px; padding: 2px; width: 205px; }
textarea.formTextArea:hover { background-color: #FFFFFF; cursor:pointer; color:#000000;}
input.formInputButton {font-size: 10px; line-height:14px; text-align:center; padding:2px; width:auto; height: 14px;}
input.formInputButton:hover {  }
br.clear {clear:left}*/

/* 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 #ccc;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#ccc;
	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 #ccc; 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}

form div {clear:both; margin-bottom: 0.5em;}
form input {border: 1px solid #ccc; padding: 2px; font-size: 110%;}
form input.checkbox {border: none;}
form label {
	display: block;
	float: left;
	width: 100px;
        padding: 3px;
        margin-right: 5px;
        background-color: #f6f6f6;
}
form label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
        background-color:transparent;
        padding:0px;
}
form .inlinelabel label {
display: inline;
	float: none;
        padding:0px;background-color:transparent;font-size: 10px;
}
form textarea {
	background-color: #fff;
	border: 1px solid #ccc;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.error_message {
background-color:#FFB9B9;
border:1px solid #FF0000;
color:#FF0000;
font-weight:bold;
padding:10px;
}
.success_message { color: #007EBB; font-weight:bold; font-size:125%; border:1px solid #999999; background-color:#CCCCCC; padding:10px;}
.clear-field { clear: both;}
/* End of 'IYWCM Forms' */

