.TextBox
{
	font-size: 8pt;
	color: #000000;
	background-color: #EEEEEE;
}

a:link, a:active
{
	color: #666666;
	text-decoration: underline;
	font-size:11px;
}

a:visited, a:hover
{
	color: #0b356b;
	font-size:11px;
}

.AddToCart
{
	width: 144px;
	height: 32px;
}

.ContinueButton
{
	height: 30px;
	width: 147px;
	margin-right: 16px;
	margin-top: 1px;
}

.CreateAccount
{
	height: 15px;
	width: 113px;
}

.ErrorMessage,
.ErrorMsg,
.SystemErrorMsg
{
	font-weight: bold;
	font-size: 9pt;
	color: #FF0000;
	font-family: Helvetica, sans-serif;
}