
.note {
	color:#9a939e;
	font-style:italic;
}

#legal {
    padding: 1em 0;
	font-size: smaller;
	color:#ccc;
}

#page_content.doll_request {
    width:600px;
	margin-top:60px;
}

#page_content.doll_request .intro {
    color:#9a939e;
}

#page_content.doll_request form {
    margin:0px;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    position:relative;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
 
.tab-links div.tab_btn {
    margin:0px;
    float:left;
    list-style:none;
    width: 33.333333%;
    position:relative;
    display:inline-block;
}
 
.tab-links a {
    width: 100%;
    box-sizing:border-box;
    padding:13px 15px;
    display:inline-block;
    
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
        
   /* background:#7FB5DA;*/
    font-size:1.2em;
    font-weight:600;
    color:#fff;
    transition:all linear 0.15s;    
    height: 50px;
    position:relative;
    cursor:default;
    /*
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.4);
    */
   
   
   -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.tab-links div.tab_btn:nth-child(1) {
    z-index:1;
}
.tab-links div.tab_btn:nth-child(2) {
    z-index:2;
}
.tab-links div.tab_btn:nth-child(3) {
    z-index:3;
}

.tab-links div.tab_btn:nth-child(1) a {
    background:#9E005D;
}
.tab-links div.tab_btn:nth-child(2) a {
    background:#BB145B;
}
.tab-links div.tab_btn:nth-child(3) a {
    background:#D4145A;
}
 
 
.tab-links div.tab_btn.active a {
    background:#fff;
    color:#b7154b;
    position:relative;
    
    background:#fff;
    text-decoration:none;
    margin-top: -10px;
    padding-bottom: 43px;
    padding-top: 16px;
   
}
.tab-links div.tab_btn.active {
    z-index: 11;
}

.tab-links div.tab_btn.active:after {
    content:'';
    position:absolute;
    height:10px;
    width:100%;
    background-color:#fff;
    left: 0px;
    bottom: -5px;
    z-index: 100;
}
    

div.tab_btn a span.num {
    font-size:1.6em;
    margin-right: 5px;
}
.tab-links div.tab_btn:nth-child(3) a span {
    margin-right: 6px;
}
 
/*----- Content of Tabs -----*/
.tab-content {
    padding:30px;
    background:#fff;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    
    position: relative;
    z-index: 10;
}

/*
.tab-content p {
    margin-top:20px;
}*/

 
.tab {
    display:none;
    color:#b7154b;
}
 
.tab.active {
    display:block;
}

.tab h1 {
    font-size: 1.2em;
    line-height: 1.1em;
    font-family:"Maven Pro", Arial, sans-serif;font-weight:700;    
    margin-top:10px;
    margin-bottom:10px;
}


.radio_group div {
    margin-right:10px;    
    display:inline-block;
}
#contact_form .tab-content .radio_group input[type='text'] {
    margin-bottom:0px; 
}

#contact_form .tab-content input[type='text'] {
    width:48.5%;
    display:inline-block;
    vertical-align: middle;
}

#contact_form .tab-content input[type='text'].pushMe {
    margin-left: 2%;
}

.radio_group {
    margin-top:10px;
    margin-bottom:20px;
}

label.radio_label {
  
}

.radio_group.size {
    margin-top:20px;
}
.radio_group.size label {
    margin-top:10px;
    width:48%;
    display:block;
}

#otherType {
    margin-left:12px;
}




#tab3 ul {
    color:#9a939e;
    padding-left: 17px;
    margin-bottom: 30px;
}
#tab3 ul li {
    list-style-type:disc;
    margin-bottom: 5px;
}

a.myBtn {       
    /*color:#fff;
    background-color:#b7154b;
    padding: 5px 20px;*/   
}
a.myBtn:hover { 
    
}
a.myBtn.next {
    float:right;
}
a.myBtn.back {
    float:left;
}




a.myBtn.next {
    background-position: right 5px top 2px;
    background-image:url('../images/next_btn.png');
    padding: 2px 30px 4px 0px;
    margin-right: -5px;
}

a.myBtn.back {
    background-position: left 5px top 2px;
    background-image:url('../images/back_btn.png');
    padding: 2px 0px 4px 30px;
    margin-left: -5px;
}

a.myBtn.next:hover {
    background-position: right 0px top 2px;
}
a.myBtn.back:hover {
    background-position: left 0px top 2px;
}

.nav_btns {
    height: 28px;
    margin-top: -8px;
}
.nav_btns #submitIt {
    margin-top: -4px;
    font-size: 1.8em;
    font-family:"Maven Pro", Arial, sans-serif;font-weight:700;
}



#contact_form input#theDoc_main {
    display:none;
}

.upload_app {
    text-align: center;
    margin-bottom: 35px;
}
#filelist {
    text-align: center;
    font-size: 0.9em;
    margin-top:20px;
}



a.upload_btn {
    height: 24px;
    font-family:"Maven Pro", Arial, sans-serif;font-weight:700;
    color:#b7154b;
    background-position: left 2px top 2px;
    background-image:url('../images/clip.png');
    padding: 11px 5px 4px 30px;
    width: 140px;
    margin: 0px auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
a.upload_btn:hover {
    background-color:#b7154b;   
    color:#fff;   
    background-image:url('../images/clip_2.png');
    
}

a.upload_btn.wider {
    width: 165px;
}


  

input[type='radio'],
input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
  outline: none;
}
input[type='radio'] + label.radio_label,
input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 7px;
  color: #9a939e;
  line-height: 18px;
}
input[type='radio'] + label.radio_label:before, input[type='radio'] + label.radio_label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
  content: '';
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
input[type='radio'] + label.radio_label:before,
input[type='checkbox'] + label:before {
  background-color:#fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 4px solid #9a939e;
}

input[type='radio'] + label.radio_label:after,
input[type='checkbox'] + label:after {
  color: #fff;
}

input[type='radio']:checked + label.radio_label:before,
input[type='checkbox']:checked + label:before {
  border-color: #b7154b;
}

/*Radio Specific styles*/
input[type='radio'] + label.radio_label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio'] + label.radio_label:hover:after, input[type='radio']:checked + label.radio_label:after {
content:'';
width:6px;
height:6px;
position: absolute;
left: 6px;
top: 6px;
  background-color:#b7154b;
-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio'] + label.radio_label:hover:after {
  background-color:#9a939e;
}
input[type='radio']:checked + label.radio_label:after, input[type='radio']:checked + label.radio_label:hover:after {
  background-color:#b7154b;
}
