#jqDialog_box {
	padding: 10px;
	
	background: #EEEEEE;
	position: absolute;
	width: 320px;
	height: 150px;

	border-width: 1px 4px 3px 1px;
	border-style: solid;
	border-color: #CCCCCC;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#jqDialog_content {
	margin: 10px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
	height: 90px;
	overflow: hidden;
}

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

#jqDialog_options button {
	margin-right: 5px;
	background: #666;
	border: 0px;

	font-size: 1.3em;
	color: #fff;
	width: auto;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}

#jqDialog_close {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: .8em;
	color: #cc0000;
}

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