#popup_container {
	
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	
	border: solid 10px #999;/*rgba(82, 82, 82, 0.7)*/
	color: #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	
	/*behavior:url(border-radius.htc);
	behavior:url(ie-css3.htc); /*for ie*/
	background-color:#E6E6E6;
	/*fb*/
	position:relative;
	z-index:2;
	padding::10px;
	
	/*background: url("images/confirm_top.png") no-repeat scroll 2px 0 #E6E6E6;*/
	/*border-right:2px solid #666666;
	border-left:2px solid #666666;
	border-top:2px solid #666666;*/
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #ffffff;
	background: #CCC url(images/top_strip.png) top repeat-x;
	/*border: solid 1px #FFF;
	border-bottom: solid 1px #999;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
	height:32px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding:1.5em 1.75em 0.75em 1.75em;
	margin: 0em;
	/*border-bottom:2px solid #666666;*/
	
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok{
    background: url("images/myc.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
	font-weight:bold;
	font-family:Arial;
    height: 25px;
    width: 70px;
	cursor:pointer;
}
#popup_cancel{
    background: url("images/myc.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
	font-weight:bold;
	font-family:Arial;
    height: 25px;
    width: 70px;
	cursor:pointer;
	margin: 0 5px;
}
/*
#pop_topleft{
	background-image:url("images/for_iecorner_in_alert.png");
	background-repeat:no-repeat;
	background-position:-155px -528px;
	top:-10px;
	left:-10px;
	width: 10px;
	height: 10px;
	 position: relative;
	 float: left;
}
#pop_topright{
	background-image:url("images/for_iecorner_in_alert.png");
	background-repeat:no-repeat;
	background-position:-144px -528px;
	top:-10px;
	right:-10px;
	width: 10px;
	height: 10px;
	position: relative;
	float: right;
}
#pop_bottomleft{
	background:url("images/for_iecorner_in_alert.png") -10px bottom ;
	background-repeat:no-repeat;
	background-position:-166px -528px;
	left:-10px;
	width: 10px;
	height: 10px;
	 position: relative;
	 float: left;
	 top: 10px;
}
#pop_bottomright{
	background:url("images/for_iecorner_in_alert.png") -10px bottom;
	background-repeat:no-repeat;
	background-position:-177px -528px;
	right:-10px;
	width: 10px;
	height: 10px;
	 position: relative;
	 float:right;
	 top: 10px;
}

#pop_topfull{
	background:url("images/top_left.png") repeat -155px -528px;
	top:-10px;
	left:-10px;
	
	height: 10px;
	 position: relative;
	 float: left;
}*/