
 .ConfgrayBox {
 position:fixed; 
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 background:#000;
 opacity:0.5;
 filter:alpha(opacity=50);
 z-index:1000;
}


#main {
  background: #fff;
  margin: 30px auto;
  padding: 20px 30px;
  width: 700px;

  border: 1px solid #ccc;
  box-shadow: inset 0 0 10px #eee, 0 0 3px #ddd;
}

.o {
	margin: 50px 0px 50px 0px;
}






#jqDialog_box {
	background: #f5f5f5;
	position: absolute;
	width: 450px;
	height: 131px;
	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 30px #e6e6e6;
	z-index:1001;
}
#jqDialog_content {
	  font-size: 15px;
    font-weight: bold;
    height: 50px;
    margin: 10px;
    overflow: hidden;
    padding-top: 11px;
    text-align: center;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}
#jqDialog_options button {

font-family: Arial;
	margin-right: 5px;
	background: #9A9670;
	border-radius: 10px 10px 10px 10px;
	border: 0 none;
	font-size: 17px;
	color: #fff;
	width: auto;
	padding: 3px 10px;
	cursor: pointer;
	
}

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