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

br {
	clear: both;
}

.left {
	float: left;
	clear: left;
	width: 270px;
}

.right {
	padding-left: 20px;
	float: left;
	width: 250px;
	height: 200px;
	border-left: dotted 1px #999999;
}

.login label {
	float: left;
	clear: left;
	width: 68px;
	height: 20px;
	text-align: right;
	padding-right: 6px;
	margin-top: 7px;
	font-weight: bold;
}

.login input.text {
	float: left;
	width: 172px;
	margin-bottom: 6px;
}

.login p.submit {
	text-align: center;
}

.error {
	color: #FF0000;
}
