.noticeWrapper {
    float: left;
    padding-top: 0px;
}
.noticeBg {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #000000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}
.notice { 
    width: 30%;
    margin: 0 auto;
    display: none;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 2px 4px #ccc;
    -webkit-box-shadow: 3px 2px 4px #ccc;
}
.noticeTopReletive {
    height: 60px;
    margin: 0 auto;
    /* border-bottom: 1px dotted #ccc; */
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: left;
    position: relative;
    /* width: 90%; */
    background-color: white;
}
.icon-mail {
    background-image: url(http://www.alldoortodoor.com/api/img/icon-mail-h.svg);
}
.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: -8px;
    margin-left: 15px;
    background-size: 100% !important;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.noticeWrapper .pad_btm {
    padding-bottom: 0px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-control {
display: block;
    width: 80%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.BgGrey {
    background-color: #f7f7f7;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 11px !important;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    height:40px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}