/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body  { padding: 0; border: 0px none; }

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: auto;
padding: 4px;
background: #000000;
text-align: left;

}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: auto;
padding: 8px;
background: #000000;
text-align: center;

}


.info_fieldset legend
{
border: 1px #dddddd solid; 
color: white; 


font: 13px Verdana;

padding: 2px 5px 2px 5px;

}

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 2px; 

}

