input{
 
background-color:expression(this.readOnly==true?"#EEEEEE":"#FFFFFF");
 
}
 

input[readonly]{
 
background-color:#EEEEEE;
 
}