/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

.Alert
{
    background: #fff6bf url(alert.jpg) 15px center no-repeat;
    text-align: left;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: verdana;
    font-size: 10px;
}

.Erro
{
    background: #E88486 url(aler3.jpg) 15px center no-repeat;
    text-align: left;
    border-top: 2px solid #FD0000;
    border-bottom: 2px solid #FD0000;
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: verdana;
    font-size: 10px;
}

.Informacao
{
    background: #F9FAFC url(alert2.jpg) 15px center no-repeat;
    text-align: left;
    border-top: 2px solid #B9D4FF;
    border-bottom: 2px solid #B9D4FF;
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: verdana;
    font-size: 10px;
}

.Sucesso
{
    background: #77BB6E url(alert4.jpg) 15px center no-repeat;
    text-align: left;
    border-top: 2px solid #1B840E;
    border-bottom: 2px solid #1B840E;
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: verdana;
    font-size: 10px;
}

.Permissao
{
    background: #F9FAFC url(alert5.jpg) 15px center no-repeat;
    text-align: left;
    border-top: 2px solid #B9D4FF;
    border-bottom: 2px solid #B9D4FF;
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: verdana;
    font-size: 10px;
}


