form {margin:0;}
#frameOverlayDestination {
	position:				absolute;
	top:					270px;
	left:					5px;
	border:					1px solid black;
}
#controlcontainer {
	width:100%;
	height:190px;
	*height:194px;
	border:1px solid #B8B8B8;
	padding:5px 5px 0 5px;
	background:#eee url('/admin/images/overlay_back.gif') repeat;
	vertical-align:middle;
	clear:both;
}
#linkcontainer {
	float:left;
	width:160px;
}

#linkcontainer p {
	border:1px solid black;
	margin:2px 0 2px 0;
}

#linkcontainer2 {
	float:left;
	width:85px;
}

#linkcontainer2 p {
	border:1px solid black;
	margin:2px 0 2px 0;
}

a.stepon {
	display:block;
	border:2px solid white;
	background:white;
	padding:4px 6px 4px 6px;
	color:#FE7018;
	font-weight:bold;
	text-decoration:none;
}
a.stepoff {
	display:block;
	border:2px solid white;
	background:url('/admin/images/overlay_launch_back_repeat.gif') repeat-x;
	padding:4px 6px 4px 6px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
a.stepoff:hover {
	text-decoration:none;
	color:#FE7018;
}
.stepoffdisabled {
	display:block;
	border:2px solid white;
	background:url('/admin/images/overlay_button_back_repeat.gif') repeat-x;
	padding:4px 6px 4px 6px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	cursor:arrow;
}
#stepcontainer {
	float:left;
	width:65%;
	padding:10px 0 0 20px;
	font-weight:bold;
}
#pageLocation {
	border:1px solid black;
	height:20px;
	*height:24px;
	width:300px;
	float:left;
	font-weight:normal;
}
.stepborder {
	border:1px solid black;
	padding: 10px;
	position:relative;
	float:left;
}
.stepheader {
	font-weight:bold;
	background-color:#eee;
	width:auto;
	padding:2px;
	z-index:10;
	position:absolute;
	margin-top:-20px;
}
.buttoncontainer {
	border:1px solid black;
	float:left;
}
.buttoncontainer .launch {
	width:120px;
	border:2px solid white;
	background:url('/admin/images/overlay_launch_back_repeat.gif') repeat-x;
	color:black;
	font-weight:bold;
	height:22px;
	cursor:pointer;
}
.buttoncontainer .launchdisabled {
	width:120px;
	border:2px solid white;
	background:url('/admin/images/overlay_button_back_repeat.gif') repeat-x;
	color:#666;
	font-weight:bold;
	height:22px;
	cursor:pointer;
}
#launchcontainer {
	width:120px;
	float:left;
	vertical-align:middle;
	text-align:center;
}
#divOverlayStep_1, #divOverlayStep_2, #divOverlayStep_3, #divOverlayStep_4, #divOverlayStep_5 {font-weight:normal;}
#divOverlayStep_2, #divOverlayStep_3, #divOverlayStep_4, #divOverlayStep_5 {display:none;}
hr {
	color:#eee;
	background-color:#eee;
	border:1px dotted black;
	border-style:none none dotted;
}
#embedCode {
	border:1px solid black;
}
.clear {clear:both;}
