#popup_container {
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #ffffff;
}

#popup_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	color: #909CAE;
	background: #E9ECF1;
	font-size: 20px;
	padding: 10px;
}

#popup_content {
	padding: 10px;
}

/* #popup_content.alert {
	background-image: url(images/notice.png);
}

#popup_content.confirm {
	background-image: url(images/warning.png);
}

#popup_content.prompt {
	background-image: url(images/warning.png);
} */

#popup_message {
}

#popup_panel {
	padding-top: 10px;
	text-align: right;
}

#popup_prompt {
}

/* #popup_panel input{
	font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	background: #2381E9;
	color: #FFF;
	outline: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	border: 0;
	height: 28px;
	min-width: 70px;
	line-height: 28px;
	width: inherit;
	margin: 0 2px;
	cursor: pointer;
}

#popup_panel input#popup_ok{
}

#popup_panel input#popup_cancel{
	background: #EFEFEF;
	color: #666;
}

#popup_panel input:HOVER{
	box-shadow: inset 0 0 0 120px rgba(255, 255, 255, 0.4);
} */