@charset "utf-8";

body {
	font-size: 14px;
	margin: 0px;
}

.edit {
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 10px;
}

.label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.desc {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.checkbox {
	line-height: 20px;
}

.login_button {
	font-size: 12px;
	width: 200px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #069;
	height: 30px;
	background-color: #39f;
	margin-top: 10px;
}

.login_box {
	border: 1px solid #ccc;
	padding: 30px;
	width: 200px;
	float: left;
	margin-bottom: 51px;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}

.left {
	width: 500px;
	float: left;
}

.right {
	float: right;
	margin-right: 100px;
}

.headline {
	height: 80px;
	background-color: #39c;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 200px;
	font-family: "ms serif", "new york", serif;
}

.container {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.bottom_line {
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	width: 100%;
	background: #f1f1f1;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
}

.button {
	float: right;
	height: 30px;
	color: #ffffff;
	background: #0094e0;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}

.button2 {
	float: right;
	height: 30px;
	color: #ffffff;
	background: #cccccc;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

.button3{
	float: right;
	height: 30px;
	color: #ffffff;
	background: #7cc8ef;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

.button a {
	color: #ffffff;
	text-decoration: none;
}

.button2 a {
	color: #666;
	text-decoration: none;
}

.button img, .button2 img {
	margin-bottom: -2px;
	margin-right: 5px;
}

.error_msg{
	color:#aa0000;
	font-weight:bold;
	line-height:30px;
}