/**
 * JJABC 2013-05-07
 * http://JJABC.com/
 */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow:hidden;
	min-width: 400px;
	/*max-width: 600px;*/
	background: #FFF;
	color: #666666;
	border:1px solid #D8D8D8;
	-moz-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	/*text-align:center;*/
}
#popup_border {
	background:#B9B9B9;
	-moz-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
}
#popup_title {
	font-size: 14px;
	text-align: left;
	line-height: 33px;
	color: #6A6A6A;
	background: #EAEBEC url(../images/title.gif) top repeat-x;
	border: solid 1px #fff;
	border-bottom: solid 1px #B4B4B4;
	cursor: default;
	padding: 0em;
	padding-left:15px;
	margin: 0px;
	font-weight:normal;
	
	-moz-border-radius: 0px 0px 0px 0px ; 
	-khtml-border-radius:0px 0px 0px 0px  ; 
	-webkit-border-radius: 0px 0px 0px 0px ; 
	border-radius: 0px 0px 0px 0px ; 
}

#popup_content {
	/*background: 16px 16px no-repeat url(../images/info.gif);*/
	padding: 1.1em 2.1em;
	margin: 0em;
	line-height:28px;
}

#popup_container .alert {
	/*background-image: url(../images/info.gif);*/
}

#popup_container .confirm {
	/*background-image: url(../images/important.gif);*/
}

#popup_container .prompt {
	/*background-image: url(../images/help.gif);*/
}

#popup_message {
	/*padding-left: 48px;*/
	padding: 5px 10px 0px 35px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}

.alert_btn {
	width:auto;
	padding:1px 10px;
	margin-right: 5px;
	text-sh_adow: none;
	height:30px;
	font-size: 12px;
	color: #555555;
	cursor: pointer;
}


#popup_message span.ico{
	height: 42px;
	width: 35px;
	display: inline-block;
	margin-bottom: -15px;
	margin-left: -35px;
}
#popup_message span.JJright {
	background: url(../images/right.gif) -25px -25px no-repeat
}
#popup_message span.JJwrong {
	background: url(../images/notice.gif) -25px -25px no-repeat
}
#popup_message span.JJerror {
	background: url(../images/warning.gif) -25px -25px no-repeat
}