@CHARSET "ISO-8859-1";
div#login{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15%;
	background:#f2f2f2;
	height:200px;
	text-align:left;
	-moz-border-radius:15px;
	border:2px solid #f8f8f8;
}

div#login div#heading{
	width:388px;
	_width:400px;
	float:left;
	background:#c6c6c6;
	-moz-border-radius:15px 15px 0px 0px;
	height:31px;
	_height:45px;
	padding-top:14px;
	padding-left:12px;
	font-weight:bold;
	color:#585858;
}

div#login div#content{
	float:left;
}

div#login div#content table{
	float:left;
	width:50%;
	margin-left:60px;
	margin-right:60px;
	margin-top:24px;
	font-size:14px;
}

div#login div#content table tr{
	height:32px;
}

div#login input{
	padding:3px;
}

div#login #submit{
	float:right;
	margin-top:4px;
}