/* 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}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin:1em 0;
	border:none;
	border-top:1px solid #ccc;
}
fieldset label {
	float:left;
	width:150px;
	padding:0 1em;
	text-align:right;}

.shiplabel  {
	width:150px;
	padding:0 1em;
	text-align:right;}

legend {
	margin:1em 0;
	padding:0 .5em;
	color:#333;
	background:transparent;
	font-size:14px;
	font-weight:lighter;
}


fieldset div input, fieldset div textarea {
	width:300px;
	border-top:1px solid #878686;
	border-left:1px solid #878686;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
	color:#333;
}

.shipinput input {width:300px;
	border-top:1px solid #878686;
	border-left:1px solid #878686;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
	color:#333;
}

#cntnt01submit {background-color: #61757a; padding: 5px; color: #fff; border: 0px;}
#cntnt01cancel {background-color: #7f8a8d; padding: 5px; color: #fff; border: 0px;}
#cntnt01continue {background-color: #9da2a3; padding: 5px; color: #fff; border: 0px;}

select {font-size: 12px; color: #878686;}

textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em; font-family: Arial, color: #333; border-top:1px solid #878686;
	border-left:1px solid #878686;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc; padding: 5px;

}

/* 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}

/* 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:left; padding-left: 185px;
}
.captcha img {border:1px solid #cccccc; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em; border-top:1px solid #878686;
	border-left:1px solid #878686;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
	color:#333;
}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input {border: 1px solid #f60;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


.submit {padding-left: 185px; margin-top: 10px;}
.submit input {border: 1px solid #184878; padding: 5px; font-size: 14px; color: #ffffff; cursor: hand; width: 200px; background-color: #25578a;}

.error_message {border: 1px solid #dedddd; background-color: #ecf0f4; padding: 10px; color: #25578a; font-size: 14px;}
/* End of 'Forms' */

