
html, body {
    background-color: #d9eaff;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
}

.layoutError {
    background: #d8e0e5 none repeat scroll 0 0;
}
.claro {
    background: white none repeat scroll 0 0;
    padding: 0;
}

.auth {
    background: rgba(0, 0, 0, 0) url("../images/login_back1.png") no-repeat scroll left top;
	border: 0 none;
    height: 248px;
    width: 344px;
	margin: 100px auto auto;
    overflow: hidden;
    padding: 20px 30px;
}

.auth-logo {
    background: rgba(0, 0, 0, 0) url("../images/mainTopHeader.png") no-repeat scroll 0 0;
    margin-top: 3.8px;
	height: 50px;
    margin-bottom: 5px;
    width: 175px;
	outline: medium none !important;
}

.sectionError h1 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
	color: #1085b2;
}

.sectionError .h-line {
    background: #ccc none repeat scroll 0 0;
    height: 1px;
}

a:link {
    color: #0081c6;
}
