input.button {
    background-color:#7389ae;
    border:1px solid #EEEEEE;
    color:white;
    cursor:pointer;
    padding:5px;
}

input.button_icon {
    background-repeat:no-repeat;
    border:0;
    background-color:inherit;
    cursor:pointer;
    margin-left:10px;
}

.button_panel_rounded {
    margin:auto;
    text-align:center;
    border:1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top:20px;
    padding:20px;
}

.button_panel_rounded h4 {
    color:#494949;
    position:absolute;
    margin-left:0px;
    margin-top:-35px;
    background-color:white;
    padding:5px;
    font-size:14px;
}


