@charset "utf-8";
/* CSS Document */

/*
	Note: iefix.css contains fixes for internet explore 6

*/


#helper {
	position: absolute;
	top: 1em;
	right: 0em;
	width: 220px;
	background-color: #F5F5CF;
	border: 1px solid #DD7E00;
	padding: 0.3em 1em;
	color: #DD7E00;
}

#helper a {
	color: #DD7E00;
}

#helper:hover, #helper:focus, #helper:hover a {
	background-color: #DD7E00;
	color: #fff;
}

#steps_box table, .steptable {
	width: 100%;
}

.steptable table tr td div {
	width: 550px;
}

.steptable table tr td div iframe {
	width: 90%;
}

#steps_box #stepstable {
	left: 0;
	position: absolute;
	top: 3.8em;
	width: 275px;
}

#stepstable td {
	text-align: center;
}

#stepstable .step {
	color: #999;
	background-color: #EFEFEF;
}

#stepstable .step:hover {
	background-color: #eee;
}

#stepstable .activestep {
	color: #fff;
	/*background-color: #E79120;*/
	background:#4F4E4F url(../images/bg_mainmenu_on.gif) repeat-x scroll 0%;
	border: 1px solid #E79120;
}

#stepstable .visitedstep {
	background-color: #ED941E;
	color: #fff;
	border: 1px solid #E79120;
}

#stepstable .visitedstep:hover {
	border-left-color: orange;
	border-right-color: orange;
	background-color: #E79120;
}

#roundForm {
	position: relative;
	margin: 1em 0;
}

h5 {
	color: #27275D;
	font-size: 1.2em;
	margin: 1em 0;
}

fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 1em;
	color: #D67B04;
}	

fieldset {
	margin: 1em 1em 1em 0;
	padding: 0;
	border: 0;
	border-color: 1px solid #F5F5CF;
}

#oloform img {
	border: 0;
}
