	.textbox {
		font-family:Courier New; 
		font-size:9pt;
		color:#000066; 
		border-left:1px solid gray;
		border-top:1px solid gray;
		border-right:1px solid #dbdbdb;
		border-bottom:1px solid #dbdbdb;
	}
	
	.button {
		background-color:#66cccc;
		color:black;
		font-family:Verdana;
		font-size:8pt;
		font-weight:bold;
		width:100px;
		border-left:1px solid white;
		border-top:1px solid white;
		border-right:1px solid gray;
		border-bottom:1px solid gray;
	}
	
.error	{
	color:#FF0000;
	font-size: 13pt;
    font-family: Verdana,Arial;
	
}