#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #4267ab;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #2C51A0;
	background: url(/PAF/design/mars_online/pics/modlet/breederWebsiteCreationWizard/wizardTableBackground.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom:1px solid #C5C3C4;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/PAF/design/global/img/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/PAF/design/global/img/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/PAF/design/global/img/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/PAF/design/global/img/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: right;
	margin: 1em 0em 0em 1em;
}
#popup_panel #popup_ok {
	background-image: url("/PAF/design/global/img/icons/16/accept.gif");
	background-repeat: no-repeat;
	background-position: 5px  center;
	margin-right: 5px;
	padding-left:20px;
}
#popup_panel #popup_cancel {
	background-image: url("/PAF/design/global/img/icons/16/cancel.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:20px;
}
#popup_panel input {
	background-color:#4267AB;
	border: 1px solid #1F4488;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px #4D76C4;
	-moz-box-shadow: inset 0px 0px 0px 1px #4D76C4;
	-webkit-box-shadow: inset 0px 0px 0px 1px #4D76C4;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	height: 26px;
	line-height: 16px;
	margin: 0px;
	padding: 3px 5px 3px 15px;
}
#popup_prompt {
	margin: .5em 0em;
}
#popup_overlay {
	background-color: rgb(255, 255, 255); opacity: 0.70 !important; 
}