/*#page {*/
    /*padding-top: 60px;*/
/*}*/

.aqua-panel-content {
    border:1px solid #bebebe;
    border-top:none;
    padding:10px;
    background:transparent;
    /*display:block;*/
}
.aqua-panel-header {
    background-color:green;
    /*background-image:url('../images/panel-header-bg-blue.png'), url('../images/panel-header-bg-blue.png'), url('../images/panel-header-bg-blue.png');*/
    background-position:left 0px, right -45px, right -90px;
    background-repeat:no-repeat, no-repeat, repeat-x;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    height:30px;
    padding:5px 5px;
    line-height:45px;
    border:1px solid #bebebe;
    font-size: 20px;
    color: white;
}

.error-form{
    color:#ff0000; font-weight: bold; font-style: italic;font-size: smaller;
}