html, body  { padding: 0; border: 0px none; }

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
font-size:80%;
font-weight:bold;
color:#333;
margin-bottom:10px;
}

.notification_ok
{
border: 1px #97C0E6 solid;
height: auto;
width: 90%;
padding: 8px;
background: #eaf2fa;
text-align: center;
-moz-border-radius: 5px;
font-size:80%;
font-weight:bold;
color:#333;
}

.info_fieldset { padding:0; margin:20px 0; }

.button { border:none; background-color:#00659F; color: #FFF; font-size: 75%; padding:3px; -moz-border-radius: 3px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; }

/* Label */
label  { color:#00659F; font-size:85%; font-weight:normal; width: 120px; margin-bottom:10px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea {
margin-bottom:10px;
padding: 3px;
float: left;
border: 1px solid #999;
border-top-color: #CCC;
border-left-color: #CCC; 
color: #333; 
font-size:70%;
-moz-border-radius: 3px;

}

/* BR */

br { clear: left; }