html, body {
    height:100%;
}

body {
    min-width: 960px;
	background: #edeee4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
    position:absolute;
    width: 100%;
}

#layout {
    width:100%;
    height: 100%;
    border-collapse: collapse;
}

#layout td {
    padding: 0;
    border: none;
}

#footer {
	background: #edeee4 url(/cms/static/i/footer-line.gif) left top repeat-x;
	height: 80px;
	vertical-align: top;
}

#main {
	background: url(/cms/static/i/login-bg.jpg) center 50% no-repeat;
}

#metadesign {
	float: right;
	margin: 23px 70px 0 20px;
}

#content {
	height: 280px;
	text-align: center;
	position: relative;
}

#content-bg {
	position: relative;
	margin-bottom: -280px;
	background: #fff;
	height: 280px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#form {
	padding: 40px 0 0;
	width: 400px;
	display: inline-block;
}

#logo {
	background: url(/cms/static/i/login-logo.png) no-repeat;
	~background: none;
	~filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/cms/static/i/login-logo.png', sizingMethod='scale' );
}

#form form {
	width:270px;
	display: inline-block;
	margin: 30px 0 0;
}

.field {
	clear: both;
	text-align: right;
	padding: 0 0 8px;
}

#fields label {
	float: left;
	padding: 0 2em 0 0;
	line-height: 19px;
}

#fields {
	float: left;
}

#fields input {
	width: 190px;
}

#form button {
	float:right;
}

.button {
	margin: 12px 0 0;
	text-align: left;
	line-height: 25px;
}

.error {
	color: #730000;
	float: left;
}
