﻿@charset "utf-8";

div.mytinymce_green{
	text-indent: 0em !important;
	color: #7da33c;
	background: #ecf2d6 url('../images/wpgo_sc_notice.png') -1px -1px no-repeat;
	border: 1px solid #aac66d;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
div.mytinymce_red{
	text-indent: 0em !important;
	color: #c66;
	background: #ffecea url('../images/wpgo_sc_error.png') -1px -1px no-repeat;
	border: 1px solid #ebb1b1;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
div.mytinymce_yellow{
	text-indent: 0em !important;
	color: #ad9948;
	background: #fff4b9 url('../images/wpgo_sc_warn.png') -1px -1px no-repeat;
	border: 1px solid #eac946;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
div.mytinymce_gray{
	text-indent: 0em !important;
	color: #777;
	background: #eaeaea url('../images/wpgo_sc_tips.png') -1px -1px no-repeat;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 15px 15px 35px;
}
div.mytinymce_blue{
	text-indent: 0em !important;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #169FE6;
	display: inline-block;
}
div.mytinymce_blue:after{
	text-indent: 0em !important;
	background-color: #169FE6;
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	content: "";
	width: 100%;
}
div.mytinymce_common{
	text-indent: 0em !important;
	margin: 10px 0;
	padding: 10px 15px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	border-left: 3px solid #3DABCE;
}