/* ****** EVENT-NAME ****** */
.event-name {
    float: left;
    margin-top: 33px;
    width: 295px;
    margin-left: -14px;
}
.location-baloon{
    color: #232020;
    font-family: arial;
    font-size: 13.5px;
    font-weight: bold;
    height: 66px;
    position: absolute;
    z-index: 999;
    display: none;
}
.location-baloon .label{
    clear: both;
    float: left;
    margin-bottom: 12px;
}
.location-baloon .val{
    color: #000000;
    float: left;
    margin-right: 26px;
}
.location-baloon .left-bg{
    background: url("../img/location-baloon/left-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 66px;
    position: absolute;
    width: 9px;
}
.location-baloon .right-bg{
    background: url("../img/location-baloon/right-bg.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 66px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 9px;
}
.location-baloon .corner{
    background: url("../img/location-baloon/corner.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    left: 114px;
    position: absolute;
    top: -10px;
    width: 33px;
}
.location-baloon .wrapper{
    background: url("../img/location-baloon/center-bg.png") repeat-x scroll 0 0 transparent;
    height: 100%;
    margin-left: 9px;
    padding-left: 6px;
    padding-top: 11px;
}
.swin-for-tests-auth{
    min-height: 0px;
    width: 417px;
    height: 253px;
}
.swin-for-reg-select-type{
    min-height: 0px;
    width: 835px;
    height: 138px;
    font-size: 13px;
    font-weight: bold;
}
.swin-for-tests-auth .errortext{
    font-weight: normal;
}
.swin-for-tests-auth-small{
    height: 186px;
}
.swin-for-tests-auth div:first-child{
    padding: 0px;
}
.swin-for-tests-auth #auth-form{
    padding: 0px !important;
}
.swin-for-tests-auth input[type="text"]{
    width: 159px;
}
.questionnaire-win{
    width: 470px;
    height: 205px;
    min-height: 205px;
    line-height: 15px;
}
.questionnaire-win h4{
    margin-bottom: 7px;
}
.questionnaire-win a{
    font-weight: bold;
    text-decoration: underline;
}