/* CSS Document */

.PromptBox{
	border:5px solid #333333;
	background-color:#FFFFFF;
	z-index:1000;
	width:500px;
	display:block; 
	position:absolute; 
	overflow:hidden;
}
.PromptBox .error{ padding:100px 10px; text-align:center; color:#006699; font-size:14px; }
.PromptBox .error a{ text-decoration:none; color:#FF6600; font-weight:bold;}
.PromptBox form input{ cursor:pointer;}
.PromptBox .header{ text-align:left; padding:10px; background-color:#000000; color:#FFFFFF; font-weight:bold;}
.PromptBox .header a{ color:#FFFFFF; font-weight:bold;}
.PromptBox .box{ text-align:left;}
.PromptBox .box a{ color:#333333; font-weight:bolder;}
.PromptBox .box a:hover{ color:#FF9900; }
.PromptBox .box .tip{ text-align:left; padding:20px 10px; font-size:14px;}
.PromptBox .box .boximage{ padding:10px; background-color:#EFEFEF; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; width:370px;}
.PromptBox .box .boximage .image{ width:80px;}
.PromptBox .box .boximage .content{ margin-left:90px; width:250px;}
.PromptBox .footer{ text-align:right; padding:10px 5px; background-color:#CCCCCC;}