/*
 * loading words' style
 */
.loading{
	font-family:arial;
	font-size:12px;
	color:green;
}

/*
 * validate form's error style
 */
label.error {
	color:red;
	font-size:12px;
}
input.error { 
	border: 1px dotted red; 
}

/*
 * validate form's fine style
 */
label.fine {
	color:green;
	font-size:12px;
}

/*
 * [body,table,input] font,
 * handle jquery widget title too big
 */
body{
}
table{
	font-size:12px;
}
input{
	font-size:12px;
}
input{
	background-color: expression( (this.readOnly && this.readOnly == true)?"#f5f5f5":"" );
}
