/* 
    Document   : notimoo
    Created on : 31-mar-2009, 10:49:46
    Author     : PaquitoSoft
    Description:
        Styles for Notimoo notification system.
        Change it to meet your needs.
*/

.notimoo {

    z-index: 999; /* There are some cases where you'll need to change this if you're currently using a greater one in your project*/
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    /* Change this to fit your needs*/
    padding:0px;
    border: 0px;
    border-style: solid;
    border-color: #B2B2B2;
    /*background: #333333;*/
    color: #AEADAD;
	width:240px;
	padding:4px 0 0 1px;
}
