#popup_msg{
    position:absolute;
    right: 0;
    bottom: 105%;

}
#popup_msg .popup-block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    padding: 15px 20px;
    background-color: #fff; /* layer fill content */
    width: 180px;
    text-align: center;
}
#popup_msg span.arrow {
    display: block;
    background: url("../../images/theme/news-arrow.png") no-repeat;
    width: 40px;
    height: 12px;
    float: right;
    margin-right: 4px;
}
#popup_msg h4{
    text-align: center;
    margin-bottom: 15px;
}

#ok_button{
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    float: none;
    width: 90px;
    height: 27px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    background-color: #f16423; /* layer fill content */
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.5); /* inner shadow */
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.5); /* inner shadow */
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.5); /* inner shadow */

}
#ok_button span {
    padding: 0;
}
#ok_button span span{
    width: 5.5em;
}


.newsletter-content{
    position:relative;
    float: left;
    margin-right: 20px;
}

.newsletter-input{
    display:table;
}

.newsletter-actions{ clear:both; }

#newsletter{
}
#username{
}
