ol,
ul,
menu {
    list-style: none
}

/* input */
.ipt {
    border: solid 1px #ccc;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #ccc;
    background-color: #ccc;
    padding: 4px 6px;
    height: 21px;
    line-height: 21px;
    color: #555;
    width: 100%;
    vertical-align: baseline;
}

/* btn */
.btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 52px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #666;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
    background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
    background: linear-gradient(top, #F5F5F5, #F1F1F1);
}

input.btn {
    height: 29px;
}

.btn:hover {
    border-color: #c6c6c6;
    color: #333;
    background-color: #f8f8f8;
    background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: linear-gradient(top, #f8f8f8, #f1f1f1);
    box-shadow: #ddd 0 1px 1px 0;
}

.btn:active,
.btn.btn-active {
    box-shadow: #ddd 0 1px 2px 0 inset;
    border-color: #c6c6c6;
}

.btn:focus {
    border-color: #f5842b;
    outline: none
}

.btn-primary {
    border-color: #f5842b;
    color: #F3F7FC;
    background-color: #e07a29;
    background: -webkit-linear-gradient(top, #f5842b, #c16924);
    background: -moz-linear-gradient(top, #f5842b, #c16924);
    background: linear-gradient(top, #f5842b, #c16924);
}

.btn-primary:hover {
    border-color: #f5842b;
    color: #F3F7FC;
    background-color: #e07a29;
    background: -webkit-linear-gradient(top, #f5842b, #c16924);
    background: -moz-linear-gradient(top, #f5842b, #c16924);
    background: linear-gradient(top, #f5842b, #c16924);
}

.btn-primary:active,
.btn-primary.btn-active {
    box-shadow: #f5842b 0 1px 2px 0 inset;
    border-color: #f5842b;
}

.btn-primary:focus {
    border-color: #f5842b;
    outline: none
}

.theme-gobuy,
.theme-signin {
    font-size: 15px;
}

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 660px;
    height: 360px;
    margin: -180px 0 0 -330px;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
    background: #000;
}

.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative;
    width: 96.4%;
    height: 60px;
    background: url(https://img.skykiwi.com/web20150309/images/logo_large.png) center 65% / 300px no-repeat;
}

.theme-popbod {
    padding: 40px 180px 60px;
    color: #444;
    height: 118px;
}

.theme-popbom {
    padding: 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    color: #666
}

.theme-popbom a {
    margin-left: 8px
}

.theme-poptit .close {
    float: right;
    color: #999;
    padding: 5px;
    margin: -2px -5px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
    text-decoration: none;
}

.theme-poptit .close:hover {
    color: #444;
}

.btn.theme-reg {
    position: absolute;
    top: 8px;
    left: 43%;
    display: none
}

.inp-gray,
.feed-mail-inp {
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    width: 220px;
    height: 16px;
    padding: 4px;
    color: #444;
    margin-right: 6px
}

.dform {
/*    padding: 70px 60px 20px;*/
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.dform .ipt_error {
    background-color: #FFFFCC;
    border-color: #FFCC66
}

.dform-tip {
    display: none;
    background-color: #080;
    color: #fff;
    line-height: 42px;
    margin-top: 10px;
    display: ;
    font-size: 14px;
}

.dform-tip-errer {
    background-color: #CF301A;
}

.dform-tip a {
    display: inline-block;
    padding: 0 20px;
    margin-left: 10px;
    background-color: #FFE924;
    color: #CF301A;
}

.theme-signin {
/*    margin: -50px -20px -50px 90px;*/
    text-align: left;
    font-size: 14px;
}

.theme-signin h1 {
    color: #999;
    font-weight: 100;
    /*            margin-bottom: 20px;*/
    font-size: 14px;
}

.theme-signin li {

    margin-bottom: 15px;
}

.theme-signin li strong {
    float: left;
    margin-left: -180px;
    width: 180px;
    text-align: right;
    line-height: 32px;
}

.theme-signin .btn {
    margin-bottom: 10px;
    width: 100%;
}

.theme-signin p {
    font-size: 12px;
    color: #999;
}

.skypassport {
    text-align: center;
    margin-top: 14px;
    font-size: 14px
}

.skypassport a {
    margin: 0 10px;
    color: #999;
    text-decoration: none
}

.skypassport a:hover{
    color: #f5842b;
}
