/* Secure Client File Area: client_area.css
 * Styles specific to the client area
 * 
 * May, 2010 Mike Eaton / Perkolate 
 */
@CHARSET "UTF-8";
body {
	font-family: Verdana;
	font-size: 95%;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: middle;
	font-size: 75%;
	font-weight: normal;
}

.login_error {
	color: red;
	font-weight: bold;	
}

.smalltext {
	font-size: 75%;
	font-style: italic;	
}

.required {
	font-size: 85%;
	color: red;
	font-weight: bold;	
}

