.notification_error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

.notification_ok
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

.button
{
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	background: white;
}

#right .module-content .notification_error
{
	height: 23px;
	padding: 0 0 7px 0;
	color: #ff0000;
	background-color: #e7e5e3;
}

#right .module-content .notification_ok
{
	height: 23px;
	color: #00945b;
	background-color: #e7e5e3;
}

#right .module-content .button
{
	color: #333333; 
}

#right .module-footer .notification_error
{
	margin: -3px 0 0 0;
	padding: 0 0 0 0;
	color: #fc6868;
	background-color: #4e4545;
}

#right .module-footer .notification_ok
{
	margin: -3px 0 0 0;
	padding: 0 0 0 0;
	color: #00ff78;
	background-color: #4e4545;
}

#right .module-footer .button
{
	color: #ffffff; 
}

* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

color: #333333; 

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

}

/* BR */

br { clear: left; }