/* Start of CMSMS style sheet 'DiS Contact Form' */
/* Sample FormBuilder CSS base */
form {
	margin-top:0;
	color: #484848;
	line-height:1.5em;
}

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

/* Above Fields */
form div {
	margin-bottom:0px;
}

fieldset div {
	margin-bottom:0.0em;
	margin-left:1em;
	vertical-align:middle;
}

fieldset div div {
	margin-top:0.5em;
	margin-left:1em;
}
fieldset {
	margin-bottom:1em;
	border:1px solid #C0C0C0;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#C0C0C0;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #C0C0C0;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em;
	color: #484848;
}

/* Apply this class to text/select input fields with shorter labels to help alignment */
.short-label label {
	vertical-align:middle;
	float:left;
	width:10em;
}

.short-label fieldset div input,
.short-label fieldset div select {
	width:16em;
}

.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center;
}

.captcha img {
	border:1px solid #C0C0C0; 
	margin-bottom:0.5em;
}

.captcha input {
	width:196px;
	margin-top:0.5em;
}

.submit {
	margin-top:0.5em;
}

.file {

}

.contactform input {
	border: 1px solid #C0C0C0;
	margin-bottom:8px;
	height:20px;
}

.contactform select {
margin-bottom:8px;
}

.contactform input.checkbox {
	border: none;
	margin: 0 0 0 2.0em;
	vertical-align:middle;
}

/* Main Labels */
.contactform label {
	display: block;
	float: left;
	width: 150px;
	color: #18507C; 
	font-size: 1.0em;
}

/* Small Labels */
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	color: #B22222; 
	font-size: 0.9em;
	vertical-align:middle;
}

.contactform textarea {
	background-color: #FCFCFC;
	border: 1px solid #C0C0C0;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.reqsym{
	color:#B22222;
}

/*## Faked Input File Button */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

/* End of 'DiS Contact Form' */

