@charset "utf-8";
/* CSS Document */

#login-holder	{
	margin: 0px auto 0 auto;
	width: 508px;
}
#logo-login	{
	float: left;
	margin: 0px 0px 0px 15px;
}
.clear	{
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#loginbox	{
	background: url(../images/bg_login.gif) no-repeat;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
}
#login-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
}
#login-error {
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 24px;
}
.login-inp	{
	background: url(../images/login/inp_login.gif) no-repeat;
	border: none;
	color: #000;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 204px;
}
.submit-login	{
	background: url(../images/login/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
}
.submit-login:hover	{
	background: url(../images/login/submit_login.gif) no-repeat 0 -29px;
}
#close {
	text-align: right;
	position: absolute;
	top: 1px;
	width: 99%;
}
#blocoDisclaimer {        
        font-family: "Trebuchet Ms","Lucida Grande","Lucida Sans Unicode",Arial,Verdana !important;
        font-size: 80% !important;
        text-align: center;
        color: rgb(89, 89, 89) !important;
}
#blocoDisclaimerWhite {
        font-family: "Trebuchet Ms","Lucida Grande","Lucida Sans Unicode",Arial,Verdana !important;
        font-size: 80% !important;
        text-align: center;
        color: rgb(255, 255, 255) !important;	
}

.modal-dialog {
    width: 300px;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.input-group-addon {
    color: #fff;
    background: #7c082f;
}

.modal-open {
	padding-top: 105px;
	overflow: visible;
}
}