/* GENERAL STYLES */
body {
	background-color: #e7e7e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	font-weight:bold;
	text-align:center;
}


.Button
{

    font-size: 90%; 
    background-color: #cccccc; 
    color: #000000; 
    border: 1px solid #999999; 
    width: 70px;
    height: 20px;
    
}

 
.Input { 
    font-size: 90%; 
    background-color: #ffffff; 
    border: 1px solid #999999; 
    width:120px;
    
}

