/* ==== Signup Form ========================================== */
body{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000;
  background-color: transparent;
}


/*-- Main text formating-------------------------------------- */
.text{  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000;
}

/*-- Section -------------------------------------------------*/
.sectionDiv{
  border: 1px solid #409FD9; 
  background-color: #FFFFFF;
  padding:0px;
  zoom:1;
}

.signupFormSectionTitle{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  background-color: #409FD9; 
  height: 20px; 
  color: #FFFFFF; 
  padding-left: 5px;
  display:block;
  line-height:20px;
  margin:0px;
}

/* product table - column titles*/
.signupSectionProductTbl th{
  background:#f1f1f1;
  text-align:left;
  font-weight:bold;
  vertical-align:top;        
}



/*-- Section - Shopping Cart ---------------------------------*/

/* remove product link */
.cartRemoveLink{
  color:#FF0000;
}


/* bonus texts for products */
.bonusBox{
  font-weight:bold;
  margin-top:5px;
  border: 1px solid #409FD9;
  background:#E7F6FF;
  padding:2px;  
}

/* search results - available domains title */
.signupFormDomainResultsRegisterTitle{
  margin-top:10px;
  font-weight:bold;
  margin-bottom:5px;
  border-bottom:1px solid #409FD9; 
}
/* search results - taken domains title */
.signupFormDomainResultsTransferTitle{
  margin-top:10px;
  font-weight:bold;
  margin-bottom:5px;
  border-bottom:1px solid #409FD9;
}

/* search results - taken domains title */
.signupFormDomainResultsRegisteredTitle{
  margin-top:10px;
  font-weight:bold;
  margin-bottom:5px;
  border-bottom:1px solid #409FD9;
}

/* product table - column titles*/
.signupSectionPlanCompareTbl th{
  background:#f1f1f1;
  text-align:left;
  font-weight:bold;
  vertical-align:top;        
}

.account_info_td{
        border:1px solid #f1f1f1;
}

.signupSectionProductTbl .productTd {
    border-bottom: 1px dashed #409FD9;
}

.signupSectionProductTbl .productName {
    font-weight: bold;
    height: 50px;
}

.signupSectionTbl .SectionTblTd{
  border-bottom: 1px dashed #409FD9;
}

.signupSectionTbl .SectionTblTdTitle{
        font-weight:bold;
        height: 50px;
}

.signupAccInfoTbl th{
        background:#f1f1f1;
        text-align:center;
}

.signupFormButton {
    background-color: #E7F6FF;
    border-color: #E5E5E5 #5F5F5F #5F5F5F #E5E5E5;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 1px 5px;
}
