#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border:2px solid #0061aa;
	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: #FFFFFF;
	background: #0061aa;
	border:2px solid #0061aa;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: #ece9dd;
	padding: 1em 1.75em;
	margin: 0em;
}



#popup_message {
	padding: 15px;
}

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

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

a#confirm_button {
	line-height: 18px; font-family: arial; font-weight: normal; font-size: 13px; color: #0061aa;cursor:pointer;
}

a:hover#confirm_button {
	line-height: 18px; font-family: arial; font-weight: normal; font-size: 13px; color: #d1720b;
}
#popup_ok{
	font-family: arial; font-weight: 700; font-size: 12px; color: #FFFFFF; background-color:#0061aa;border:none; height:25px; width:75px;	
}
#popup_ok:hover{
	background-color:#d1720b;	
}

#popup_cancel{
	font-family: arial; font-weight: 700; font-size: 12px; color: #FFFFFF; background-color:#0061aa;border:none; height:25px; width:75px;	
}
#popup_cancel:hover{
	background-color:#d1720b;	
}
