/* for test page */
body {margin:0; font-family:Verdana, Arial, Helvetica; font-size:14px}
#content {padding:20px;}

/* for dialog */
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}

#dialog {position:absolute;width:425px;margin:10px; z-index:200;color:#666;font-size:12px;overflow:hidden;}
	#dialog-header {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
		#dialog-title {float:left}
		#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(images/dialog_close.gif) no-repeat}

	#dialog-content {margin:20px ;min-height:30px;} /* message */

	#dialog-prompts {margin:20px;margin-top:0px;min-height:32px;text-align:right;}
		#dialog-prompts p {margin:6px 0px; padding:0px;color:inherit;}
		#dialog-prompts input {width:256px;margin:0px;padding:0px;margin-left:8px;height:1.5em;line-height:1.5em;color:inherit;font-size:inherit}

	#dialog-buttons {margin:20px;margin-top:-10px;min-height:24px;text-align:right;}
		#dialog-buttons button {min-width:80px;margin:0px;margin-left:8px;height:24px;outline:0px;border:1px solid silver;} /*IE has special style in html file */
		#dialog-buttons button:hover {border-style:outset;}
		#dialog-buttons button:active {border-style:inset;}
		#dialog-buttons	button::-moz-focus-inner {border: none;}  /* overrides FF focus */

.error {background:#fff url(images/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(images/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.errorbutton {background:url(images/error_header.gif) repeat-x; color:#6f2c2c;}
.warning {background:#fff url(images/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(images/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.warningbutton {background:url(images/warning_header.gif) repeat-x; color:#957c17}
.success {background:#fff url(images/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(images/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.successbutton {background:url(images/success_header.gif) repeat-x; color:#3c7f51;}
.prompt {background:#fff url(images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheader {background:url(images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
.promptbutton {background:url(images/prompt_header.gif) repeat-x; color:#355468;}

/*
.errorbutton:active {background-image:url(images/error_header_rev.gif)}
.warningbutton:active {background-image:url(images/warning_header_rev.gif)}
.successbutton:active {background-image:url(images/success_header_rev.gif)}
.promptbutton:active {background-image:url(images/prompt_header_rev.gif)}
*/