.popup_container{
	direction:ltr;
	position:relative;
	margin:10px 10px 0px 0px
}

.popup_dialog{
	overflow:visible;
	position:relative;
}

.popup_vertical, .popup_horizontal{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #525252;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	filter:alpha(opacity=70);opacity:.7
}

.popup_vertical{
	left: 0px;
	top: -10px;
	padding-bottom: 20px;
}

.popup_horizontal{
	left: -10px;
	top: 0px;
	padding-right: 20px;
}

.popup_topleft, .popup_topright, .popup_bottomleft, .popup_bottomright{
	height: 10px;
	width: 10px;
	overflow:hidden;
	position: absolute;
}

.popup_topleft{
	background-color: transparent;
	background-image: url(../images/round.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
	left: -10px;
	top: -10px;
}

.popup_topright{
	background-color: transparent;
	background-image: url(../images/round.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:0 -10px;
	right: -10px;
	top: -10px;
}

.popup_bottomleft{
	background-color: transparent;
	background-image: url(../images/round.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:0 -20px;
	bottom: -10px;
	left: -10px;
}

.popup_bottomright{
	background-color: transparent;
	background-image: url(../images/round.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:0 -30px;
	right: -10px;
	bottom: -10px;
}

.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;
	border-top: none;
	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;
}