header{
	margin-bottom: 20px;
}
.form-horizontal .control-label{
	width: 16.667%
}

.form-group input{
	width: 33.3333%;
}

.btn{
	background-color: #CCC;
}

.btn_primary {
	background-image: url(../img/btn_fundo.png);
	color: #FFF;
	border-color: #FF9933;
	font-family: Helvetica, Arial, serif;
	border-radius: 5px; /* Implementação W3C */
	-moz-border-radius: 5px; /* atributo para Firefox */
	-webkit-border-radius: 5px; /* atributo para Chrome e Safari */
}
.tableControl,.actionButtons {
	width: 100%;
	float: left;
}

.buttonProcessBox {
	margin-top: 40px;
	float: right;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 100px;
    text-align: center;
    border-top: 1px solid rgb(229, 229, 229);
}

.menu {
	width: 182px;
	background-color: #DFDFDF;
	float: left;
	height: 400px;
	margin: 3px;
}
.rf-pp-cntr {
	text-align: center;
}
