/* CSS do Formbuilder */

.formbuilder input, .formbuilder textarea, .formbuilder select{
    border:1px solid #999;
    font-size:12px;
    padding:3px;
    color:#666;
}

.groupWrapper
{
    width:44%;
    float: left;
	margin-right: 5%;
}
.groupWrapper_unique{
    width:99%;
	margin-right: 0;
}

.serializer
{
	clear: both;
}

.groupItem{
    margin:0;
	margin-bottom:10px;
}

.groupItem .itemHeader a{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.itemContent label{
    display:block;
    font-weight:bold;
}
.itemContent label.horizontal{
    display:block;
    float:left;
}

.itemContent div.horizontal{
    display:block;
    float:left;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */
.obrigatorio{
    color:red;
}
.btnsubmit {
  display: block;
  width: 100%;
}

.submit{
  display: block;
  cursor: pointer;
    border:none;
    font-weight:bold;
    color:#666;
    padding:5px;
    background:url(/img/bt_submeter_pt.gif);
    width:100px;
    height:27px;
}