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

body{
	background:#CCCCCC;
	margin:0;
	padding:0;
	position:relative;
}

#login_form{
	width:350px;
	height:200px;
	border:1px solid #8B8B8B;
	margin:0 auto;
	margin-top:150px;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#title{
	height:40px;
	line-height:40px;
	padding-left:20px;
	background-color:#555555;
	color:#1abc9c;
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#login_form label{
	width:60px;
	display:inline-block;
}
#login_form p{
	width:80%;
	margin:20px auto;
}
#submit{
	width:50%;
	height:2rem;
	line-height:2rem;
	text-align:center;
	border:0;
	background:#e67e22;

}
