/* Custom dialog styles */
			
#popup_container {    
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 300px; /* Dialog will be no smaller than this */
	/*width: 600px;*/ /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #f8d93b;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #42ae01;
	background: url(../img/alertHeader.gif) 0 0 repeat-x transparent;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_message {
	padding-left: 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_container #popup_panel input{
	border: outset 2px #76A5CC;
	color: #fff;
	background: url(../img/alertBt.gif) 0 0 repeat-x transparent;
	border: solid 1px #42ae01;
	padding-bottom: 2px;
	cursor: pointer;
	outline: none;
}
#popup_container #popup_panel input:focus{
	outline: none;
}
