/* Start of CMSMS style sheet 'Order Form' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}

fieldset {
padding: 0px;
}

fieldset label {
	width:auto;
}

fieldset div {
	margin-bottom: 15px;
       width: 98%
}

legend {
display: none;
}

textarea {
	width: 250px;
	height: 4em
color: white;
}

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

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

/* Sample FormBuilder CSS base */
form {margin-top:0}

form, td, th, li { }

form div {margin-bottom:0}

fieldset div div {

}

fieldset {
border: 0px;
}

fieldset label {
	width:auto;
}

legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}

textarea {
	width: 250px;
	height: 4em
color: white;
}

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

.contactform input {
width: 250px;
margin-top: 3px;
padding-top: 4px;
padding-left: 4px;
color: #000;
height: 18px;
background-color: #fff !important;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border: 0px solid #fff;
}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 175px;
        color: #ababab;
margin-left: 0px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
margin-top: 3px;
padding-top: 4px;
padding-left: 4px;
color: #000;
height: 100px;
width: 350px;
background-color: #fff !important;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border: 1px solid #fff;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.addon, .client-info, .property-info, .choose-package {
	margin-bottom: 15px;
margin-left: 0px;
}

.form-name, .form-email, .form-company, .form-phone, .form-address, .form-rep, .form-360, .form-video, .form-addon, .form-city, .form-custom, .form-message {
margin-bottom: 15px;
margin-left: 0px;
}


.addon, .property-info, .choose-package, .form-message {
margin-top: 30px;
}

.submit {
margin-top: 0px;
margin-left: 175px;
margin-bottom: 40px;
	border: 0px;
	background-color: none;
width: 75px;
}
/* End of 'Order Form' */

