
#overlay{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/  
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;  
	z-index: 999999;  
}
#dialog{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/  
	top: 0;
	left: 0;
	height: auto;
	background: #fff;
	background-color: #ccc;
	border: 5px solid #fff;
	z-index: 1000000;
	text-align: left;
	
}
#dialog h2{
	margin: 0;
	padding: 5px 10px;
	background-color: #9FC54E;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
#dialog .body{
	padding: 7px 10px;
	font-size: 12px;
}

#dialog  .cc{
	color: #627D28;
}


#dialog .footer{
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #999;
}
#dialog form{
	margin: 0;
	padding: 0;
}
#dialog p, #dialog h3{
	margin: 0;
	padding: 3px 0;
}

#dialog input[type="text"],
#dialog input[type="password"],
#dialog textarea{
	margin: 0;
	padding: 4px 0;
	width: 100%;
	font-family: inherit;
	font-size: 12px;
	border: none;
}
#dialog textarea{
	height: 80px;
}
/*
#dialog input[type="button"],
#dialog input[type="submit"],
#dialog input[type="reset"]{
	-moz-appearance: none;
	background-color: #eee;
	border: 1px solid #999;
	color: #333;
	margin: 0;
	padding: 4px 10px;
}
*/
#dialog .error{
	display: none;
	margin: 0;
	padding: 10px 10px 3px 10px;
	color: #900;
}
