/*The main wrapper*/
#fep-wrapper
{
	margin: 5px;
	position: relative;
	/*background-color: white;*/ /*Uncomment this if you have dark background and can't see the text*/
}
/*模板制作q958711948*/
/*Header styling*/
#fep-header
{
	border: 1px solid #E7E7E7;
	width: 100%;
	color: white;
}

#fep-header strong
{
	color: #333;
	font-size: 20px;
}

#fep-header p
{
	padding: 0px;
	margin: 3px;
	color: #333;
	font-size: 12px;
	line-height:20px;
}

#fep-header .avatar
{
	float: left;
	border: none;
	margin: 5px !important;
	padding: 0 !important;
}

/*Menu Styling*/
#fep-menu
{
	color: #333;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

/*Notify Styling*/
#fep-error,#fep-success,#fep-wp-error
{
	color: black;
	background-color: #FFEBE8;
	border-color: #C00;
	height: 100%;
	width: 96%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	padding: 0.6em;
	margin: 15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#fep-success
{
	background-color: #66FF99;
	border-color: #00FF00;
}
#fep-wp-error
{
text-align:left;
}
/*Content styling*/
#fep-content
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: auto;
	width: 100%;
	border: 1px solid #E7E7E7;
	color: #333;
}

#fep-content p, #fep-content form
{
	margin: 5px;
}

#fep-content  hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#fep-content .fep-pmtext p
{
	margin-left: 0px;
}

#fep-content textarea
{
	width: 90%;
	height: 200px;
}

#fep-content input[type=text]
{
	width: 45%;
	min-width:250px;
}

#fep-content table
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
}

#fep-content th, #fep-content td
{
	padding-left: 5px;
	border: 1px solid #E7E7E7;
	vertical-align: top;
}
#fep-content .fep-head{
	font-size: 14px;
	width:100%;
	color: #fff;
	height: 100%;
	background: #444;
	}
#fep-content .fep-trodd0
{
	background-color: #FAFAFA;
}
#fep-content .fep-trodd1
{
	background-color: #F2F7FC;
}

#fep-content img
{
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#fep-content a
{
	color: navy;
	text-decoration: underline;
}

#fep-content small
{
	font-size: 10px;
}

#fep-content .avatar
{
	float: left;
	border: none;
	margin: 0px;
	margin-bottom: 5px;
}

#fep-content blockquote
{
	color: #666;
	width: 90%;
	background: #eee;
	border: 1px solid #E7E7E7;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

pre.code
{
	width: 90%;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 95%; /*If font is too small try increasing this*/
}

/*Footer styling*/
#fep-footer
{
	text-align: center;
	font-size: 10px;
	border: 1px solid #E7E7E7;
	width: 100%;
	color: #333;
}

#fep-footer a, #fep-footer a:hover, #fep-footer a:visited
{
	color: #333;
	text-decoration: underline;
}

/*Auto-suggest*/
#fep-result
{
	width:250px;
	border: solid 1px #333;
	display: none;
	position: absolute;
	background: #00FF99;
}

#fep-result ul, #fep-result li
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}

#fep-result li
{
	border-top: solid 1px #333;
}

#fep-result li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#fep-result li a:hover
{
	background: #333;
	color: white;
}
#fep-menu .fep-button,.fep-button,.fep-button-active {
	display: inline-block;
	color:#000000 !important;
	font-size:13px;
	background:#F0FCFF;
	border: 1px solid #8FBFC9;
	padding:10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right:10px;
	margin-top:10px;
	font-weight:bold;
	text-decoration:none !important;
}

#fep-menu .fep-button:hover,.fep-button:hover,.fep-button-active {
	background:#D3EEF5;
	color: #333;
	font-size: 14px;
}
/*Hide form fields*/
#fep-hd {
display:none;
}
#fep-notification-bar
{
	color: black;
	background-color: #FFEBE8;
	border-color: #C00;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	padding: 0.6em;
	margin: 15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}