/* DIALOGUES ================================== */
#document_shadow
{
	position:absolute;
	display:none;
	z-index:9100;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#555;
	-moz-opacity:.0;
	filter:Alpha(opacity=0);	
}
span.form_interact_close
{
	float:right;
	width:50px;
	font-size:8pt;
	color:#555;
	cursor:pointer;
}
#successbox
{
	position:absolute;
	z-index:9115;
	left:200px;
	top:80px;
	padding-top:20px;
	width:300px;
	height:140px;
	display:none;
	border:1px dotted #0a1e4a;
	background:#62f436 URL(../images/successbox_bg.jpg) no-repeat center center;
	font-weight:bold;
	text-align:center;
	color:#0a1e4a;
}
#errorbox
{
	position:absolute;
	z-index:9215;
	left:200px;
	top:80px;
	padding:10px 40px 10px 40px;
	width:320px;
	height:140px;
	display:none;
	border:1px dotted #0a1e4a;
	background:#9b0201 URL(../images/errorbox_bg.jpg) no-repeat center center;
	font-weight:bold;
	color:white;
}
* html #errorbox
{
	\width:320px;
	w\idth:400px;
}
#errorbox ul
{
	font-weight:normal;
}
div.dialogue
{
	position:absolute;
	z-index:9115;
	left:200px;
	top:200px;
	width:400px;
	padding-bottom:5px;
	display:none;
	border:9px solid #E9E9E9;
	background-color:#CACACA;
	color:#333;
}
div.dialogue_shadow
{
	position:absolute;
	z-index:9110;
	left:203px;
	top:203px;
	width:403px;
	padding-bottom:5px;
	display:none;
	border:1px solid #444;
	background-color:#333;
}
div.dialogue form
{
	display:inline; /*no linebreaks for the form*/
}


div.floatingRow
{
	float:left;
	width:99%;
}

div.dialogue h1
{
	font-size:13pt;
}
