/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 5px;
margin-top: 10px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #ffffff solid;
height: auto;
width: 90%;
padding: 0px;
background: #ffffff;
text-align: left;
-moz-border-radius: 5px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #999; 
border-left-color: #999;
height:25px;

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}
