
		
#main {
	background: #fff;
	margin: 30px;
	padding: 20px;
}

.o {
	margin: 50px 0px 100px 0px;
}



#jqDialog_box {
	position: absolute;
	width: 340px;
	height: 200px;
	padding:8px 10px;
	font-family: Arial;
	background: url(../images/misc/smpopup-trans.png) no-repeat; }

#jqDialog_content {
	margin:15px 10px 0 10px;
	font-size: 12px;
	height: 110px; width:315px;
	overflow: hidden; 
	color:#323232;
	line-height:18px;
}
#jqDialog_content p { margin-top:10px; padding:5px 0; text-align:center; border-top:1px dotted #999; color:#000; }
#jqDialog_options {
	margin:0;
	text-align: center;
}
#jqDialog_options button:hover { background:#323232; cursor: pointer;}
#jqDialog_options button {
	font-family: Arial;
	text-transform: uppercase; 
	margin-right:8px;
	padding: 2px 8px;
	background: #9d102d;
	border: 0px;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	width: auto;
	cursor: pointer;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}
#jqDialog_close {
	background:url(../images/buttons/close-btn.gif);
	border: none;
	float: right;
	font-weight: bold;
	width:50px;
	text-indent:-9999999px;
}

