body { 
	font: 11px/1.5em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: georgia, times, sans—serif; 
	font-weight: normal; 
	margin-bottom: 10px;
} 
h1 { 
	font-size: 218%;
} 
h2 { 
 font-size: 164%; 
} 
h3 { 
 font-size: 145%; 
} 
h4 { 
 font-size: 118%; 
} 

form {margin: 10px;}

label {display:block; margin: 10px 10px 3px 3px; font-size: 100%;}
fieldset { 	
	border: 1px #AAA solid;
	color: #666;
	margin: 10px;
	padding: 0 10px 10px 10px;
}

fieldset>legend {font-size: 118%;}



.notify, .error {
	color: #333;
	margin: 20px;
	padding: 10px;
	font-size:118%;
}

.error {
	background: #FFB9B3;
	border: 1px solid #FA8A80;
}

.notify {
	background: #CDFFAC;
	border: 1px solid #A5FF69;
}

.ajaxloader {
	display:none;
	padding: 1px;
	height: 1em;
	width: 1em;
}

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;
}
