body{
	font-family : verdana;
	font-size: 12px;
}
input[type=submit]{
	border : 1px solid #091468;
	-moz-border-radius : 3;
}
input[type=button]{
	border : 1px solid #2C53BA;
	-moz-border-radius : 3;
	background : #EDF5FF;
	margin:1px;
}
input[type=button]:hover{
	-moz-border-radius : 3;
	margin:1px;
	background : #2C53BA;
	color:white;
}
#filter{
	background : #494949;
	top : 0;
	left : 0;
	background-position : fixed;
	position : absolute;
	z-index : 10;
	display : none;
	width : 100%;
	height : 100%;
}
.dialog {
	border : 6px solid #AEAEEE;
	position : absolute;
	z-index:50;
	background : #E3E8FB;
	display:none;
}
.dialog #d_close a{
	top:0%;
	position:absolute;
	left : 94%;
	color:black;
	font-weight : bold;	
	font-size: 14px;
	text-decoration:none;
	display : ionline;
	padding :1px 6px;
	-moz-border-radius : 3;
}
.dialog #d_close a:hover{
	color:black;
	background : #E62E0D;

}
.dialog #d_load img{
	top:0%;
	position:absolute;
	left : 94%;
	display : ionline;
}
.dialog #d_title{
	top:0%;
	width:92%;
	font-weight : bold;	
	position:relative;
}
.dialog #b_body{
	width:100%
	height : 100% !important;
	padding : 5px;
	text-align:center;
}
.dialog #d_header{
	background : #AEAEEE;
	padding: 6px 2px;
}
#fileupload_box{
	width : 450;
	height:180;
	left : 30%;
	top :20%;
	-moz-border-radius : 8;
}
#iframe{
	height:45px;
	padding : 5%;
	text-align:center;
	border :none;
	background:#E3E8FB;
	position:relative;
	left:7%;
}
.error{
	background:#FBBFB7;
	color : red;
	border:1px dashed red;
	text-align:center;
	padding:2px;
}
.msg{
	background : #D7FBD8;
	color : #1D6710;
	border:1px dashed #1D6710;
	text-align:center;
	padding:2px;
}
.thumb{
	display:none;
	border:2px solid #AEAEEE;
	padding:2px;
}
#editor{
	margin-bottom: 20px;
	background-color: #eee;
	height: 85%;
    padding-top: 3%;
	min-width:580px;
}
.editor_div{
	/*background : #EDF5FF;
	border : 2px solid #2C53BA;*/
	padding: 0;
	margin-top : 15px;
	text-align:center;
	height:75% !important;
	width:100% !important;
	overflow:visible;
	z-index:100;
	border: 2px solid #ccc;
    background-color: #eee;
}

#editor img{
	max-width:100%;
	max-height:96%;
	border:1px solid #ccc;
}
#loading{
	position:absolute;
	left:40%;
	top:50%;
	display:none;
}
.img_action{
	width:50px;
	height:50px;
	cursor:pointer;
}
.img_action:hover{
	border:1px solid #fff;
}
input[type=button].nav{
	width:26px;
	height:26px;
	cursor:pointer;
	border:none !important;
	background: #FFF;
	background-repeat:no-repeat;
	margin-right:20px;
	padding:1px;
}
input[type=button].nav:hover{
	background: #FFF;
	border:1px solid #fff !important;
}