/* 
    Document   : flashpopup
    Created on : Feb 5, 2012, 5:25:29 AM
    Author     : tom
    Description:
        Purpose of the stylesheet follows. Style sheet for popup message that item chosen, etc.
*/


#flash_notice {
    width: 400px;
    padding: 10px 10px 10px 50px;
    background: url(../images/success.jpg) 10px 50% no-repeat #dbffca;
    color: #060;
    height: 30px;
    line-height: 30px;
    border: 1px solid #060;
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    margin-top: 30px;
}

