.popup_dialog{
	overflow:visible;
	background-color:#525252;
	padding:10px;
	margin:auto;
}

.popup_content h2.dialog_title {
	background-color: #77a0d9;
	background-repeat: repeat;
	background-attachment: scroll;
	border: 1px solid #4d6eb4;
	border-bottom:none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

.popup_content h2 span {
	display: block;
	padding: 4px 10px 5px 10px;
}

.popup_content .dialog_content{
	background:#fff;
	border:1px solid #888;
}

.popup_content .dialog_body{
	padding: 10px;
	border: 1px solid #cccccc;
	position: relative;
}

.popup_content .dialog_buttons{
	background-color: #f2f2f2;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0%;
	padding: 8px 8px 8px 8px;
	text-align: right;
	margin-left:5px;
}

.popup_content .dialog_buttons_msg {
	float: left;
	padding: 5px 0px 0px 0px;	
}

.btn_submit{
	padding:2px 15px 2px 15px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#f8d9ad;
	border-left-color:#f8d9ad;
	border-bottom-color:#b26c08;
	border-right-color:#b26c08;
	background-color:#ff7700;
	color:#fff;
	font-size:12px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center
}

.btn_cancel{
	padding:2px 15px 2px 15px;
	background:#f0f0f0;
	color:#000;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#e0e0e0;
	border-right-color:#666;
	border-bottom-color:#666;
	border-left-color:#e0e0e0;
}

.popup_content {
	position:relative;
}