

#jqDialog2_box {
	position: absolute;
	width: 300px;
	height: auto;
	padding:12px 14px;
	font-family: Arial; z-index:900; border:1px solid #cbc5c0;
	background: url(../images/misc/popup-bg2.png) -10px -10px no-repeat; }

#jqDialog2_content {
	margin:30px 5px 0 5px;
	font-size: 12px;
	height: auto; width:auto;
	overflow: hidden; 
	color:#323232;
	line-height:18px;
}
#jqDialog2_content p { margin-top:10px; padding:5px 0; text-align:center; color:#000; }
#jqDialog2_options {
	margin:0;
	text-align: center;
	border:0 none !imporant;
}
#jqDialog2_options button:hover { background:#C75B12; cursor: pointer;}
#jqDialog2_options button {
	font-family: Arial;
	text-transform: uppercase; 
	margin-right:8px;
	padding: 2px 8px;
	background: #000;
	border: 0px;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	width: auto;
	cursor: pointer;
	border:0 none;
}
#jqDialog2_input {
	padding: 4px;
	width: 250px;
}
#jqDialog2_close {
	background:url(../images/misc/close-btn.gif) no-repeat;
	border: none; margin:-8px -15px 0 0;
	float: right;
	font-weight: bold;
	width:55px;
	text-indent:-999999px;
	height:17px;
}
