
		
#main {
	background: #fff;
	margin: 30px;
	padding: 20px;
}

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



#jqDialog_box {
	background: #f5f5f5;
	position: absolute;
	width: 450px;
	font-family: Arial;
	
	border-width: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #d8def4;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
        padding-top: 10px;
	
	-moz-box-shadow: 0 0 30px #e6e6e6;
}
#jqDialog_content {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 30px;
        text-align: left;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}
#jqDialog_options button {
	font-family: Arial;
	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: 14px;
	color: #ff0000;
	cursor: pointer;
}
