@charset "utf-8";
/* CSS Document */

.dialogcontainer {
	display: none;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	padding:0px;
	z-index:999;
	overflow:hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.passcontainer {
	display: none;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	padding:0px;
	z-index:990;
	overflow:hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.dialogtopleft{
background-image:url(../images/top_left.gif);
background-repeat:no-repeat;
width:10px;
height:33px;
}

.dialogtopright{
background-image:url(../images/top_right.gif);
background-repeat:no-repeat;
width:13px;
height:33px;
}

.dialogtopcenter{
background-image:url(../images/top_centre.gif);
background-repeat:repeat-x;
height:33px;
text-align:center;
vertical-align:middle;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:800;
cursor:move;
}

.dialogsideleft{
background-image:url(../images/side_left.gif);
background-repeat:no-repeat;
width:10px;
height:150px;
}

.dialogsideright{
background-image:url(../images/side_right.gif);
background-repeat:no-repeat;
width:13px;
height:150px;
}

.dialogsidecenter{
background-image:url(../images/blank.gif);
background-repeat:repeat-x;
height:150px;
text-align:center;
vertical-align:top;
padding:15px;
}


