@CHARSET "UTF-8";
div.website_logindiv{
	background:transparent;
	background-image:url(hylo_login.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:350px;
	height:165px;	
	padding:0px;
	padding-left:30px;
}
span.website_logincap{
	font-size:12px;
}
input.website_logininput{
	width:100px;
	height:19px;
	border:1px #DDDDDD solid;
	font-size:12px;
}
input.reqfield{
	background:#FFEEEE;
}
input.website_registerinput{	
	width:150px;
	height:19px;
	border:1px #DDDDDD solid;
	font-size:12px;	
}
input.website_loginsubmit{
	font-size:12px;
	color:#FFFFFF;
	background-color:#6a99c6;
	border: 1px #DDDDDD solid;
	width:100px;
	height:20px;
}
input.website_registersubmit{
	font-size:12px;
	color:#FFFFFF;
	background-color:#6a99c6;
	border: 1px #DDDDDD solid;
	width:150px;
	height:20px;
}
div.website_registerdiv{
	background:transparent;
	background-image:url(hylo_register.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	padding-top:75px;	
	width:350x;
	height:400px;
}
div.website_updatedatadiv{
	background:transparent;
	background-image:url(hylo_update.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	padding-top:75px;	
	width:350x;
	height:300px;		
}
select.website_select{
	font-size:12px;
	width:150px;
}