@charset "utf-8";
/* CSS Document */
html {
min-height: 100%;

}
body {
	background-image: url(../images/novo/bg_login_body.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 100%;
	margin:0; padding:0;
	color: #454545;
    font: 12px/1.5 'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
}

.header {
	width:100%;
	position:relative;
	z-index:99;
}

.login {
	background-image: url(../images/novo/bg_upper_login.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#login-container {
    background-image: url("../images/novo/form_bg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    font-size: 10px;
    height: 600px;
    margin-left: -1px;
    overflow: hidden;
    padding: 0 59px;
    position: relative;
    width: 200px;
}

#login_page #content .inner {
	padding-top:120px;
	background-image: url(../images/novo/login_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}

#login_page #head p { color:#999; }
#login_page #head h3 {
    clear: both;
	font-size:18px;
    line-height: 20px;
    margin-bottom: 7px;
    margin-top: 10px;
    text-align: left;
	text-align:center;
}
#login-container {width:200px; height:450px; margin:0 auto; padding-top:30px;}
input {
    background-image: -moz-linear-gradient(100% 100% 90deg, #f2f2f2, #FFF); /* para o mozzila */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#FFF)); /* para o webkit*/
    border: 1px solid #D9D9D9;
    margin: 0;
    padding: 8px 5px 9px;
    vertical-align: top;
    width: 190px;
}
.text_field, .input {
    margin-bottom: 10px;
    text-align: left;
}
input[type='submit'] {
    background-image: -moz-linear-gradient(100% 100% 90deg, #f2f2f2, #FFF); /* para o mozzila */
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    line-height: 44px;
    outline: 0 none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
	font-size: 12px;
}
input[type='submit']:hover {
	background-image: -moz-linear-gradient(100% 100% 90deg, #66cc33, #99ff33); /* para o mozzila */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#66cc33), to(#99ff33)); /* para o webkit*/
	border: 1px solid #99ff33;
	color: #333;
	cursor:pointer;
}
fieldset {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

img#obrigatorio_1, img#obrigatorio_2 {
	display:none;
}
