Input.FormTextbox
{
    BACKGROUND-COLOR: white;
	border-color: whitesmoke;
    BORDER-BOTTOM: #f4f4f4 2px shadow;
    BORDER-LEFT: #f4f4f4 2px shadow;
    BORDER-RIGHT: #f4f4f4 2px shadow;
    BORDER-TOP: #f4f4f4 2px shadow;
    font-family:Verdana;
    font-size:10pt
}

Input.FormTextboxFocus
{
	BACKGROUND-COLOR:Navy;
	border-color: whitesmoke;
    BORDER-BOTTOM: #f4f4f4 2px shadow;
    BORDER-LEFT: #f4f4f4 2px shadow;
    BORDER-RIGHT: #f4f4f4 2px shadow;
    BORDER-TOP: #f4f4f4 2px shadow;
    font-family:Verdana;
    font-size:10pt
}

Input.FormTextboxWhite
{
    BACKGROUND-COLOR: whitesmoke;
	border-color: whitesmoke;
    BORDER-BOTTOM: #f4f4f4 2px shaodw;
    BORDER-LEFT: #f4f4f4 2px shadow;
    BORDER-RIGHT: #f4f4f4 2px shadow;
    BORDER-TOP: #f4f4f4 2px shadow;
    font-family:Verdana;
    font-size:10pt   
}
Select.StandardDropDown
{
	Font-Family:verdana;
	Font-Size:8pt;
	width:120px
}

Select.FormDropDown
{
	BACKGROUND-COLOR: white;
	border-color: whitesmoke;
    BORDER-BOTTOM: #f4f4f4 2px shadow;
    BORDER-LEFT: #f4f4f4 1px shadow;
    BORDER-RIGHT: #f4f4f4 2px shadow;
    BORDER-TOP: #f4f4f4 2px shadow;
    font-family:Verdana;
    font-size:10pt	
}

Select.StoreFinderDropDown
{
	BACKGROUND-COLOR: white;
	border-color: whitesmoke;
    BORDER-BOTTOM: #f4f4f4 2px shadow;
    BORDER-LEFT: #f4f4f4 1px shadow;
    BORDER-RIGHT: #f4f4f4 2px shadow;
    BORDER-TOP: #f4f4f4 2px shadow;
    font-family:Verdana;
    font-size:10pt;
    width:180px;
}
.FieldLabel
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold
}

.AddressFieldLabel
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold
}

.AddressDetails
{
	font-family:Verdana;
	font-size:8pt
}
td.FormLoginHeader
{
	background-color:#0099CC;
}
td.SendLinkMessage
{
	background-color:#0099CC;
	font-family:Verdana;
	font-size:8pt;
	color:White;
	font-weight:bold
}
td.LoginHeader
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bolder;
	background-color:#0099CC;
	color:white
}
td.UserFormBackGround
{
	font-family:Verdana;
	font-size:8pt;
	background-color:#66CCFF;
	color:Black
}

td.UserFormLabelAddress
{
	font-family:Verdana;
	font-size:8pt;
	background-color:#f4f4f4;
	color:Black
}

td.UserFormLabel
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	background-color:#f4f4f4;
	color:Black
}
td.UserFormLabelNonBold
{
	font-family:Verdana;
	font-size:7pt;
	background-color:#f4f4f4;
	color:Black
}
td.UserFormLabelWhite
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:Black
}
td.UserLoggedIn
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:Black
}
td.InstructionLabel
{
	Font-Size:8pt;
	Font-family:Verdana;
	Font-weight:bold;
	background-color:#f4f4f4;
	Color:IndianRed
}
span.InstructionLabel
{
	Font-Size:8pt;
	Font-family:Verdana;
	Font-weight:bold;
	Color:IndianRed
}
span.SSLMessageInstructionLabel
{
	Font-Size:8pt;
	Font-family:Verdana
}
a.PackageLink
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer; 
	cursor:hand
}
Select.StandardDropDownNoDisplay
{
	BACKGROUND-COLOR: white;
	border-color: whitesmoke;
    BORDER-BOTTOM: #f4f4f4 2px shadow;
    BORDER-LEFT: #f4f4f4 1px shadow;
    BORDER-RIGHT: #f4f4f4 2px shadow;
    BORDER-TOP: #f4f4f4 2px shadow;
    font-family:Verdana;
    font-size:10pt;	
	display:none
}