/* Custom dialog styles */
#popup_container {
	
	color: #832809;
	background-color: #fffbfd;
	/*border: solid 1px #832809;*/
	border: solid 3px #832809;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#popup_content {
	background-color: #fffbfd;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_message {
	
}

#popup_ok {
	margin-left: 35%;
	margin-top: 5px;
	background-color: #fffbfd;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #e45446;
	background-color: #fbebeb;
	border-bottom: solid 1px #832809;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_container INPUT[type='button'] {
	border: outset 2px #832809;
	color: #832809;
	background-color: #fbebeb;
}

#output {
	width: 287px;
	height: 48px; 
}