/*********************
Style the buttons
*********************/
#divButtons {
	margin: 2px;
	clear:both;
	text-align:center;
}
#divButtons .lineSpacer {
	height: 15px;
}
#divButtons .btnStyle {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px;
	padding: 3px 15px 3px 15px;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#divButtons .btnStyle:hover {
	background:#ff0000;
}
#divButtons .btnStyle:active {
	background:#fff000;
}
#divButtons .btnMedium {
	font-size: 12px;
	padding: 2px 10px 2px 10px;
}
#divButtons .btnSmall {
	font-size: 11px;
	padding: 1px 5px 1px 5px;
}
#divButtons .btnTypeSubmit {
	background:#bcbcbc;
}
#divButtons .btnTypeCancel {
	background:#cfcfcf;
}


/*********************
General Styles
*********************/
.clear	{
	clear:both;
}
.soldOutMessage	{
	color:#ff0000;
	font-weight:bold;
}
.soldOutStrike	{
	color:#ff0000;
	text-decoration: line-through;
}
.strong	{
	font-weight:bold;
}
.inputError	{
	background-color: #FFDFDF;
}
.information {	
	display:block;
	color:#000000;
	padding: 10px 10px 10px 35px;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/info.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.success {	
	display:block;
	color:#000000;
	padding: 10px 10px 10px 35px;
	background-color: #c2fcd2;
	border: 1px solid #34ac1e;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/success.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.warning {
	display:block;
	color:#000000;
	padding: 10px 10px 10px 35px;
	background-color: #ffe600;
	border: 1px solid #f28500;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/warning.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.error {	
	display:block;
	color:#000000;
	padding: 10px 10px 10px 35px;
	background-color: #FFDFDF;
	border: 1px solid #FF0000;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


#order_Timeout	{
	/*display:block;
	padding: 10px 10px 10px 35px;
	border: 0px;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	width:400px;
	text-align:center;
	margin:0px auto; */

  -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-color: -moz-use-text-color;
    border-radius: 11px 11px 11px 11px;
    border-right: 0 none;
    border-style: none;
    border-width: 3px 0 0;
    bottom: 20px;
    display: block;
    margin: 0 auto;
    padding: 5px 1px 3px 1px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 100px;


	
}
.order_TimeoutEmpty	{
	background-color: #2d6887;
}
.order_TimeoutValid	{
	background-color: #e0ebf6;
	border: 1px solid #72a6d6 !important;
}
.order_TimeoutNotice	{
              background-color: #fff;
		border: 1px solid #72a6d6 !important;;
}
.order_TimeoutWarning	{
	background-color: #ffe600;
	border: 1px solid #f28500 !important;
}
.order_TimeoutError	{
	background-color: #FFDFDF;
	border: 1px solid #FF0000 !important;
}
.order_TimeoutCritical	{
	background-color: #FFDFDF;
	border: 1px solid #FF0000 !important;
}

.order_clock	{
	color:#DA2523;
	font-size:18px;
	display:block;
}

#order_Page	{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin: 0 0 16px;
	padding: 10px;
	width: 910px;
}
#order_Page h1 {
	height: 20px;
	font-family: 'ZurichLtCnBTLight'; font-size:19px; color:#2c0f0d; background:#FFF; font-weight:bold;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dc2424;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 15px 0px;
}
#order_Page h2 {
	color: #DA2523;
	font-family: 'ZurichLtCnBTLight';
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 2px 10px;
	padding: 8px 10px;
}
#order_Page ul {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#order_Page ul li {
	border-bottom: 1px dashed #B9B9B9;
	font-size: 12px;
	padding: 5px 0 5px 15px;
}
#order_Page ul li a {
	background: url(images/arrow-gray.png) no-repeat scroll left 11px transparent;
	color: #2E2E2E;
	font-family: 'DroidSansRegular';
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0 5px 15px;
	text-decoration: none;
}
#order_Page ul li a:hover, ul li a.active {
	background: url(images/arrow-orange.png) no-repeat scroll left 11px transparent;
	color: #DA2523;
}

/*********************
Reset the bullet points to something normal
*********************/

#tblOrder_AddOns ul, #tblOrder_AddOns ul li {
	padding:0px;
	margin-left:10px;
	margin-bottom:5px;
	border-bottom:0px;
	list-style-type: square;
}
#tblOrder_AddOns p {
	margin-bottom:5px;
}

#order_SeatingChartImage	{
	float: right;
	text-align:center;
	width: 180px;
	position:relative;
}
#order_SeatingChartImage #SeatingChartZoom	{
	font-size:10px;
	font-style:italic;
	text-align:center;
}
#order_SeatingChartImage #SeatingChartImage	{
	text-align:center;
}
#order_SeatingChartImage #SeatingChartView	{
	font-size:10px;
	font-style:italic;
	text-align:center;
}


/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}

#order_EventInfo	{
	float:left;
	width:700px;
	padding:11px 0 12px 0;
}
#order_EventInfo #order_EventImage	{
	float:left;
	text-align:center;
	width:80px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	position:relative;
}
#order_EventInfo #order_EventDetails	{
	float:left;
	width:600px;
	padding:0px;
}
#order_EventInfo #order_EventDetails #EventName	{
	font-family: 'ZurichLtCnBTLight';
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#da2523;
	margin:0 0 2px 0;
}
#order_EventInfo #order_EventDetails #EventDateTime	{
	font-size:12px;
	color:#2e2e2e;
}
#order_EventInfo #order_EventDetails #EventVenueName	{
	font-family: 'DroidSansRegular';
	font-size:15px;
	color:#da2523;
	width:425px;
	margin:0 0 8px 0;
}
#order_EventInfo #order_EventDetails #EventVenueRoom	{
	color:#da2523;
	font-size:14px;
	font-family: 'DroidSansRegular';
	width:425px;
}
#order_EventInfo #order_EventDetails #EventVenueAddress	{
	color:#2e2e2e;
	font-size:13px;
	font-family: 'DroidSansRegular';
	width:425px;
}
#order_EventInfo #order_EventDetails #EventCityState {
	color:#2e2e2e;
	font-size:13px;
	font-family: 'DroidSansRegular';
	width:425px;
}

#order_OrderInfo	{
	clear:both;
}

.order_Table {
	border: 1px solid #CDCFC0;
	margin: 5px 23px 22px;
	width: 95%;
}
.order_Table tr {
	background: #f7f7f7;
}
.order_Table td {
	padding: 5px;
	/* vertical-align:text-top; */
	-moz-border-radius: 0px 0px 0px 0px;
}
.order_Table td.tdLabel {
	color: #000000;
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
}
.order_Table td.tdLabel .tdPriceLevelName {
	text-align: left;
	background: #fff000;
}
.order_Table td.tdLabel .tdPriceLevelPrice {
	text-align: right;
}
.order_Table td.tdLabel .tdPriceLevelPrice .priceLevelDoor	{
	font-weight: normal; 
	background: #fff000;
}
.order_Table input, .order_Table select, .order_Table textarea {
	font-size: 16px;
}
.order_Table td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.order_Table td a:hover {
	color: #2d6887;
	/* border-bottom: 1px solid #cdcfc0; */
	text-decoration: none;
}
.order_Table th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #DA2523;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family:'ZurichLtCnBTLight';
	padding:0px 0px 0px 5px; 
}
.order_Table span.required {
	color:#FF0000;
}
.order_Table .labelHighlight	{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold; 
	cursor: pointer;
}
.order_Table .order_SubTable	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}
.order_Table .order_TableSubHeader	{
	background: #E3F1F8;
	color: #000000;
	font-weight: bold;
}


.order_HighlightTable {
	border: 1px solid #CDCFC0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 23px 22px;
	width: 95%;
}
.order_HighlightTable tr {
	background: #ffffbb;
}
.order_HighlightTable td {
	padding: 5px;
	font-size: 14px;
	/* vertical-align:text-top; */
	-moz-border-radius: 0px 0px 0px 0px;
}
.order_HighlightTable td.tdLabel {
	color: #000000;
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
}
.order_HighlightTable input, .order_HighlightTable select, .order_HighlightTable textarea {
	font-size: 16px;
}
.order_HighlightTable td a, a:visited, a:active {
	color: #2d6887;
	border-bottom: 0px;
	text-decoration: none;
}
.order_HighlightTable td a:hover {
	color: #2d6887;
	/* border-bottom: 1px solid #cdcfc0; */
	text-decoration: none;
}
.order_HighlightTable th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #c00000;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family:'ZurichLtCnBTLight';
	padding:0px 0px 0px 5px; 
}

#buttons {
	margin: 10px 0px 0px 0px;
	clear:both;
	text-align:center;
}
#buttons .submit input {
	padding: 5px 10px;
	border: 1px solid #999999;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}
#buttons .submit input:hover {
	background-color:#c2fcd2;
	border: 1px solid #000;
}
#buttons .cancel input {
	padding: 5px 10px;
	border: 1px solid #999999;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}
#buttons .cancel input:hover {
	background-color:#FFDFDF;
	border: 1px solid #000;
}
#tblOrder_PresellPassword	{
	width: 575px;
}
#tblOrder_SelectASeatArea	{
	width: 98%;
}
#tblOrder_SelectASeatArea .tdSelectSeats	{
	/* 2015-04-15 THIS IS OLD AND CAN BE DELETED */
	width: 75%;
	text-align:center;
	vertical-align:top;
}
#tblOrder_SelectASeatArea .tdSelectSeatsArea	{
	width: 75%;
	text-align:center;
	vertical-align:top;
}
#tblOrder_SelectASeatArea .tdSelectSeatsBox	{
	width: 75%;
	text-align:left;
	vertical-align:top;
}
#tblOrder_SelectASeatArea .tdSelectPriceLevels	{
	width: 25%;
	text-align:center;
	vertical-align:top;
}
#tblOrder_SelectASeatArea .tdSelectFromImage	{
	width: 75%;
	text-align:center;
	vertical-align:top;
}
#tblOrder_SelectASeatArea .divSectionViewing	{
	font-weight: bold;
	text-align:left;
	font-family:'ZurichLtCnBTLight';
	font-size: 18px;
}
#tblOrder_SelectASeatPriceLevels	{
	width: 100%;
	margin: 0px;
}
#tblOrder_SelectASeatPriceLevels tr {
	background: #ffffff;
	text-align:left;
}
#tblOrder_SelectASeatPriceLevels th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #DA2523;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family:'ZurichLtCnBTLight';
	padding:0px 0px 0px 5px; 
}


#tblOrder_SelectASeatTicketStatus	{
	width: 100%;
	margin: 0px;
}
#tblOrder_SelectASeatTicketStatus tr {
	background: #ffffff;
	text-align:left;
}
#tblOrder_SelectASeatPriceLevels th	{
	background: url("images/btn-bg.jpg") repeat-x scroll left bottom #FEFEFE;
	border-bottom: 1px solid #CDCFC0;
	color: #DA2523;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-family:'ZurichLtCnBTLight';
	padding:0px 0px 0px 5px; 
}

#tblOrder_PriceLevelArea	{
	width: 98%;
}
#tblOrder_PriceLevelArea .tdPriceLevel	{
	width: 75%;
}
#tblOrder_PriceLevelArea .tdSeatingChart	{
	width: 25%;
}
#tblOrder_PriceLevel	{

}
#tblOrder_PriceLevel .tdRadial	{
	width:10px;
}
#tblOrder_PriceLevel .tdMapColor	{
	width:10px;
}
#tblOrder_PriceLevel .tdName	{
	font-weight:bold;
	font-size:14px;
}
#tblOrder_PriceLevel .tdPrice	{
	white-space:nowrap;
	font-weight:normal;
	font-size:13px;
	width:100px;
}
#tblOrder_PriceLevel .tdDescription	{
	font-weight:normal;
	font-size:13px;
}



#tblOrder_PriceLevel .PriceLevel_Name	{
	font-weight:bold;
	font-size:14px;
}
#tblOrder_PriceLevel .PriceLevel_Advance	{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#tblOrder_PriceLevel .PriceLevel_Advance .PriceLevel_AdvanceLabel	{

}
#tblOrder_PriceLevel .PriceLevel_Advance .PriceLevel_AdvancePrice	{

}
#tblOrder_PriceLevel .PriceLevel_Door	{
	font-weight:normal;
	font-size:12px;
	text-align:center;
}
#tblOrder_PriceLevel .PriceLevel_Door .PriceLevel_DoorLabel	{
	font-weight:bold;
}
#tblOrder_PriceLevel .PriceLevel_Door .PriceLevel_DoorPrice	{

}
#tblOrder_PriceLevel .PriceLevel_Desc	{
	font-weight:normal;
	font-size:13px;
}

#tblOrder_PriceLevel .PriceLevel_Desc	ul, ol { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   border-bottom: 0px !important;
}



#tblOrder_PendingOrderFound	{
	width: 350px;
	margin: 0 auto;
}
#tblOrder_AvailableTickets	#TicketPriceName	{
	font-weight:bold;
}
#tblOrder_AvailableTickets	#TicketPriceDesc	{
	font-style:italic;
}
#tblOrder_AvailableTickets	ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   border-bottom: 0px !important;
}
#tblOrder_AvailableTickets	ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   border-bottom: 0px !important;
}
#tblOrder_AvailableTickets	ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   border-bottom: 0px !important;
}
#tblOrder_AvailableTickets	ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
   border-bottom: 0px !important;
}

#tblOrder_DeliveryMethod	{
	
}
#tblOrder_DeliveryMethod .DeliveryName	{
	font-weight:bold;
}
#tblOrder_Couponcode	{
	width: 450px;
}
#tblOrder_Couponcode .CouponName	{
	font-weight:bold;
}
#tblOrder_Couponcode .CouponDesc	{
	
}
#tblOrder_TicketStatus	{
	width: 400px;
}
#tblOrder_PaymentMethod	{
	width: 400px;
}
#tblOrder_PaymentMethod .PaymentName	{
	text-align:left;
	font-weight:bold;
}
#tblOrder_ServiceFee	{
	width: 400px;
}
#tblOrder_AdditionalOrderInfo	{
	
}
#tblOrder_AdditionalOrderInfo	.AdditionalSpacer	{
	line-height: 5px;
}
#tblOrder_AdditionalOrderInfo	.AdditionalName	{
	font-weight:bold;
}
#tblOrder_AdditionalOrderInfo	.AdditionalName	.required	{
	color:#FF0000;
}
#tblOrder_ProccesingOrder	{
	width: 550px;
	margin: 0 auto;
}
#tblOrder_ProccesingOrder	#orderProcessing_SearchingText	{
	font-family: 'ZurichLtCnBTLight';
	font-size:20px;
	color:#2c0f0d;
	font-weight:bold;	
	padding: 10px 0px 10px 0px;
	text-align:center;
	width:95%;
	margin: 0 auto;
}
#tblOrder_ProccesingOrder	#orderProcessing_ProgressImage	{
	background-image:url('images/loading1.gif');
	background-repeat:no-repeat;
	background-position:center center;
	height:150px;
	width:95%;
	margin: 0 auto;
}
#tblOrder_ProccesingOrder	#orderProcessing_QueuePosition	{
	color: #DA2523;
	font-family: 'ZurichLtCnBTLight';
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align:center;
	width:95%;
	margin: 0 auto;
}
#tblOrder_ProccesingOrder	#orderProcessing_TimeTillReload	{
	display:block;
	padding: 10px 10px 10px 35px;
	background-color: #e0ebf6;
	border: 1px solid #72a6d6;
	border-top-width: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/icons/messages/info.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align:center;
	width:375px;
	font-size:14px;
}
#tblOrder_ProccesingOrder	#orderProcessing_NoBackButton	{
	text-align:center;
	width:95%;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	font-family: 'ZurichLtCnBTLight';
	font-style:italic;
	font-size:18px;
}
#tblOrder_Login	{
	margin: 0 auto;
	width: 95%;
}
#tblOrder_Login #tblOrder_LoginLeft	{
	vertical-align: top;
}
#tblOrder_Login #tblOrder_LoginRight	{
	vertical-align: top;
}
#tblOrder_LoginWithFacebook	{
	width:350px;
}
#tblOrder_LoginCreateAnAccount	{
	width:350px;
}
#tblOrder_LoginToAccount	{
	width:350px;
}
#divOrder_CancelButton	{
	width:345px;
}
#tblOrder_LoginExistingAccount	{
	width:450px;
}
#tblOrder_LoginRegister	{
	width:450px;
}
#tblOrder_SelectedTickets	{

}

#tblOrder_SelectedTickets th#colTicket	{
	text-align:left;
}
#tblOrder_SelectedTickets td#colTicket	{
	text-align:left;
}
#tblOrder_SelectedTickets th#colSection	{
	text-align:left;
}
#tblOrder_SelectedTickets td#colSection	{
	text-align:left;
}
#tblOrder_SelectedTickets th#colRow	{
	text-align:center;
}
#tblOrder_SelectedTickets td#colRow	{
	text-align:center;
}
#tblOrder_SelectedTickets th#colSeat	{
	text-align:center;
}
#tblOrder_SelectedTickets td#colSeat	{
	text-align:center;
}
#tblOrder_SelectedTickets th#colPrice	{
	text-align:center;
}
#tblOrder_SelectedTickets td#colPrice	{
	text-align:center;
}
#tblOrder_SelectedTickets th#colFee	{
	text-align:center;
}
#tblOrder_SelectedTickets td#colFee	{
	text-align:center;
}
#tblOrder_SelectedTickets .SelectedTotalLabel	{
	text-align:right;
	font-weight:bold;
}
#tblOrder_SelectedTickets .SelectedTotalValue	{
	font-weight:bold;
}
.orderTicketsParentEvent	{
  background:none repeat scroll 0 0 #DCDcDc !important;
  color: #DA2523;
  font-family: 'ZurichLtCnBTLight';
}
.orderTicketsParentEvent .EventName	{
  font-weight: bold;
}
.orderTicketsParentEvent .EventDate	{
  
}
.orderTicketsAddonsTitle	{
  background:none repeat scroll 0 0 !important;
  color: #DA2523;
  font-family: 'ZurichLtCnBTLight';
  font-weight: bold;
}
#tblOrder_profileUpdate	{
	width: 550px;
}
#tblOrder_ReasonForTickets	{
	width: 700px;
}
#tblOrder_PlayerCard	{
	width: 550px;
}
#tblOrder_PlayerCard .order_PlayerCardDesc	{
	float: left;
        width: 60%;
        text-align: justify;
}
#tblOrder_PlayerCard .order_PlayerCardImage	{
	float: right;
}
#tblOrder_ShippingAddress	{
	width: 400px;
}
#tblOrder_BillingCCInfo td	{
	vertical-align:text-top;
}
#tblOrder_BillingCCInfo .orderCCInvalidInfoMsg	{
	display:block;
	padding: 0px 0px 10px 35px;
	background-color: #FFDFDF;
	border: 1px solid #FF0000;
	border-top-width: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 0px;
	text-align:left;
	width:175px;
	background-image: url(images/icons/messages/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
#tblOrder_BillingAddress	{
	width: 600px;
}
#tblOrder_ErrorPL	{
	width: 500px;
	margin: 0 auto;
}


/***** Please Wait Message ********************/
#order_PleaseWait {
	/* color: #333333; */
	/* background:   #333333; */
	visibility:hidden;
	position:absolute;
	z-index:1000; /* added */
	top:10px;
	left:200px;
}
#order_PleaseWait #order_PleaseWaitLoading {
	background: url(images/loading.gif) left top no-repeat;
	width:400px;
	height:400px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}