html {
background:#afb9c2;
color:#333;
}

#background_img {
	background:url(../img/bg/login_bg2.png) no-repeat top left;
	padding:0; margin:0;
	position:absolute;
	left:0;
	top:0;
	height:640px;
	width:100%;
}

body {
	background:none;
}

div#content {
background-color: #fff;
max-width:400px;
margin:6% auto 0 auto;
-moz-box-shadow:0 2px 5px #666;
-moz-border-radius:5px 5px 5px 5px;
-webkit-box-shadow:0 2px 5px #666;
-webkit-border-radius:5px 5px 5px 5px;
box-shadow:0 2px 5px #666;
border-radius:5px 5px 5px 5px;
text-align:center;
min-height:0;
}

.logimg{
margin-top:4em;
max-width:250px;
}

form {
border:0;
text-align:center;
width:15em;
font-size: 17px;
display:block;
margin:1em auto;
}

input, select {
margin-bottom:1em;
font-size: 15px;
text-align:center;
}

legend {
display:none;
}

#footer {
border:0;
text-align:center;
display:block;
margin:auto;
}

#versionNumber {
font-size:smaller;
text-align:center;
color:gray;
padding-bottom:40px;
}
#vissel {

}
#vissel .vissel-logo {
	max-width:50px;
}