/* 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:565px !important;
	height:auto !important;
	margin:20pxx;
	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:565px !important;
	height:auto !important;
	margin: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:565px !important;
	height:auto !important;
	margin:20px;
	padding:5px;
	border:2px solid #CF4841 !important;
}
.box_ok td {
	border:none;
}
.box_info td {
	border:none;
}
.box_error td {
	border:none;
}