.login {
	width: 400px;
	border-style: dashed;
	border-color: #000000;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.logo {
	clear: both;	
}

.title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.login_form {
	clear: both;	
	width: 320px;
	margin-left: 70px;	
	border-style: none;
	border-width: 0px;
	margin-top: 20px;
	overflow: auto;
}

.left {
	width: 100px;
	float: left;
        height: 30px;
	font-size: 12px;
}

.right {
	width: 200px;
	float: left;
        height: 30px;
	font-size: 12px;
}

.error {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size : 12px;
	color: #CC0000;
}

