@charset "utf-8";
.Header {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	height: 98px;
	background-image: url(../images/header.png);
}
.Footer {
	background-color: #eaeaea;
	text-align: right;
	vertical-align: middle;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5c5c5c;
	padding-right: 25px;
}
.Body {
	background-color: #FFFFFF;
	height: 457px;
	background-image: url(../images/body_BG.png);
	background-repeat: no-repeat;
	background-position: right;
	right: 30px;
}
.Library_Solution_Text {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	border-color: #8b8b8b;
}
.Library_Solution_Text_Error {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	border-color: #8b8b8b;
}
.Library_Solution_Button {
	background-color: #8b8b8b;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	border-style: none;
	border-color: #8b8b8b;
}
.Authorization_failed {
	background-color: #9e1e1d;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding-left: 65px;
	background-image: url(../images/failed.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-style: none;
	border-color: #8b8b8b;
}

#loginBox {
    float: right;
    position: relative;
    top: 20px;
    vertical-align: top;
    width: 390px;
}
.loginBorder {
    background-color: #EAEAEA;
    border: 1px solid #999999;
}
.signin-box {
    margin: 20px;
}
.login {
    background-position: 240px center;
    background-repeat: no-repeat;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    height: 40px;
    line-height: normal;
    padding-left: 10px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}

#textfield {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 30px;
    line-height: normal;
    margin-left: 10px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    width: 292px;
}

input.error {
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

.fieldname {
    background-color: #EAEAEA;
    border-style: none;
    border-top-color: #8B8B8B;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 30px;
    line-height: normal;
    padding-left: 10px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    width: 30%;
}

.loginButton {
    height: 60px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    width: 35%;
}