/**** SHARED STYLES ****/
.twocolumns
{
}
.twocolumns .left
{
	vertical-align: top;
	width: 334px;
}
.twocolumns .right
{
	vertical-align: top;
	padding-left: 33px;
	background-image: url(Images/DashedSeparator.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.standardform .formsfield
{
	color: #87786f;
	width: 160px;
	height: 17px;
	
	padding: 3px 3px 0px 3px;
	margin: 2px;
	
	font-family: Verdana;
	font-size: 10px;
	
	border: solid 1px #a99c94;
}

.HomeLoginform .formsfield
{
	color: #87786f;
	height: 17px;
	
	padding: 3px 3px 0px 0;
	margin: 2px 0 0 0;
	
	font-family: Verdana;
	font-size: 10px;
	
	border: solid 1px #bad5d5;
}

.standardform .multilinebox
{
	color: #87786f;
	width: 160px;
	
	padding: 3px 3px 0px 3px;
	margin: 2px;
	
	font-family: Verdana;
	font-size: 10px;
	
	border: solid 1px #a99c94;
}
.standardform .smallformsfield
{
	color: #87786f;
	width: 65px;
	height: 17px;
	
	padding: 3px 3px 0px 3px;
	margin: 2px;
	
	font-family: Verdana;
	font-size: 10px;
	
	border: solid 1px #a99c94;
}
.standardform .dropdownlist
{
	color: #87786f;
	width: 168px;
	height: 20px;

	padding: 2px 0px 0px 0px;

	line-height: 28px;
	margin: 2px;
	
	font-family: Verdana;
	font-size: 10px;
	
	border: solid 1px #a99c94;
}

.standardform .formsarea td
{
	padding-right: 10px;
	color: #87786f;
}

.HomeLoginform .formsarea td
{
	padding-right: 0;
	color: #999999;
}

.standardform .formsarea th
{
	vertical-align: top;
	width: 125px;
	text-align: left;
	font-weight: normal;
    color:	#87786f;
}
.standardform .formsarea .text
{
	color: #87786f;
}

.boldtitle
{
	font-size: 11px;
	font-weight: bold;
}
.boldtitle a:link,
.boldtitle a:active,
.boldtitle a:visted,
.boldtitle a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #87786f;
	text-decoration: underline;
}
