 #status{
    	width:450px;
    	padding:10px;
    	height:20px;
    	outline:none;
		font-size:20px;
	
		font-weight:bold; 
    }
   
 .focusField{
    	border:solid 2px #73A6FF;
    	background:#EFF5FF;
    	color:#000;
  }
 .idleField{
    	background:#EEE;
    	color: #6F6F6F;
		border: solid 3px #DFDFDF;
    }		
