.button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 9pt;
	border-left: black 1px solid;
	width: 80px;
	cursor: hand;
	color: #34394C;
	border-bottom: black 1px solid;
	font-family: Arial;
	height: 22px;
	background-color: #BABFD8;
	text-decoration: none;
}

.input
{
	border-right: 1px solid;
	padding-right: 3px;
	border-top: 1px solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 9pt;
	border-left: 1px solid;
	width: 250px;
	padding-top: 1px;
	border-bottom: 1px solid;
	font-family: Arial;
	height: 22px;
}

.radio
{
	border-style: none

}

.textarea
{
	border-right: 1px solid;
	padding-right: 3px;
	border-top: 1px solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 9pt;
	border-left: 1px solid;
	width: 350px;
	padding-top: 1px;
	border-bottom: 1px solid;
	font-family: Arial;
	height: 110px;
}