/* Start of CMSMS style sheet 'FormBuilder' */
/* Sample FormBuilder CSS base */

form {margin-top:0}

form, td, th, li { font-size: 100%}

form div {margin-bottom:0}


fieldset {
        border:none;
        margin:0;
        padding:0;
}

fieldset label {
	width:55px;
        float:left;
        margin-top:6px;
        margin-bottom:-5px;
}

legend {
	font-size:16px;
        padding:5px 0 5px 0;
	width:auto;
        font-weight:bold;
        color:#9994BB;
        font-family:geneva;
}

#ie7 legend {
        margin-left:-7px;
}

input {
        width:83%;
        border:1px solid #ccc;
        margin:3px 0;
        height:18px;
        color:#666;
        font-size:12px;
        padding:4px 0 1px 5px;
}

.submit input {
        width:80px;
        margin-top:0px !important;
        font-size:11px;
        background:#3D3575;
        color:#fff;
        height:22px;
        text-transform:uppercase;
        padding:0;
}

.submit input:hover {
        background:#9994BB;
        color:#fff;
}

textarea {
	margin: 0.5em 0;
	width:93.5%;
	height: 130px;
        padding:10px;
        font-family:geneva, arial;
        font-size:12px;
        color:#666;
        border:1px solid #ccc;
}

.error_message {
        color:#d61122;
}

.helplink {
        display:none;
}

.requirederrorinput input {
        background:#FFDFDF;
        color:#888;
}


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

/* End of 'FormBuilder' */

