@charset "ISO-8859-1";
/* CSS Document */

#blackout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 2;
}

.dialog {
	position: relative;
	margin: 0px auto;
	color: #000;
	z-index: 3;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
	background: transparent url(../images/register_round_corners_1600x1200.gif) top right no-repeat;
}

.dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding: 0px 19px 0px 0px;
}

.dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px; /* top slice width */
	margin-left: -19px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}

.dialog .b {
 /* bottom */
	position: relative;
	width: 100%;
}

.dialog .b, .dialog .b div {
	height: 30px; /* height of bottom cap/shade */
	font-size: 1px;
}

.dialog .b {
	background-position: bottom right;
}

.dialog .b div {
	position: relative;
	width: 19px; /* bottom corner width */
	margin-left: -19px;
	background-position: bottom left;
}

.dialog .hd, .dialog .bd, .dialog .ft {
	position: relative;
}

.dialog a:link {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.dialog h3, .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 10px 10px 10px 10px;
}

.dialog h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	color: #000;
	font-size: 14px;
}
