.jMsgbox-background {
	background-color: #ddd;
}

.jMsgbox-mainWrap {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	vertical-align: top;
}

.jMsgbox-mainWrap input[type=text] {
	/* border: 1px solid #3c99f7; */
}

.jMsgbox-mainWrap input[type=button] {
	
}

.jMsgbox-headWrap {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F3F3F3;
    border-color: #C4C4C4;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333333;
    font-family: arial,"宋体";
    font-size: 14px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    overflow:hidden;
}


.icon-warn03 {
    float: left;
    margin-right: 10px;
    background: url("icon-msg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 0;
    height: 32px;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    width: 32px;
}

.icon-none {display:none;}

.icon-succ03 {
    background: url("icon-msg.png") no-repeat scroll -64px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    font-size: 0;
    height: 32px;
    line-height: 0;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: top;
    width: 32px;
}

.dialogContext {color: #FF6600;font-size: 14px;}
.jMsgbox-titleWrap {
	font-size: 12px;
	font-weight: bold;
}

.jMsgbox-closeWrap {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.jMsgbox-closeWrap:hover {
	text-decoration: none;
	color: #fff;
}

.jMsgbox-closeWrap img {
	border: none;
}

.jMsgbox-contentWrap {
	padding: 5px;
	font-size: 12px;
	padding-top:20px;
	margin:10px;
}

.fxst-c {margin-top:10px;margin-left: 48px;}

.ftx-03 {color: #999999;font-size:12px;}