/* ---------- FORM LOGIN ---------- */

.loginSelect, .loginFields, .loginBtn { float: left; /*z-index:0;*/ }
.loginBtn { margin: -2px 5px 0 5px; /*position:relative; z-index:0;*/ }

.loginItau {
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; /*behavior: url(../js/border-radius.htc);*/
	background: #fff; margin: 0 7px 0 0; padding: 5px; border: 1px solid; border-color: #8C9399 #B6BFC4 #B6BFC4; color: #68727B; font-family: Arial, sans-serif; font-size: 13px; 
}
.wAg, .wPrevRg, .wCc, .wPrevCpf { width: 50px; }
.wOper, .wCartao, .wCpf, .wUser { width: 110px; }
.wCartao { font-size: 11px }

.loginSelect {
	position: relative;	border: 1px solid #b6bfc4; border-bottom: 1px solid #8c9399; background: #fff url(../img/select-bg.png) repeat-x 0 bottom; color: #68727b; margin: 0 10px 0 0;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /*behavior: url(../js/border-radius.htc);*/	
	-moz-box-shadow: 0 1px 2px rgba(49,57,63,.2); -webkit-box-shadow: 0 1px 2px rgba(49,57,63,.2); box-shadow: 0 1px 2px rgba(49,57,63,.2);
}
.loginSelect .label { display: block; height: 16px; /**width: 120px;*/ padding: 6px 25px 5px 8px; background: url(../img/select-arrows.png) right center no-repeat; }
.loginSelect:hover { border: 1px solid #919ea4; border-bottom: 1px solid #596369; }
.loginSelect select {	position: absolute;	top: 0;	left: 0; width: 100%;	height: auto;	margin: 5px 0 0 0; border: 0;	-webkit-appearance: none; /*display: none;*/ }