﻿#DivCentered
{
 /** position:absolute;
  top: 660px;
  left: 480px; 
  margin-left: auto;
  margin-right:auto;**/
  position:fixed;
  left:50%;
  top:50%;
  height: 240px;
  width:240px;
}
.DataScreenPanels
{
	padding-top:40px;
}
.AreaTitle
{
	font-size:smaller;
	color:Black;
	font-weight:bold;
}
.MyDataList
{
	border:none;
	font-size:smaller;
	color:Black;	
}

.CartListingSmall_ItemTitle
{
	font-size:smaller;
	color:Black;
	font-weight:bold;
    text-decoration:underline;
}
.CartListingSmall_Price
{
	font-size:smaller;
	color:Black;
	font-weight:bold;
}



/* ============================= Form Controls ====================== */
.StandardButton1
{
	font-size:11px;
	background-color:#999999;
	border-width:0px;
    cursor:hand;
}
.StandardFieldLabel
{
	font-size:11px;
	border-width:0px;
	color:Black;
}
.StandardFieldTextBoxl
{
	font-size:11px;
	border-width:1px;
}
.StandardFieldMultiLineTextBoxl
{
	font-size:11px;
	border-width:1px;
}
.StandardFieldCBOl
{
	font-size:11px;
	border-width:1px;
}
.StandardFieldCheckBox1
{
	font-size:11px;
	border-width:1px;
}
.ScreenTitlel
{
	font-size:15px;
	color:Blue;
	text-decoration:underline;
	border-width:0px;
}
.ScreenErrorLabell
{
	font-size:13px;
	color:Red;
	border-width:0px;
}
.FieldErrorLabell
{
	font-size:11px;
	color:Red;
	border-width:0px;
}
.StandardLinkButton1
{
	font-size:11px;
	background-color:#999999;
	border-width:0px;
    cursor:hand;
}
