html,body
{
	margin: 0px;
	height: 100%;
	font-family: Verdana;
	font-size: xx-small;
}

.BuyButton
{
	font-size: xx-small;
	font-family: Verdana;
	color: Black;
}

.SmallBasket
{
    font-size: xx-small;
    font-family: Verdana;
    color: Black;
}

.SmallBasketBG
{
    background-image: 'images/Basket/basket_bg.gif';
    background-repeat: no-repeat;
}

.LightLink
{
    text-decoration: none;
    color: White;
    font-family: Verdana;
    font-size: xx-small;    
}

.DarkLink
{
    text-decoration: none;
    color: Black;
    font-family: Verdana;
    font-size: xx-small;
}

.ErrorStyle
{
    font-family: Verdana;
    font-size: x-small;
    color: Red;
    font-weight: bold;
}

.AdminLoginWindow
{
	border: 2px;
	border-style: outset;
	font-size: xx-small;
	font-family: Verdana;
	background-color: #EAEAFF;
}

.AdminLoginWindowTitleBar
{
	height: 15px;
	background-color: #DADAEE;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.AdminLoginWindowErrorMessage
{
	font-weight: bold;
	color: Red;
}

INPUT
{
	font-size: xx-small;
	font-family: Verdana;
}

