@CHARSET "ISO-8859-1";

div.col-login {
	float:left;
	width:200px;
}

div.col-register {
	float:left;
	width:200px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: dotted 1px #ccc;
}

div.col-register select {
	width:150px;
}

h2 small {
	color: #999;
	padding-left:15px;
	font-weight:normal;
}

h2 {
	padding-left:4px;
}

table.login {
	font-size:80%;
}
table.register {
	font-size:80%;
}

div.field-error {
	color: red;
	font-size:90%;
}