input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

input[type="text"]:focus {
   background-color: #ffffcc;
}

textarea[name="textarea"]:focus {
   background-color: #ffffcc;
}

input[type="password"]:focus {
   background-color: #ffffcc;
}

select[name="group_list"]:focus {
   background-color: #ffffcc;
}

select[name="user_list"]:focus {
   background-color: #ffffcc;
}

select:focus {
   background-color: #ffffcc;
   border: 1px solid red;
}

button:focus {
	border: 1px solid red;
}

input[type="checkbox"]:focus {
font-weight: bold;
}


input[type="text"][disabled]{
    background:#DCDCDC;
    cursor:not-allowed; /* ֎~J[\ */
} 