@CHARSET "UTF-8";
.msg.warning span.msg_close{
	color:#FFD52F;	
}
.msg.warning {
	background:transparent url(../images/ico-warning.gif) no-repeat scroll 10px 50%;
	background-color:#FCF8E3;
	border-color: #FAEBCC;
	color: #8A6D3B;
}
.msg.warning a {
	font-weight: bold;
	color: #8A6D3B;
	text-decoration: underline;
}

.msg.info span.msg_close{
	color: #2FB5FF;
}
.msg.info {
	background:transparent url(../images/ico-info.gif) no-repeat scroll 10px 50%;
	background-color:#E3F4FC;
	border-color:#B7EAF4;
	color: #31708F;
}

.msg.done span.msg_close{
	color: #3C763D;
}
.msg.done {
	background:transparent url(../images/ico-done.gif) no-repeat scroll 10px 50%;
	background-color:#EAF7D9;
	border-color: #D6E9C6;
	color: #3C763D;
}

.msg.error span.msg_close,span.msg_close_div{
	color: #F4A09A;
}
.msg.error {
	background:transparent url(../images/ico-delete.gif) no-repeat scroll 10px 50%;
	background-color:#FEEBEB;
	border-color: #F9B3AE;
	color: #D65C4F;
}

.msg {
	padding:10px 10px 10px 35px;
	margin: 0 0 2px 0;
	position: relative;
	/*border-width: 1px;*/
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.msg_close,.msg_close_div{
	position:absolute;
	right: 5px;
	top: -2px;
	font-size: 130%;
	font-weight: bold;
	cursor: pointer;
}

.box_logo {
	float: left;
	width: 30%;
	padding: 20px;
	text-align: center;
	margin-top: 10px;
}

.box_campos {
	float: left;
	width: 50%;
	padding: 20px;
	
}