﻿
.container1 {
    position: absolute !important;
    padding-left: 0px;
    display: none;
    z-index: 999;
    margin-left: 0 !important;
    width: 100%;
}

 .container1 div {
        width: 100%;
    }

.shadow {
    float: left;
    margin-left: 0 !important;
}

.frame {
    position: relative;
    background: #fff;
    padding: 6px 0;
    display: block;
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
    margin-left: 0 !important;
    max-height: 180px;
    overflow: auto;
}

.clear {
    clear: left;
}

#language {
    font-size: 13px;
    color: #4f6b72;
    border: 1px solid #4f6b72;
    height: 20px;
}

div.frame div {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px !important;
}

    div.frame div.foot {
        margin-top: 10px;
    }

        div.frame div.foot a {
            margin: 0 auto;
        }

div.frame label {
    margin: 0 5px 0 0;
    display: inline-block;
    width: 70px;
}

div.frame a:link, div.frame span a:visited {
    text-decoration: none;
}

div.frame div input {
    display: inline !important;
    height: 20px !important;
    border: none !important;
    width: 20px !important;
    border-radius: 0px !important;
    margin: 0 0 0 20px !important;
    padding: 0 !important;
    vertical-align: middle;
}

.selectsubmit {
    display: block;
    width: 40px;
    border: 1px solid #CCC;
    background: #f28f79;
    text-align: center;
    color: white;
}
