@charset "utf-8";
/* CSS Document */

#login_container {
	width:350px;
	margin: auto;
	margin-top:100px;
}
#login_box {
	border: 1px solid #CCCCCC;
	/*background:url("../img/bg_content.gif") repeat-x scroll left bottom #FFFFFF !important;*/
	background-color:#FFF;
	padding:10px;
}
h1 {
	font-size:14px;
}

.ctrl {
	clear:both;
	padding: 5px;
	margin: 0px;
}
.ctrl label {
	float: left;
	width: 100px;
	margin-top:4px;
}
.ctrl input {
	float: left;
	width: 150px;
}
.button {
	clear: both;
	text-align:center;
	padding:5px;
}