/* pop-in add grade/advice ********************************************************************* */
#fancybox-wrap {
    width: 1200px; }

#fancybox-content {
    width: 1200px;
    border-width: 0; }

#calc_size_form {
    overflow: hidden;
    color: #333333;
    text-align: left; }
#calc_size_form h2 {
    margin-bottom: 10px; 
    margin-left: 2px;}
#calc_size_form .title {
    padding: 10px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    background: #333333; }
#calc_size_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0; }
#calc_size_form .new_calcsize_form_content {
    margin-left: 0px;
    margin-right: 0px;
     }
#calc_size_form .new_calcsize_form_content .img-responsive {
    border:2px solid #a7a7a7;
}
@media (max-width: 767px) {
    #calc_size_form .new_calcsize_form_content {
        padding-left: 0px; } }
#calc_size_form .new_calcsize_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px; }
#calc_size_form label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px; 
    margin-top: 20px;}
#calc_size_form input,
#calc_size_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: white; }
#calc_size_form .new_calcsize_form_content .span3 { margin-bottom:1px; width:25%; }
#calc_size_form .new_calcsize_form_content .span3 input {
    width:40%;
    margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    border:1px solid #333;
    height:38px;
    text-align:center;
}
#calc_size_form .new_calcsize_form_content .span3 label {
    font-size:13px;
    font-weight:bold;
    height:35px;
}
#calc_size_form .new_calcsize_form_content .span3 label.cent {
    text-transform:uppercase;
    height:auto;
}
#calc_size_form .new_calcsize_form_content .span3 label span {
    font-weight:normal;
}
#calc_size_form textarea {
    height: 80px; }
#calc_size_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 18px;
    text-align: right; }
#calc_size_form #new_calcsize_form_footer {
    margin-top: 10px;
    font-size: 12px;
    overflow:hidden;
}

#calc_size_form #new_calcsize_form_footer button span {
    font-size:18px;
}
.closefb {
    text-transform:uppercase;
    margin-top:1px;
    display:block;
}

.size_suggest { 
    padding:10px 0;
    font-size:14px;
    background-color:#f2f2f2;
}

.size_suggest label { margin-top:0; }
#calc_size, #ilm_size_chart {
    background: #d0d0d0; /* Old browsers */
    background: -moz-linear-gradient(top,  #d0d0d0 0%, #5a5a5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d0d0d0 0%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d0d0d0 0%,#5a5a5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d0d0d0 0%,#5a5a5a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F4FFFF 0%,#d2f8ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */
    
    padding:6px 0;
    text-transform:uppercase;
    margin-bottom:0px;
    border-style: solid;
    border-color: #44bbcf;
    border-width: 0.5px;
    margin-top: 6px;
}

#calc_size span, #ilm_size_chart span { color:#626262; font-weight:300; font-size:13px; }