.o {
	margin: 50px 0px 100px;
}

#jqDialog_box 
{
    position: absolute; 
	width: 300px;     
	height: 100px; 
    border-bottom: #555 3px solid; 	
	border-left: #555 1px solid; 
	border-top: #555 1px solid; 
	border-right: #555 3px solid; 
	font-family: Arial; 
	background: #fff; 
	z-index:111;
}

#jqDialog_content {
	margin: 10px; 
	height: 50px; 
	font-size: 12px; 
	overflow: hidden; 
	font-weight: bold;
	z-index:111;
}

#jqDialog_options {
	text-align: center; 
	margin: 10px;
}

#jqDialog_options BUTTON {
	border-bottom: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	border-top: 0px; 
	margin-right: 5px; 	
	width: auto; 
	font-family: Arial; 
	background: #526ea6; 
	color: #fff; 
	font-size: 1.0em; 
	padding:2px;
	cursor: pointer; 	
}

#jqDialog_input {
	padding-bottom: 4px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 4px;
	width: 250px; 
}

#jqDialog_close {
	border-bottom: medium none; 
	border-left: medium none; 
	BORDER-TOP: medium none; 
	border-RIGHT: medium none;
	background: none transparent scroll repeat 0% 0%; 
	float: right; 
	color: #ff0000; 
	font-size: 10px; 
	font-weight: bold; 
	cursor: pointer; 
}

.CustomButton {
    background-color: #99CCFF; 
    border: thin solid #008080; 
    width: 200px; 
    cursor: pointer;
}
