html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",verdana,arial;
	font-size: 11px;
	letter-spacing: 0.08em;
	overflow-x: hidden;
	background-color: #222;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #555555 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #555555 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #555555 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #555555 0%, #000000 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #555555 0%, #000000 100%);
}

h2{
	font-size: 10px;
	padding: 4px;
	font-weight: bold;
	margin: 0;
}
img{
	border: 0;
}
a{
	text-decoration: none;
	color: #333;
}
#loginwrapper{
	width: 100%;
	margin:0;
	padding: 0;
}
#login{
	display: none;
	position: relative;
	top: 150px;
	width: 318px;
	margin-top: 150px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	margin: auto;
	background-color: #444;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #666666 0%, #444444 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #666666 0%, #444444 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #666666 0%, #444444 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #444444));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #666666 0%, #444444 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #666666 0%, #444444 100%);
	border-top: 1px solid #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
    /*background-image: url('../opaleimages/barclayslogin.gif');*/
	background-repeat: no-repeat;
	color: #ccc;
}
.textinput{
	font-size: 20px;
	color: #777;
	background-color: #efefef;
	padding: 3px;
	width: 308px;
}
#rememberspan{
height: 20px;
padding-top: 10px;
display: inline-block;
}
#serverdiv{
	width: 130px;
	padding: 5px;
	height: 20px;
}
#loginspan{
display: inline-block;
	width: 76px;
	padding: 10px 20px 0px 0px;
}
#loginbutton{
	border-top: 2px solid white;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #aaa;
	padding: 5px 15px 5px 15px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: white;
}
.normal{
	background-color: #6eafbf;
}
.hover{
	cursor: pointer;
	background-color: #79b4c3;
}
.error{
	color: #fff;
	font-size: 10px;
}
#rememberbox{
	margin-left: 5px;
}
#message{
	color: #c00;
	padding: 5px;
}
#login dt{
	color: #999;
	margin-top: 10px;
	margin-bottom: 5px;
}
#login dd{
	margin-left: 0;
}
