﻿body {
}

.textbox {
	font-size: 1em;
	color: #000;
	text-indent: 3px;
	background-color: White;
	border-width: 1px;
	border-style: solid;
	border-top-color: #C6C3B3;
	border-right-color: #7C7D6A;
	border-bottom-color: #7C7D6A;
	border-left-color: #7C7D6A;
	height: 16px;
	margin-top: 1px;
}
.button 
{
	background-image:url("images/buttonbkg.gif");
	background-color: #FFFFFF;
	font-family:Arial,Verdana;
	color: #696969;
	font-size:8pt;
	height: 21px;
	width: 100px;
	cursor:hand;
	font-weight:bold;
	text-align:center;
	border: #696969 1px solid;
}