input:focus {
	border: 1px solid #00FFFF;
}
 
input[readonly]{
  background: #D4D4D4;     
} 

body{

	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
}

table {
			text-align: left;
			font-size: 12px;
			font-family: verdana;
			color: black;
			background:#E9E9E9;
			border-radius: 5px;
}

th {
	border: 1px solid white;
	background: #c0c0c0;
} 