/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0;border:none;}

form div.left{
    border-right: 1px dotted grey;
    float: left;
    padding-right: 5px;
    width:49%;
height:33px;
border-bottom: 1px dotted grey;
}

form div.right{
 padding-left: 5px;
    float: right;
    width:49%;
height:33px;
border-bottom: 1px dotted grey;
}

form div.left label, form div.right label, form div.full label{
 font-weight: bold;
}

div.error_message{
display: none;
}

fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:2px solid #7d9094;

	padding:0.5em;
background-color:;
		-moz-border-radius: 3px;     /* mozilla 1.5 */
		-webkit-border-radius: 3px;  /* safari 3 */
		-khtml-border-radius: 3px;   /* Konqueror */
		border-radius: 3px;
}
fieldset label {
	width:auto;
}
legend {
	color:#000;
	font-style:normal;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.4em;
	width:auto;
	border:2px solid #7d9094;
		-moz-border-radius: 3px;     /* mozilla 1.5 */
		-webkit-border-radius: 3px;  /* safari 3 */
		-khtml-border-radius: 3px;   /* Konqueror */
		border-radius: 3px;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 5em
}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	height:70px;
	text-align:center;
clear: both;
}
.captcha img {border:1px solid #7d9094; margin-bottom:0.5em;float: left;}
.captcha input {width:196px; margin-top:0.5em;float: none !important;}

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


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

.contactform input {border:1px solid #CCC; padding:1px;margin-bottom: 1px;float: right;}
.contactform select {border:1px solid #CCC; padding:1px;margin-bottom: 1px;float: right;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 140px;
line-height: 10px;
}
.contactform label.label {
	display: inline;
	float: left;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #ccc;
 padding:1px;
margin-bottom: 1px;
}

div.fb_invalid input, div.fb_invalid textarea, div.fb_invalid select {
border-color: red;
}

span.error{
color: red;
font-size: 10px;
font-family: arial;
display: inline-block;
}

html body#doc div#main div#content div#scroll div.jspContainer div.jspPane form#m8f233moduleform_1.cms_form div.contactform a.error{
color: red;
font-size: 12px;
font-family: arial;
display: inline-block;
}

span.required{
color: red;
font-size: 14px;
margin-left: 2px;
}

.contactform div {
padding-bottom: 2px;
margin-bottom: 2px;
}

div.full{
width: 100%;
clear: both;
float: left;
border-bottom: 1px dotted grey;
padding: 2px 0;
margin: 2px 0;
}

div.full select, div.full input {
float:none;
}

div.full label{
width: 354px;
}

div.header{
    color: #013830;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
background-color: lightgrey;
border:none;
}

.spisok{
float:none;
display:inline-block;
width: 100%;
}

.spisok label,.spisok input {
float:none;
display:inline;
}

div.spisok label{
    line-height: 21px;
    margin-right: 10px;
 font-weight: bold;
}

div.spisok  div label{
line-height: 10px;
 font-weight: normal;
}

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