*
{
	font-family: tahoma;
	font-size: 12px;
	color: #362f2d;
}

.treeTD
{
	text-align: right;
}

a
{
	color: #7b0046;
	text-decoration: none;
}

a:HOVER
{
	color: #ed145b;
	text-decoration: none;
}

body
{
	background: url('../Image/bg_page.gif');
}
select
{s
	width: auto;
	min-width: 200px;
	border: 1px solid #999;
}

.bodyinputtext
{
	width: auto;
	min-width: 200px;
	border: 1px solid #999;
}

.bodyinputtextHumanCheck
{
	width: 15px;
	border: 1px solid #999;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.bodyinputpassword
{
	width: auto;
	min-width: 200px;
	border: 1px solid #999;
}
.bodytextarea
{
	width: auto;
	min-width: 200px;
	border: 1px solid #999;
}

.bodyinputfile
{
	width: auto;
	min-width: 200px;
	border: 1px solid #999;
}
button
{
	border: 1px solid #999;
}
.bodyinputsubmit 
{
	background-color: #FFF;
	border: 1px solid #999;
	padding: 1px;
	width: auto;
	min-width: 50px;
}
.error_strings
{
	color: #900;
}