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

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

img {
	border: none
}

html {
	background: url(img/bk_body.png)
}

.replace {
	display: block;
	text-indent: -5000px;
	overflow: hidden
}

ul.errors li {
	font-size: 11px;
	color: red
}

/* All */
#all {
	margin: 10px auto 0;
    width: 550px;
}

/* Logomarca */
#logomarca {
	background: url("img/logo-topo.jpg") no-repeat scroll left center #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    height: 160px;
    position: relative;
    top: 50px;
    width: 350px;
}

.errors{
	margin: 5px;
	/*padding-right: 80px;*/
}

/* Box Login */
#boxLogin {
	/*position: absolute;*/
	bottom: 30px;
	right: 100px;
	padding-bottom: 5px
}

.desenvolvido{
	color: #0F4768;
    float: right;
    font-size: 12px;
}

#boxLogin div.form {
	border: 2px solid #E6E6E6;
	background: url("img/bg_transp.png");
	
	border-radius: 10px;
	/*background-color: #ffffff;*/
	padding: 30px 30px 50px;
	width: auto;
	
}

#nm_email-label, #nm_senha-label{
	width: 70px;
}

#usuario-label, #senha-label{
	width: 80px;
}

#boxLogin div.form dl {
	width: 420px
}

#boxLogin div.form dl dt {
	float: left;
    text-align: right;
    width: 90px;
}

#boxLogin div.form label {
	font-size: 15px
}

#boxLogin div.form input.tx {
	border: 1px solid #C9C9C9;
	color: #817C7C;
	padding: 5px;
	height: 18px;
	line-height: 16px;
	-moz-border-radius: 2px;
	width: 180px;
}

#boxLogin div.form input:focus.tx {
	border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#boxLogin div.form a{
	color: #FF0000;
    float: left;
    text-decoration: none;
    font-size: 13px;
}
#boxLogin div.form a:HOVER{
	text-decoration: underline;
}

/* Erro */
#boxLogin div.error {
	background: url(img/bg-error.png) no-repeat;
	width: 380px;
	height: 30px;
	font-size: 11px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 30px;
	text-indent: 30px
}


.fixoFooter{
	background: none repeat scroll 0 0 #B5C0CF;
    bottom: 0;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
}


#footer {
    color: #FFFFFF;
    font-size: 11px;
    margin: 10px auto 0;
    padding: 30px;
    text-align: left;
    width: 980px;
}

#footer a#opcaoweb {
    background: url("img/marca_opcao_branco.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 23px;
    overflow: hidden;
    text-indent: -5000px;
    width: 130px;
}

#footer a#opcaoweb:hover {
    background: url("img/marca_opcao_branco.png") no-repeat scroll left -24px transparent;
}

.errors li, label.error{ margin-left: 0px;}