/* 
    Document   : premium_numbering
    Created on : May 10, 2011, 2:41:30 PM
    Author     : devferee
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#edit-price-wrapper {
    text-align: center;
}

#edit-premium-price-wrapper {
    text-align: center;
}

#block-ms_discount-2 {
    background: #CAEE9F;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #33AABF;
    text-align: center;
}

#block-ms_discount-2 h2 {
    background: url("/sites/all/themes/melyiksuli/images/round-border-top.png") no-repeat scroll left top transparent;
    color: #2E241B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 15px 20px 0;   
}