
DIV.BasketLayer 
{
	border: solid 1px #008540;
	background-color: White;
	font-size: 11px;
	position: absolute;
	padding: 5px 7px;
	background-image: url(../Images/BkgrBasket.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

DIV.LoginLayerContainer
{
	background-image: url(../Images/LoginLayerBottomLogo.jpg);
	background-position:  left bottom;
	background-repeat: no-repeat;
}

DIV.LoginLayer 
{
	border: solid 1px #D9D8D8;
	background-image: url(../Images/BkgrLoginLayer.gif);
	background-repeat: repeat-x;
	background-color: White;
	font-size: 11px;
	position: absolute;
	padding: 5px 7px;
}

.ErrorMessage
{
	color: #d40000;
}

.FieldNameText
{
	font-size: 12px;
	color: #0f117d;
}

.OfficialText
{
	color: #2340a4;
	font-size: 10px;
	line-height: 15px;
}

.ExplainText
{
	font-size: 10px;
	color: #808080;
}

A.OfficialLink, A.OfficialLink:link, A.OfficialLink:visited
{
	color: #3a5bdd;
	font-size: 10px;
	text-decoration: underline;
}

A.OfficialLink:hover
{
	text-decoration: none;
}

A.BasketLink
{
	font-weight: bold;
	color: #FD5F00;
	text-decoration: none;
}

A.BasketLink:hover
{
	text-decoration: underline;
}
