/**
 * Belvg_Verpage - Copyright (c) 2010 - 2014 BelVG LLC. (http://www.belvg.com)
 */
.verpage_select {
    margin-top: 20px;
}
.verpage_select span{
    margin-left: 10px;
    margin-right: 5px;
}
.verpage_actions {
    margin: 20px;
}
.verpage_actions .exit {
    margin-right: 10px;
}
.verpage_actions .enter {
    margin-left: 10px;
}
/*.verpage_actions .exit span{
    background: none repeat scroll 0 0 #A00000;
    border: 0px solid #DE0000;
    border-radius: 17px;
    color: #FFFFFF;
    font: bold 30px Arial,Helvetica,sans-serif;
    height: 34px;
    padding: 0 18px;
}*/
.verpage_actions .exit span span{
    border: 0 none;
    /*padding: 0;*/
}
/*.verpage_actions .enter span{
    background: none repeat scroll 0 0 #00A000;
    border: 0px solid #00DE00;
    border-radius: 17px;
    color: #FFFFFF;
    font: bold 30px Arial,Helvetica,sans-serif;
    height: 34px;
    padding: 0 18px;
}*/
.verpage_actions .enter span span{
    border: 0 none;
    /*padding: 0;*/
}
.verpage_confirm {
    margin-top: 10px;
}
/* ie8 */
.disabled:after {
    top: auto;
}
/*responsive*/
#verpage * {
    text-align: center;
}
#verpage img{
    display: inline;
}
#verpage .verpage_select SELECT {
    width: auto;
}
#verpage .form-language SELECT {
    max-width: 200px;
}