/* Start of CMSMS style sheet 'forms' */
/* Start of CMSMS style sheet 'FormBuilder Default Style' */
@charset "utf-8";
/* CSS Document */

table.pagetable{

font-size: 14px;
width: 100%;
margin: 4px;
text-align: left;
border-spacing: 1.5em 0.75em;
}

fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	padding:0.5em;
border:none;


}

table.bccsform{

font-size: 14px;
width: 100%;
margin: 4px;
text-align: left;
border-spacing: 1.5em 0.75em;
}

fieldset label
{
	width: 150px;
	text-align: left;
	margin-right: 0px;
	display: block;
	float: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset legend
{
visibility: hidden;
}

tr.formitem {

font-size: 12px;

}

table.formitem {

}

.submit input
{
	color: #000;
	border: 1px solid #8B8B86;
	background-color: #fff;
} 
input
{
	color: #000;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #660089;
	border-bottom-color: #660087;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px;
}
textarea
{
	color: #000;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #660087;
	border-bottom-color: #E8D8ED;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.captcha img { margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em;font-family: Arial, Helvetica, sans-serif;}

/* End of 'FormBuilder Default Style' */
/* End of 'forms' */

