.dialog-container {
	top:0px;
	width:100%;
	position:relative;
}
#dialog {
	position:relative;
	width:100%;
	height:820px;
	margin-left:auto;
	margin-right:auto;
}
#userchoice,
#formdiv {
	display:block;
	position:relative;
	width:90.3%;
	height:450;
	overflow:hidden;
	padding: 5px 15px 5px 25px;
	font-family:verdana, san-serif;
	background-color:#afc0f1;
	border:#7f90c1 1px solid;
}

form > #userchoice,
form > #formdiv {
	border:#7f90c1 5px dotted;
}

.menucontainer {
	display:block;
	position:relative;
	width:90.3%;
	margin-left:auto;
	margin-right:auto;
	font-size:large;
	color:#fff;
	padding: 15px 15px 15px 25px;
	font-family:verdana, san-serif;
	margin-bottom:1px;
	overflow:hidden;
}

menudiv {
	display:block;
}

.righttext {
	display:inline;
	margin-left:15px;
}

a {
	text-decoration:none;
}

.linktext {
	font-size:x-small;
	display:inline;
	margin-left:15px;
}

.button {
	display:inline;
	margin-left:8px;
	padding-right:5px;
}

.description {
	font-size:small;
	font-weight:bold;
}

.label {
	font-size:x-small;
}

#dialog ul {
	font-size:small;
	display:block;
	padding-left:0px;
	margin-top:15px;
	position:relative;
	left:-15px;
}


#dialog li {
	padding-bottom:5px;
	padding-left:0;
}

#leftform {
	position:relative;
	display:block;
	float:left;
	width:27%;
	height:100%;
	padding: 10px 10px 25px 0px;
}

div > #leftform {
	padding: 0px 10px 25px 0px;
}

#leftform #description {
	position:relative;
	left:-10px;
	font-size:9pt;
	}


#rightform {
	position:relative;
	display:block;
	float:left;
	padding-left:15px;
	width:63%;
	height:100%;
	border-left:#7f90c1 1px solid;
}

div > #rightform {
	border-left:#7f90c1 3px dotted;
}