.validator
{
	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	
	background-color: #681910;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.standardText
{
	width: 250px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	
	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.mediumText
{
	width: 175px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	
	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.standardText_brownbg
{
	width: 250px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	
	background-color: #543F22;
	border-color: #333545;
	border-bottom-style: solid;
	border-width: 1px;
}

.veryShortText
{
	width: 50px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;
	
	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.shortText
{
	width: 100px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;

	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.shortText_brownbg
{
	width: 100px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;

	background-color: #543F22;
	border-color: #333545;
	border-bottom-style: solid;
	border-width: 1px;
}

.longText
{
	width: 350px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;

	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.veryLongText
{
	width: 500px;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;

	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.textarea
{
	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;

	background-color: #333545;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
}

.standardRadio
{
	background-color: #BF996B;

	color: #CDCDCD;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 700;

	font-weight: 800;
	font-size: 10pt;
}

.button
{
	color: #CDCDCD;
	font-family: Garamond;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: 700;

	background-color: #353122;
	border-color: #A58962;
	border-bottom-style: solid;
	border-width: 1px;
	
	cursor: hand;
}