/***
	Front-End Styles 
	Created: 05.28.2013
***/

div.msg {
	padding: 15px;
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
	clear:both;
}

div.front-error {
	border: 1px solid #B40404;
	background-color: #F78181;
}

div.front-success {
	border: 1px solid #04B404;
	background-color: #81F781;
}

.areaBotao{
    width:100%;
    clear:both;
    text-align: right;
	margin: 5px 0 5px 0;
}

span.notnull {
	color:#ff0000;
	padding-left:5px;
}