#login{
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../img/misc/wallpaper.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#login .loginbox{
	position: absolute;
	padding: 1em 0em 2em 0em;
	top: 10px; bottom: 10px; left: 10px; right: 10px;
	margin: auto;
	background-color: rgba(255,255,255,1);
	border: 1px solid #d9d9d9;
	max-width: 250px;
	max-height: 360px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	border-top: 4px solid;
	border-bottom: 2px solid;
	border-image: url("../img/misc/border.png") 1 stretch repeat;
}

#login .logo{
	display: block;
	margin-left:auto; margin-right: auto;
	width: 100%; height: auto;
	max-width: 180px;
}

#login .FormContainer{
	margin-top: 20px;
	background-color: #e9e9e9;
	padding: 1em; padding-bottom: 0;
	border-top: 1px dotted #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	border-bottom-left-radius: 1px dotted #b2b2b2;
}

#login label{
	font-weight: normal;
	font-size: 12px;
	color: #707070;
}

#login input,#login select{
	position:relative;
	width: 100%;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	padding: 5px;

	color: #444444;
	z-index: 1
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px solid #B1B1B1;
	cursor: text;
}

#login button{
	position: relative;
	margin-left: -0.6em;
	margin-top: 0.7em;
	padding-left: 1em; padding-right: 1em;
	font-size: 14px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #A3A3A3;
}