
		

#jqDialog_box {
	background:#ECEFFF;
	background: #FDDE9D;
	background: #F9DECC;
	background: #FFF;
	background: #F7C2B0;
	
	background-image:url(../images/icon2/icon/120px-Gnome-dialog-question.svg.png);
	background-image:url(../images/icon2/notification_warning.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	position: absolute;
	width: 450px;
	height: 150px;
	width: 45%;
	height: 30%;
	font-family: Arial;
	
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #ccc;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 0 90px #000;
}
#jqDialog_content {
	
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 90px;
	overflow: hidden;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}
#jqDialog_options button {
	font-family: Arial;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	background: #000;
	border: 0px;

	font-size: 1.5em;
	color: #fff;
	width: auto;
	
	cursor: pointer;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}
#jqDialog_close {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #ff0000;
	color: #F9BD42;
	color: #DC791F;
	cursor: pointer;
}
