#dialogBox .frame{
	color:#ef0000;
	}
	
#dialogBox .close {
	width:300px;
	border:none;
	background-color:#999;
	color:#fff;
	cursor:pointer;
	float:right;
	font-size:10px;
	text-align:right;
	}
	
#dialogBox .close:hover {
	color:#000;
	}
	
#dialogBox .submit {
	cursor:pointer;
	margin-top:10px; 
	}
	
#dialogBox {
	height:auto;
	background-color:#fff;
	float:left;
	padding:0px 0px 20px 0px;
	text-align:center;
	z-index:1003;
	}
	
#dialogBox .error, #dialogBox .frameLabel {
	width:300px;
	color:#555;
	float:left;
	font-size:11px;
	text-align:center;
	}
	
#dialogBox .error {
	min-height:15px;
	color:#ff0000; !important
	}
	
#dialogBox .frameLabel {
	margin-top:20px;
	margin-bottom:5px;
	}
	
#dialogBox input {
	clear:both;
	font-size:13px;
	}
	
#bgDialogBox {
	background-color:#999;
	left:300px;
	opacity:0.80;filter:alpha(opacity=80);
	padding:0px 10px 10px 10px;
	position:fixed; 
	top:200px;
	z-index:1002;	
	}
	
	
#globalDiv {
	background-color:#000;
	display:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:fixed; 
	top:0px; left:0px; 
	z-index:1001;

	}
