/* message boxes */
.box_ok {
	background-color:#F5F5F5 !important;
	background-image:url('../img/admin/box/icon_ok.png');
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	width:605px !important;
	height:auto !important;
	margin:20px 20px 10px 20px;
	padding:5px;
	border:2px solid #81CA3A !important;
}
.box_info {
	background-color:#F5F5F5 !important;
	background-image:url('../img/admin/box/icon_info.png');
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	width:605px !important;
	height:auto !important;
	margin:20px 20px 10px 20px;
	padding:5px;
	border:2px solid #41A2CA !important;
}
.box_error {
	background-color:#F5F5F5 !important;
	background-image:url('../img/admin/box/icon_error.png');
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	width:605px !important;
	height:auto !important;
	margin:20px 20px 10px 20px;
	padding:5px;
	border:2px solid #CF4841 !important;
}
.box_ok td {
	border:none;
}
.box_info td {
	border:none;
}
.box_error td {
	border:none;
}
.pass_control {
	color: #C42700;
	font-size: 12px;
	display: none;
	padding-left: 3px;
}
