#email.azForm-input,
#azForm_field_8.azForm-input,
#azForm_field_9.azForm-input,
#azForm_field_22.azForm-input {
    border: 2px solid #555;
}

.ui-page-theme-c .ui-btn, 
html .ui-bar-c .ui-btn, 
html .ui-body-c .ui-btn, 
html body .ui-group-theme-c .ui-btn, 
html head + body .ui-btn.ui-btn-c, 
.ui-page-theme-c .ui-btn:visited, 
html .ui-bar-c .ui-btn:visited, 
html .ui-body-c .ui-btn:visited, 
html body .ui-group-theme-c .ui-btn:visited, 
html head + body .ui-btn.ui-btn-c:visited {
    background-color: #0c489b /*{c-bup-background-color}*/;
    border-color: #0c489b /*{c-bup-border}*/;
    color: #ffffff /*{c-bup-color}*/;
    text-shadow: 0 /*{c-bup-shadow-x}*/ 0 /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #444444 /*{c-bup-shadow-color}*/;
}

.ui-page-theme-c .ui-btn:hover, 
html .ui-bar-c .ui-btn:hover, 
html .ui-body-c .ui-btn:hover, 
html body .ui-group-theme-c .ui-btn:hover, 
html head + body .ui-btn.ui-btn-c:hover,
.ui-page-theme-c .ui-btn:focus, 
html .ui-bar-c .ui-btn:focus, 
html .ui-body-c .ui-btn:focus, 
html body .ui-group-theme-c .ui-btn:focus, 
html head + body .ui-btn.ui-btn-c:focus {
    background-color: #0c489b /*{c-bhover-background-color}*/;
    border-color: #0c489b /*{c-bhover-border}*/;
    color: #ffffff /*{c-bhover-color}*/;
    text-shadow: 0 /*{c-bhover-shadow-x}*/ 0 /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #444444 /*{c-bhover-shadow-color}*/;
    outline: 2px dashed #fff;
    outline-offset: -4px;
}

.ui-btn-corner-all, 
.ui-btn.ui-corner-all, 
.ui-slider-track.ui-corner-all, 
.ui-flipswitch.ui-corner-all, 
.ui-li-count {
    -webkit-border-radius: .3125em /*{global-radii-buttons}*/;
    border-radius: 2px;
}

.ui-page-theme-a a, 
html .ui-bar-a a, 
html .ui-body-a a, 
html body .ui-group-theme-a a {
    color: #222 /*{a-link-color}*/;
    font-weight: bold;
}

.ui-page-theme-a a:hover, 
.ui-page-theme-a a:focus,
html .ui-bar-a a:hover,
html .ui-bar-a a:focus, 
html .ui-body-a a:hover,
html .ui-body-a a:focus, 
html body .ui-group-theme-a a:hover,
html body .ui-group-theme-a a:focus {
    color: #222;
    outline: 1px dashed;
}

.ui-overlay-a, 
.ui-page-theme-a, 
.ui-page-theme-a .ui-panel-wrapper,
#azContent {
    background-color: #e4e0d9;
    border-color: #222;
    color: #333;
    text-shadow: none;
}

.ui-corner-all {
    border-radius: 2px;
}

.ui-mini {
    margin: 6px 6px 6px 0;
}

.ui-body-a {
    border-width: 0;
    border-style: none;
}

.azForm-wrap {
    margin: 0;
}

.ui-mini {
    font-size: 16px;
    letter-spacing: 1px;
}