/* Custom dialog styles */
#popup_title {
	width: 298px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	cursor: default;
	padding: 0em;
	margin: 0em;
	 border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin-top: 1px;
    padding-top: 4px;
}

#popup_container {
    background: #FFFFFF;
    border-radius: 3px;
}


#popup_content {
    margin: 0em;
    border-radius: 3px;
}
/*
#popup_content.alert {
	background-image: url(images/info.gif);
}

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

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

#popup_message {
    text-align: center;
    font-size: 1.1em;
    line-height: 3;
    border-bottom: 1px solid #dddddd;
    background: #efefef;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#popup_panel {
    text-align: center;
}

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


#popup_container INPUT[type='button'] {
    width: 100px;
	/* height: 30px; */
	/* border: outset 2px #0082dd; */
	/* color: #FFFFFF; */
	/* background: #0082dd; */
	margin-right: 10px;
}
