/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color:#FFF;
	margin:0px; 
	padding:0px; 
}

/* LOGIN */
.background-image{
    height:auto;
    left:0;
    min-height:100%;
    min-width:1024px;
    position:fixed;
    top:0;
    width:100%;
    z-index:-1;
}

#login-wrapper {
    margin: 50px auto;
    min-height: 460px;
}
#notify {
    margin:45px auto;
    width:350px;
}
.error-notice, #failure {
    background: linear-gradient(to bottom, #dd5952 0px, #bc3e33 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}
#login-status .login-status-icon {
    display: block;
    height: 27px;
    position: absolute;
    width: 27px;
}
#login-status.error-notice .login-status-icon {
    background-image: url("../imagem/notice-error.png");
}
.error-notice, .answers-notice, .warn-notice, .info-notice, .success-notice, #failure {
    font-size: 12px;
    font-weight: bold;
}
.error-notice, .answers-notice, .warn-notice, .info-notice, .success-notice, #failure {
    font-size: 12px;
    font-weight: bold;
	font-family:Arial;
}
.error-notice, #failure {
    color: #fff;
}
.error-notice, #failure {
    background: linear-gradient(to bottom, #dd5952 0px, #bc3e33 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}

#login-status-message {
    padding-bottom: 5px;
    padding-left: 36px;
    padding-top: 5px;
}
.error-notice, .answers-notice, .warn-notice, .info-notice, .success-notice, #failure {
    font-size: 12px;
    font-weight: bold;
}
.error-notice, .answers-notice, .warn-notice, .info-notice, .success-notice, #failure {
    border-radius: 4px;
    box-shadow: 0 2px 2px #2b2b2b;
    font-size: 12px;
    font-weight: bold;
    min-height: 27px;
    padding: 5px 10px 5px 5px;
}

.error-notice, #failure {
    background: linear-gradient(to bottom, #dd5952 0px, #bc3e33 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}

#login-status-message {
    padding-bottom: 5px;
    padding-left: 36px;
    padding-top: 5px;
}

#login-container {
    border-radius:5px;
    height:375px;
    margin:0px auto;
    position:relative;
    width:356px;
}
#login-sub-container {
    border: 1px solid rgba(63, 65, 67, 0.5);
    border-radius: 5px;
    box-shadow: 0 6px 10px -2px #3f4143;
    left: 5px;
    position: absolute;
    width: 345px;
}
#login-sub-header {
    background: linear-gradient(to bottom, #e5e5e5 0px, #d4d4d4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #a1a1a1;
    border-radius: 5px 5px 0 0;
    border-style: none none solid;
    border-width: 0 0 1px medium;
    height:110px;
    padding:10px 0px 0px;
    text-align:center;
}
#login-sub-header {
    text-align: center;
}
#login-sub, #security-sub {
    background-color: #eaeaea;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #fff;
    color: #4c4c4c;
    font-size: 12px;
    height: 260px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 30px;
}

#blocoLogin input, #blocoSenha input{
	height:18px;
	font-size:14px;
	padding:10px;
	width:260px;
}

#divLogin{
	color:#666;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left; 
}
#blocoUnidade{
	margin-bottom:20px;
}
#blocoLogin{
	margin-bottom:20px;
}

