.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 22px;
	vertical-align: middle;
	height: 22px;
	width: auto;
}
.textfield1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EBD2BD;
	height: auto;
	width: 160px;
	border: thin solid #FFCC99;
}

.submitbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D40300;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 60px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #FF9966;
	border-right-color: #FFCC00;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	padding: 2px;
}
