.Text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.LoginTextField {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;


}
.Title {
	font-family: Tahoma;
	font-size: 14px;
	color: #e76d28;
	text-decoration: none;
	font-weight: bold;

}
.TextField {

	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.TextArea {


	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 60px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.Button {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e66729;
	font-weight: bold;
	border: 1px solid #8B3810;

}
.BrowserTextField {


	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 270px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

