@CHARSET "ISO-8859-2";
font.errormsg{
	color: #FF0000;
}

input.email,input.email-error,
input.address,input.address-error,
input.ename,input.ename-error,
input.fname,input.fname-error,
input.lname,input.lname-error,
input.region,input.region-error,
input.passwd,input.passwd-error,
select.sex,select.sex-error,
select.age,select.age-error,
select.job,select.job-error,
select.source,select.source-error,
select.county,select.county-error,
input.newpass, input.newpass-error{
	width:300px;
}
input.zip,input.zip-error {
	width:50px;
}
input.city,input.city-error {
	width:245px;
}
select.birthday,select.birthday-error{
	width:97px;
}

input.email-error, input.address-error, input.ename-error, input.fname-error, input.lname-error, input.zip-error, input.city-error, input.region-error,
input.passwd-error, select.sex-error, select.age-error, select.job-error, select.source-error, select.county-error, select.birthday-error, input.newpass-error{
	border:solid 2px #FF0000;
}


div.rules{
	overflow:scroll;
	width: 100%;
	height: 200px;
	padding:8px;
}

