/* Start of CMSMS style sheet 'contactform' */
/* Set form's width, etc */
form {margin-top:30px; width:800px; margin-left:auto; margin-right:auto; border:1px dashed #088FBB; background-color:#eaeaea;}
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
}

/* Set form's border */
fieldset {
	margin:none;
	padding:0.5em;
	border:none;
}
fieldset label {
	width:auto;
}
/* Set form's Title area */
legend {
	color:#FFFFFF;
	background-color:#088FBB;
	border:1px solid #000;
	font-weight: bold;
	font-size:1.2em;
	margin-bottom:0.1em;
	padding:0.2em;
	width:auto;
}
textarea {
	margin: 0.5em 0;
	width:80%;
	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 {
	width:450px;
	text-align:left;
	float:left;
	margin-top:20px;
}
.captcha img {border:1px solid #000; margin-bottom:0.5em; margin-right:20px; float:left;}
.captcha input {width:200px; margin-top:20px; float:left;}

/* Just a bit more room for the Submit button */
.submit {
margin-top:72px;
margin-bottom:30px;
float:left;
margin-left:auto;
margin-right:auto;
background-image: url(uploads/images/submit-button.gif);
width:76px;
height:23px;
}

.fbsubmit {
background-color:transparent;
border:none;
width:76px;
height:23px;
}

.others input{background-color:#FFFFCC; border:1px solid #088FBB;}
.contactform input {}
.contactform input.checkbox {border:none;}
.contactform label {
	display: block;
	float: left;
	width: 110px;
        text-align:right;
        margin-right:20px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #FFFFCC;
	border: 1px solid #088FBB;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.error_message {
	color:red;
	font-weight: bold;
	margin-left:50px;
}
.form-submission{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px
	margin-top: 30px;
	border:1px dashed #088FBB;
	padding:0.5em;
        background-color:#eaeaea;
}
/* End of 'contactform' */

