/*
 * loading words' style
 */
.loading {
	font-family: arial;
	font-size: 12px;
	color: green;
	background-image: url(../images/loading16x16.gif);
	background-repeat: no-repeat;
}

.loading_124x124 {
	font-family: arial;
	font-size: 12px;
	color: green;
	background-image: url(../images/loading124x124.gif);
	background-repeat: no-repeat;
}

/*
 * validate form's error style
 */
label.error {
	color: red;
	font-size: 12px;
	margin-left: 5px;
}

input.error,textarea.error,select.error {
	border: 1px dotted red;
}

/** readonly input */
input {
	background-color: expression((   this.readOnly &&     this.readOnly ==     true)
		?   "#f5f5f5" :   "" );
}
