#greyBox {
	position:		fixed;
	top:			0px;
	left:			0px;
	width:			100%;
	height:			100%;
	background-color:	#000000;
	z-index:		901;
	opacity:		0.5;
	filter:			alpha(opacity = 50);
}
#dialog {
	position:		absolute;
	top:			0px;
	left:			0px;
	background-color:	#FFFFFF;
	border:			3px solid #AAAAAA;
	padding:		15px;
	min-width:		300px;
	height:			auto;
	box-shadow:		0px 0px 10px #333333;
	z-index:		910;
	display:		none;
}
#dialog h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 1px #AAAAAA;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}
#dialog h2 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid 1px #AAAAAA;
	padding-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}
#dialog_close {
	display:		block;
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			96%;
	text-decoration:	none;
	text-align:		right;
	font-weight:		bold;
	color:			#000000;
	background-color:	#D0D0D1;
	padding:		5px 2% 5px 2%;
	margin:			0px 0px 20px 0px;
}
#dialog button {
	display: block;
	margin: 20px 0 10px 0;
	padding: 0 5px;
}
#dialog img {
	display: block;
	margin: 0 10px;
	float: left;
}
#dialogthrobber {
	margin: 0 auto;
	float: none;
}

#dialog .helper {
	margin:			15px 0px 0px 0px;
	padding:		10px;
	border:			1px solid #D0D0D1;
	background-color:	#DADADA;
	color:			#5F8144;
	clear:			both;
	text-align:		left;
}

#dialog .helper p {
	margin:			0px;
}


#dialogcontent table.image_links td {
	font-size:		9pt;
	width:			170px;
	text-align:		left;
}

#dialogcontent input {
	width:			340px;
}


#dialogcontent input[type=checkbox] {
	width:			auto !important;
}