#main_adjust {
	height: 15%;
}

.singleLibraryLogo {
	text-align: left;
}

#main_plate {
	position: relative;
	height: 255px;
	width: 760px;
	background: #D6E3EB;
}


#promo {
	position: absolute;
	width: 568px;
	height: 242px;
	top: 6px;
	left: 6px;
	background: #fff;
}

#panel_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 186px;
	height: 248px;
	background: #C7D8E3;
	text-align: left;
}

#lang {
	position: relative;
	background: #D6E3EB;
	text-align: right;
}

.sub_panel {
	position: relative;
	border-top: 1px solid #E6F2F8;
	padding: 0px 6px;
	background: #C7D8E3;
}

.heading {
	position: relative;
	padding: 4px 0px;
	height: 18px;
}

.heading1 {
	position: relative;
	padding: 5px 0px;
}

.textbox {
	font: 11px normal arial,verdana,sans-serif;
	border: 1px solid #649CCB;
	height:18px;
	width: 104px;
	margin: 0px;
	text-align:left;
}

.login_item {
	position: relative;
	height: 20px;
	width: 100%;
}

.login_item .label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
}

.login_item .item {
	position: relative;
	padding: 0px 0px 0px 70px;
}

.item {
	position: relative;
	padding-bottom: 5px;
}

.login_but {
	position: relative;
	text-align: right;
	padding-bottom: 12px;
}

#logo_panel {
	position: relative;
	width: 760px;
	padding: 5px 0px;
	background-color: #D6E3EB;
}

#footer {
	position: relative;
	height: 30px;
	text-align: left;
}

#footer .text {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 400px;
}

#footer .logo {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 250px;
	text-align: right;
}

#footer .logo a {
	text-decoration: none;
}

#footer .logo a:hover {
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}

/*****************************
these styles fix the layout 
of a single library
*****************************/
.singleItem {
    position: relative;
	padding: 1px 0;
}

.singleLogin_but {
	position: relative;
	text-align: right;
	padding-bottom: 6px;
}

.singleHeading1 {
	position: relative;
	padding: 4px 0px;
}
/*****************************
end fix
*****************************/