﻿#igo360widget-html, #igo360widget-body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#igo360-overlay-content {
    position: relative;
    max-width: 520px;
    text-align: left;
    margin: auto;
}

#igo360-center-container {
    width: 100%;
    height: 100%;
}

#igo360-center-container iframe {
    width: 100%;
    border: none;
}

#igo360-closecontainer {
    width: auto;
    font-size: 35px;
    line-height: 16px;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 10003;
}

#igo360-closebtn {
    text-decoration: none;
    color: #818181;
    text-align: right;
    cursor: pointer;
}

    #igo360-closebtn:hover {
        color: #ddd;
    }

#igo360-border input,
#igo360-border select {
    max-width: 200px;
    height: 23px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#igo360-submit {
    width: 100%;
    text-align: center;
}

#igo360-submit input[type=submit] {
    margin: 0 auto;
    color: #fff;
    max-width: 100px;
    height: 35px;
    font-weight: bold;
    background: url(/images/btn-red-mid.png) repeat left top;
    border-radius: 5px;
}

@media only screen and (min-width:480px) {
    #igo360-closecontainer {
        right: 3px;
        top: 5px;
    }
}

@media screen and (max-width:479px), screen and (max-height:479px) {
    .igo360-overlay a {
        font-size: 20px;
    }

    #igo360widget-body {
        padding: 0 !important;
    }

    #igo360-overlay-content {
        margin-top: 0 !important;
    }
}
