	.btn {   //text input box
   		color: #050;
   		background-color: #d9ffff;   
   		font: 75% 'trebuchet ms',helvetica,sans-serif;
   		height: 20px;
   		text-align: center;
		}   

 	.btn2 {   //option dropdown input box
   		color: #050;
   		background-color: #d9ffff;   
   		font: 75% 'trebuchet ms',helvetica,sans-serif;
   		height: 16px; //20px  
		}   
		
	.btn3 {   
   		color: #050;
   		background-color: #f9ffff;   
   		font: 75% 'trebuchet ms',helvetica,sans-serif;
   		height: 20px;
   		}
   		
   	input.bluetext{
   		color: 007;
   		}
   		
   	div.centerline{
   		text-align: center;
   		margin-left: auto;
   		margin-right: auto;
   		}
   		
   	td.padded{
   		border-style: solid;
   		border-width: 5px;
   		border-color: #eeeeff;
   		}
   		
   	a {
   		outline: none;
		}
