

#aspsubmit{
    background: none repeat scroll 0 0 #2ea2cc;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;    
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
}

#aps_error{
      background: none repeat scroll 0 0 red;
    margin-top: 10px;
    padding: 5px;
    width: 80%
}

#aps_p_blod{
    
        font-style: italic;
    font-weight: bold;
}