td {
font-size: 11pt;
font-family: Calibri;
}

th {
font-size: 12pt;
font-family: Calibri;
padding: 5pt;
}
.basic-grey {
     margin-left:auto;
     margin-right:auto;
     max-width: 833px;
     background: #F7F7F7;
     padding: 25px 15px 25px 10px;
     font: 12px Calibri;
     color: #888;
     text-shadow: 1px 1px 1px #FFF;
     border:1px solid #E4E4E4;
}
.basic-grey h1 {
     font-size: 25px;
     padding: 0px 0px 10px 10px;
     display: block;
     border-bottom:1px solid #E4E4E4;
     margin: -10px -15px 30px -10px;;
     color: #888;
}
.basic-grey h1>span {
     display: block;
     font-size: 11px;
}
.basic-grey label {
     display: block;
     margin: 0px;
}
.basic-grey label>span {
     float: left;
     text-align: left;
     padding-right: 10px;
     margin-top: 7px;
     color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select, .input[type="password"] {
     border: 1px solid #DADADA;
     color: #888;
     height: 25px;
     margin-bottom: 16px;
     margin-right: 6px;
     margin-top: 2px;
     outline: 0 none;
     padding: 0px 3px 0px 3px;
     font-size: 12px;
     line-height:15px;
     box-shadow: inset 0px 1px 4px #ECECEC;
     -moz-box-shadow: inset 0px 1px 4px #ECECEC;
     -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
     width: 100%;
}
.basic-grey textarea{
     padding: 5px 3px 3px 5px;
}
.basic-grey select {
     background: #FFF url('down-arrow.png') no-repeat right;
     background: #FFF url('down-arrow.png') no-repeat right);
     appearance:none;
     -webkit-appearance:none; 
     -moz-appearance: none;
     text-indent: 0.01px;
     text-overflow: '';
     width: 70;
     height: 25px;
     line-height: 25px;
}
.basic-grey textarea{
     height:80px;
}
.basic-grey .button {
     background: #E27575;
     border: none;
     padding: 10px 25px 10px 25px;
     color: #FFF;
     box-shadow: 1px 1px 5px #B6B6B6;
     border-radius: 3px;
     text-shadow: 1px 1px 1px #9E3F3F;
     cursor: pointer;
}
.basic-grey .button:hover {
     background: #CF7A7A
}
.btn {
    border: none;
    outline: none;
    width: 205px;
    padding: 6px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 12px;
}
.active, .btn:hover {
    background-color: #5a688d;
    color: white;
}
.btn_mobile {
    border: none;
    outline: none;
    width: 100%;
    padding: 6px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 12px;
}
.active_mobile {
    background-color: #5a688d;
    color: white;
    width: 100%;
}
