/* Start of CMSMS style sheet 'Forms' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0.5em;}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:0px;
	padding:0.5em
}
fieldset label {
	width:auto;
}
fieldset select {width: auto;}
fieldset input {width: auto;}

legend {
	color:#D95307;
	background:#FFF;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
        font-weight:bold;
	width:auto;
	border:0px solid #D95307;
}
textarea {
	margin: 0.5em 0;
	width: 300px;
	height: 6em;
	display:block;
}

.referral legend {
	color:#D95307;
	background:#FFF;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #D95307;
}

.referral textarea {
	margin: 0.5em 0;
	width: 300px;
	height: 4em;
	display:block;
}

.required, .error_message{
	color: #D95307;
}

label {
padding-right: 10px;
}
.additional-info_referral{color:#000000;}

.floatleft label{float: left; 
width: 90px; text-align: right; 
}


.floatleft_referral label {padding-right:7px; padding-top:4px;}

.floatleft_referral label{float: left; 
width: 90px; text-align: right; color:#000000; font-weight:normal;
}


.virtualedgeform select {width: 76px;}
.virtualedgeform input {width: 20px;}

.submit input{
	width: auto; margin-left: 250px;
}

.floatleft select {width: 176px;}
.floatleft input {width: 170px;}


/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {flodat: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}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

/* End of 'Forms' */

