/* @override 
	http://shashwatp.loosestitchpro.com/styles/login.css
	http://crs.loosestitchpro.com/styles/login.css
*/

body {
	background-color: #3e4350;
}

#container {
	width: 466px;
	height: 248px;
	background: url(/images/bkg_login.png) no-repeat;
	margin: 30px auto 0;
	padding: 30px 20px 0 20px
}

td, .label {
	font-size: 12px
}

#footer {
	display: block;
	width: 500px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}

#footer #dreamhost, #footer #footer-links {
	display: none
}

.labelcol {
	width: 60px;
}

.label {
	color: #666;
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	margin-right: 5px;
}

#login-div {
	margin: 0 auto;
	padding-top: 30px;
}

#login-form {
	border: none;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	height: 210px;
	position: relative;
}

#login-form .example {
	font-size: 9px;
	color: #999
}

#login-form table {
	text-align: left;
}

#error-msg {
	color: #ff3366;
	font-size: 10px;
	padding: 0;
	margin-bottom: 0px;
}

#footnote {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #666;
	font-size: 10px;
	line-height: 16px;
	width: 400px;
	text-align: center;
}
