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

body{
	background:#CCCCCC;
	margin:0;
	padding:0;
	position:relative;
	min-width:200px;
}

#login_form{
	width:80%;
	border:1px solid #8B8B8B;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 auto;
	margin-top:2rem;
	padding-bottom:1rem;
}
#login_form p{
	width:80%;
	margin:1rem auto;
}
#title{
	height:2rem;
	line-height:2rem;
	padding-left:1rem;
	background-color:#555555;
	color:#1abc9c;
	font-size:1rem;
	font-weight:bold;
	margin-bottom:1rem;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#login_form label{
	width:30%;
	display:inline-block;
}
#login_form input{
	
}
#submit{
	width:100%;
	height:2rem;
	line-height:2rem;
	text-align:center;
	border:0;
	background:#e67e22;
}