/* 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-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}

.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}

.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
}

.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: #F7F7F7;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
*/

form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin:1em 0;
}
fieldset div div {
	margin:0.5em 0;
}

fieldset {
border: 0px;
}


fieldset label {
	width:auto;
        font-weight: bold;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
}
textarea {
/*border: 1px solid #2BA2F1;*/
background: #F7F7F7;
width: 310px;
height: 100px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #C5C5C5;
box-shadow: 1px 1px 2px #888;
-moz-box-shadow: 1px 1px 2px #888;
-webkit-box-shadow: 1px 1px 2px #888;
resize: none;
/*
behavior: url(uploads/NCleanBlue/Layout/PIE-1.0.0/PIE.htc);
*/
}

/* 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}

.captcha {
width: 200px;
text-align: center;
margin: 15px auto;
}
.captcha img { margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {
margin: 0px 0 0px 10px;
}

.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 200px;
        font-weight: bold;
}

.ops1 label,
.ops3 label,
.ops4 label,
.ops5 label,
.ops2 label {
	display: block;
	float: left;
	width: 225px;
        font-weight: bold;
margin-left: 20px;
}

.ops1 input,
.ops2 input,
.ops3 input{
width: 50px !important;
}

.contactform-grp label {
	display: block;
	float: left;
	width: 100%;
        font-weight: bold;
}

.contactform-grp div label {
	display: block;
	float: left;
	width: 200px;
        font-weight: normal;
}

.contactformx input[type=text]{ 
width:120px;
}

.contactformx label {
	display: block;
	float: left;
	width: 100%;
}

.contactformx label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}

.contactformx input[type="submit"] {
margin:0;
background: rgb(56, 56, 56);
}


.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;

}
.contactform textarea {
	margin: 0.5em 0;
	width:98%;
	height: 10em;
        resize: none;
padding: 5px;
}

.contactformx textarea {
	margin: 0.5em 0;
	width:98%;
	height: 2em;
        resize: none;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.error_message {
    font-weight: bold;
color: red;
padding: 5px;
margin: 0px 50px 20px;
margin-left: -31px;
margin-top: -322px;
width: 545px;
}

.esconder{
display: none;
}
.mostrar
{
display: block;
top:-10px;
}


input[type="text"],
input[type="password"],
input[type="email"]{
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #C5C5C5;

box-shadow: 1px 1px 2px #888;
-moz-box-shadow: 1px 1px 2px #888;
-webkit-box-shadow: 1px 1px 2px #888;
background: #F7F7F7;
/*border: 1px solid #2BA2F1;*/
width: 300px;
/*height: 10px;*/
padding: 8px;
margin-bottom: 5px;

/*
behavior: url(uploads/NCleanBlue/Layout/PIE-1.0.0/PIE.htc);
position: relative;
*/
}

.contactEvent label{
margin-right: 10px;
}

.submitEvent{
margin: -36px 0px 0px 450px;
}
/* Stylesheet: FormBuilder Default Style Modified On 2014-09-10 16:20:14 */
