#main {
	background: #fff;
	margin: 30px;
	padding: 20px;
}

.o {
	margin: 50px 0px 100px 0px;
}

#jqDialog_box {
	background-color: #171717;
	position: absolute;
	border: 2px solid #70A401;
	min-width: 300px;
	width: 300px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#jqDialog_content {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFF;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}

#jqDialog_options button {
	font-family: Tahoma;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #666;
	border: 0px;

	font-size: 11px;
	font-weight: bold;
	border: 1px solid #70A401;
	cursor: pointer;
	color: #fff;
	width: auto;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}

#jqDialog_close {
	background: none;
	border: none;
	width: 295px;
	margin-top: 5px;
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}