﻿#popup_container {
	font-family: arial, System;
	font-size: 12px;

	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 250px; /* Dialog will wrap after this width */
		
	background: #FFF;
	border: solid 1px #aeaeae;
	color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.box_btn {cursor:pointer; border:0px; font-family: arial, System; font-size: 11px; line-height:20px; color: #ffffff; background:#c1291c; text-decoration: none; padding-left:5px; padding-right:5px; margin-left:8px; margin-top:5px}
.box_btn:hover {color: #ffffff; background:#333333; text-decoration: none; }

.box_btn_cancel {cursor:pointer; border:0px; font-family: arial, System; font-size: 11px; line-height:20px; color: #ffffff; background:#333333; text-decoration: none; padding-left:5px; padding-right:5px; margin-left:8px; margin-top:5px}
.box_btn_cancel:hover {color: #ffffff; background:#c1291c; text-decoration: none; }

#popup_title {
    font-family: arial, System;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	color: #666;
	background: #e4e3e3;
	border: solid 0px #FFF;
	border-bottom: solid 1px #aeaeae;
	cursor: default;
	padding: 0em;
	padding-left:10px;
	margin: 0em;
}

#popup_content {
    padding-top:20px;
    padding-bottom:20px;
	margin: 0em;
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
font-family: arial, System;
text-align:center;
	padding-left: 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}