.verpage_select {
    margin-top: 20px;
}
.verpage_select input.input-text,
.verpage_select select,
.verpage_select textarea  {
    background: #fff;
    border: 1px solid #b6b6b6;
}
.verpage_select span{
    margin-left: 10px;
    margin-right: 5px;
}
.verpage_actions {
    margin: 20px;
}
.verpage_logo,
.verpage_select,
.verpage_actions,
.verpage_text,
.verpage_confirm {
    text-align: center;
}
.verpage_text em {
    font-style: italic;
}
.verpage_actions button{
    cursor: pointer;
}
.verpage_actions button.disabled span,
.verpage_actions button.disabled {
    border-color: #bbb !important;
    background: #bbb !important;
    cursor: default;
}
/*
.verpage_actions button {
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}
*/
.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;
}
#belvg_verpage_block{
    /*padding: 30px;*/
    min-height: 60px;
    min-width: 380px;
    max-width: 1000px;
}
#belvg_verpage_block p{
    padding-bottom: 0px;
}