/*添加面板弹出框的样式设置*/
#alertM,#alertT,#alertR,#alertP,#alertBtns {
	margin: 0;
	padding: 0 5px 5px;
	font-size: 14px;
	line-height: 24px;
	font-family: arial, sans-serif;
	text-align: left
}

#alertR,#alertBtns a {
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
}

#hbg {
	width: 100%;
	position: absolute;
	background: #000;
	z-index: 9998;
	top: 0;
	left: 0;
	height: 2000px;
	display: none;
}

#alertM {
	position: absolute;
	top: 200px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 0px 24px #000;
	border-radius: 12px;
	width: 400px;
	height: auto;
	left: 600px;
	border: 1px #ccc solid;
	display: none;
}

#alertT {
	margin: 4px;
	padding: 0 16px;
/* 	background: #0398e1; */
	color: #fff;
	text-shadow: 0px 1px 1px #000;
/*	background-image: -moz-linear-gradient(top, #03b3f6, #0374c6);*/
/* 	background-image: -moz-linear-gradient(top, #03b3f6, #407FFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #407FFF),
		color-stop(1, #0374c6) );
	border: 1px #16a8fc solid; */
	border-radius: 8px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.warnT{
	background: #0398e1;
	background-image: -moz-linear-gradient(top, #03b3f6, #407FFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #407FFF),color-stop(1, #0374c6) );
	border: 1px #16a8fc solid;
}
.errorT{
	background: #FF0000;
	background-image: -moz-linear-gradient(top, #FF0000, #8B0000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0000),color-stop(1, #8B0000) );
	border: 1px #FF7F50 solid;
}

#alertP {
	padding: 12px;
}

#alertR {
	font-size: 24px;
	float: right;
	margin: -32px 8px 0 0;
	padding: 4px;
	color: #72d5fb;
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}

#alertR:hover {
	color: #fff;
/* 	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg); */
}

#alertR:active {
	text-shadow: 0px 0px 1px #000;
}

#alertBtns {
	text-align: right;
}

#alertBtns a {
	margin: 8px;
	padding: 0 24px;
	color: #000;
	background: #EEE;
	text-shadow: 0px 1px 1px white;
	background-image: -moz-linear-gradient(top, #fff, #ccc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),
		color-stop(1, #ccc) );
	border: 1px #E6E6E6 solid;
	border-radius: 4px;
	display: inline-block;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

#alertBtns a:hover {
	background: #ccc;
	background-image: -moz-linear-gradient(top, #f6f6f6, #c6c6c6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6),
		color-stop(1, #c6c6c6) );
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	border: 1px #ddd solid;
}

#alertBtns a:active {
	background: #bbb;
	background-image: -moz-linear-gradient(top, #f3f3f3, #bbb);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3),
		color-stop(1, #bbb) );
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	border: 1px #aaa solid;
}

.mgbox_div {
	color: red;
	font-size: 12px;
	display: inline;
}

.addwiget_id {
	width: auto;
}

/* #mainContent{
    position: relative;
    top: 5px;
} */
#top_setdiv{
    background-color: #DBEDF5;
    border: 1px solid #A9C1C1;
    position: fixed;
    top: -40px;
    right: 0;
    width: 100%;
    z-index: 2;
}
.setLayout{
    text-align: left;
    font-size: 12px;
    height: auto;
    width: 80px;
    background-color: #DBEDF5;
    cursor: pointer;
    padding: 0 2px;
    position: fixed;
    top: 0;
    right: 80px;
    z-index: 1;
}
.setLayout img{
	width: 16px;
	height: 16px;
	border: none;
}
.setLayout span{
    position: relative;
    top: -3px;
    left: 3px;
}
.setLayout :hover{
    color: #FFF;
}
.fieldset_div{
    border: 0 none;
    padding: 10px 0 5px;
    border-radius: 3px 3px 3px 3px;
    width: auto; 
    text-align: center; 
    height: 20px
}
.widget-menu .widget-closelink{
    font-size: 24px;
    position: relative;
    top: -3px;
}
.widget-menu .disable_close{
    font-size: 24px;
    color: #CBCBCB;
    position: relative;
    top: -3px;
}
.widget-menu .widget-collapselink{
    position: relative;
    top: -8px;
}