﻿

.shadowbox-wrapper {
  box-shadow: 0 0 5px rgba(0,0,0,.35);
  margin: 0 auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
}
.shadowbox-wrapper {
  padding: 5px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  zoom: 1;
}

.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.shadowbox-bg {
    width: 100%;
    position: fixed;
    top: 15%;
    z-index: 2100;
}

.newcus-table{ width:100%;text-align: center;}
.newcus-table tr{ padding:5px 0px;}
.newcus-table tr td{ padding:5px 0px;}
#pop-newcus {
   
}

#pop-newcus .shadowbox-wrapper {
    background-image: url("/images/bg_search.png");
    border-radius: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    margin-top: 150px;
}
#pop-newcus-decor {
   
   
    margin-left:-5px;
}


#pop-newcus-form h2 {
    color: #000;
    font-size: 1.625em;
    font-weight: 500;
    text-align: center;
}
#pop-newcus-form h2 span {
   font-size: 1.1538em;
  font-weight: 700;
  color: #DF6A36;
 
  display: block;
}

#pop-newcus-form p {
     
}

#pop-newcus-form input.txt {
    border-color: #999 -moz-use-text-color #999 #999;
    border-radius: 0;
    border-right: medium none;
    box-shadow: none;
    color: #333;
    
    font-size: 1em;
    height: 20px;
    
    width: 190px;
}
#pop-newcus-form button {
  background-color: #d54d4d;
  border: 1px solid #C75920;
  color: #fff;
  cursor: pointer;
 
  font-size: 1.2em;
  font-weight: bold;
  height: 35px;
  padding: 5px 15px;
  border-radius: 10px;
}

#pop-newcus .shadowbox-close {
    background-color: #464646;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 24px;
    color: #fff;
    float: right;
    font-size: 2.25em;
    height: 26px;
    line-height: 0.55em;
    margin: 0;
    position: absolute;
    right: -0px;
    text-align: center;
    text-indent: 0;
   
    width: 26px;
}
.shadowbox-close {
    background: url("/tb/pc/image/layout/imgSprites.png") no-repeat scroll 0 -830px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    text-indent: -9999em;
    top: 6px;
    width: 24px;
}

#pop-newcus-form, #pop-newcus-success {
  margin-top: 10px;
}
#pop-newcus-success p {
    color: #666;
    font-size: 0.875em;
    padding: 15px 5px;
    text-align: center;
}
#pop-newcus-success p a {
    border-bottom: 1px dotted #8dc63f;
    color: #8dc63f;
}
#pop-newcus-success h2 span {
    color: #FD7B0F;
    font-size: 1.4em;
}
#pop-newcus-success h2 {
   color: #000;
  font-size: 1.2em;
  /* font-weight: 700; */
  line-height: 1em;
  /* margin: 15px 0 0; */
  text-align: center;
  padding-top: 5px;
}