.infobox_wrapper {
    margin:0 auto;
    display:block;
    position: relative;
}

.infobox_container {
    width:100%;
    margin:10px 0;
    padding: 10px;
    text-align:center;
    font-size: 12pt;
    background-color: #CAE9A8;
    border: 1px solid #F27421;
    -moz-border-radius: 10px; 
    border-radius: 10px;   
}

.mktoButton {
    color:#fff;
    padding:0.4em 1em;
    font-size:1em;
    font-weight: normal;
    background-color:#004593 !important;
    display: inline-block;
}

.mktoButton:hover {
    background-color:#004593 !important;
    color:#fff;
}

.mktoButton:focus {
    outline:none;
    background-color:#004593 !important;
}

.mktoButton:active {
    outline:none;
    background-color:#004593 !important;
}
