#popup_container {
 width: 94%; font-size: 12px; background: none; color: #000; font-family: arial, sans-serif; 
}
#popup_title {
	border-right: #fff 1px solid; padding-right: 0em; border-top: #fff 1px solid; padding-left: 0em; font-weight: bold; font-size: 14px; background: url(alert/title.gif) #ccc repeat-x 50% top; padding-bottom: 0em; margin: 0em; border-left: #fff 1px solid; cursor: default; color: #5e5e5e; line-height: 1.75em; padding-top: 0em; border-bottom: #808080 1px solid; text-align: center
}
#popup_content {
	background: #FFFFFF; margin: 0em; padding:15px;
}

#popup_panel {
	 text-align: center
}
#popup_prompt {
	margin: 0.5em 0em
}

#popup_ok,#popup_cancel {
	/* width: 100%;
	//display: block;
	text-align: center;
	font-size: 20px;
	height: 46px;
	line-height: 46px;
	border-radius: 0;
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	border-bottom: none;
  border-left: none;
  border-right: none;
	
	color:#26ace9; */
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px 4px 4px 4px;
	background: #f5f5f5;
	color: #5e5e5e;
	border: 1px solid #e6e6e6;
	-webkit-appearance: none;
	outline:none;
}

#popup_ok:hover, #popup_cancel:hover {
	background-color: #E9E9E9;
}

.popup_red {
	color:#ec4949;
}
	
.popup_blue {
	color:#4D7AFF;
}

#popup_message {
	font-size:14px;
	back ground: #FFFFFF;
	color: #808080;
  padding: 15px;
	text-align: center;
}



.mt15 {
	margin-top:15px;
	}