﻿/** Login Form **/
.mscExistingCustomer { border:1px solid #637A8C; width:640px; margin-bottom:20px; }
.mscExistingCustomer .title 
{ 
   height:30px;
   background:url(../../images/gridheader_bg.jpg) repeat-x bottom; 
   color:#FFFFFF; 
   padding-left:5px;
   border-bottom:1px solid #EEEEEE; 
}
.mscExistingCustomer h1
{
  margin:5px 2px;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#27537a;
  float:left;
  height:20px;
}

.mscNewCustomer { border:1px solid #637A8C; width:640px }
.mscNewCustomer .title 
{ 
   height:30px;
   background:url(../../images/gridheader_bg.jpg) repeat-x bottom; 
   /*background-color:#234D9C; */
   color:#FFFFFF;
   padding-left:5px; 
   border-bottom:1px solid #EEEEEE; 
}
.mscNewCustomer h1
{
  margin:5px 2px;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#27537a;
  float:left;
  height:20px;
}

.mscItemAttributes { border:1px solid #637A8C; background-color:#FFFFFF; font-size:12px;  }
.mscItemAttributes td { padding:3px; }
.mscItemAttributes .simplegridheader 
{ 
   height:30px;
   background:url(../../images/gridheader_bg.jpg) repeat-x bottom; width:100%;
}
.mscItemAttributes .simplegridheader, .mscItemAttributes .simplegridheader h3 
{
  padding:0; 
  padding-left:3px;
  font-size:13px;
  font-weight:bold;
  color:#27537a;
}
.mscItemAttributes .simplegriditem { }
.mscItemAttributes .simplegriditem_alt { background-color:#F8F8F8; }


.mscBillingInfo { border:1px solid #637A8C; width:100%; margin-bottom:20px }
.mscBillingInfo .title 
{ 
   height:30px;
   background:url(../../images/gridheader_bg.jpg) repeat-x bottom; 
   color:#FFFFFF; 
   padding-left:5px;
   border-bottom:1px solid #EEEEEE; 
}
.mscBillingInfo h1
{
  margin:5px 2px;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#27537a;
  float:left;
  height:20px;
}

.mscShippingInfo { border:1px solid #637A8C; width:640px; margin-bottom:20px }
.mscShippingInfo .title 
{ 
   height:30px;
   background:url(../../images/gridheader_bg.jpg) repeat-x bottom; 
   color:#FFFFFF; 
   padding-left:5px;
   border-bottom:1px solid #EEEEEE; 
}
.mscShippingInfo h1
{
  margin:5px 2px;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#27537a;
  float:left;
  height:20px;
}

.checkoutTbl { padding:10px; }

