
#jqDialog_box {
	background: #eee;
	position: absolute;
	width: 450px;
	-webkit-box-shadow: 2px 2px 6px #000000;
	-moz-box-shadow: 2px 2px 6px #000000;
	box-shadow: 2px 2px 6px #000000; 
	height: 400px;
	font-family: Arial;
	z-index:9999;	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	padding:15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}
#jqDialog_content {
	font-weight: bold;
	width: 440px;
	height: 380px;
	padding: 5px 5px 0 0;
	font-size: 12px;
	text-align: center;
	/*height: 30px;
	overflow: hidden;*/
	overflow-y:scroll;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}
#jqDialog_options button {
	font-family: Arial;
	margin-right: 5px;
	background: #666;
	border: 0px;

	font-size: 1em;
	color: #fff;
	width: auto;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}
#jqDialog_close {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}
.format-dialog {
	text-align:justify;
	line-height:1.5;
	font-size:11px;
	padding:20px 15px;
}

