.notification_error
{
border: 1px solid #c73d26;
height: auto;
/*width:480px;
width:94%;*/
padding:15px;
margin-bottom:20px;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #ff5a00 solid;
height: auto;
/*width:480px;
width:95%;*/
padding: 20px;
margin-bottom:20px;
background: #A25965;
text-align: center;
-moz-border-radius: 5px;
}

/* Input, Textarea */
input, textarea
{
/*margin: 5px;
padding: 0px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;*/
-moz-border-radius: 3px;
}

/* BR */
br { clear: left; }