#installer {
	text-align: center;
	min-width: 600px;
	background: #f1f1f1;
	font-family: Verdana;
}

a {
	color: #999;
}

#wrapper {
width: 552px;
margin-left: auto;
margin-right: auto;
}

#masthead {
	font-family: monospace;
	margin-bottom: 20px;
}

#masthead h1 {
	margin-bottom: 0px;
}

#masthead p {
	margin: 0px;
}

.installstep {
	width: 552px;
	background: url(images/install-step.png) scroll repeat-y 0px 47px;
	margin-top: 20px;
}

.installstep.done {
	background: url(images/install-step_done.png) scroll repeat-y 0px 47px;
}

.installstep h2 {
	height: 36px;
	background: url(images/install-step_h2.png) scroll no-repeat top left;
	font-weight: normal;
	padding: 10px 22px 0px;
	margin: 0px;
}

.installstep.done h2 {
	background: url(images/install-step_h2_done.png) scroll no-repeat top left;
}

.installstep h2 .help-me {
	float: right;
	position: relative;
	top: -25px;
	font-size: xx-small;
	display:block;
	height: 20px;
	width: 20px;
	text-indent: -3000px;
	background: url(images/install-step_h2_help-me.png) scroll no-repeat top left;	
	outline: none;
}

.installstep h2 .help-me:hover {
	background: url(images/install-step_h2_help-me_over.png) scroll no-repeat top left;	
}

.options, .advanced-options {
	text-align: left;
	font-size: 0.76em;
	padding: 0px 11px 0px 22px;
}

.options {
	background: url(images/options.png) scroll no-repeat 0px 0px;
}

.installstep.done .options {
	background: url(images/options_done.png) scroll no-repeat 0px 0px;
}

.installstep .options, .installstep .advanced-options, .installstep h2 .help-me {
	display: none;
}

.installstep.ready .options, .installstep.ready .advanced-options, .installstep.ready h2 .help-me {
	display: block;
}

.options .inputfield, .advanced-options .inputfield {
	margin-bottom: 5px;
	padding-top: 15px;
}

div.javascript-disabled {
	width: 440px;
	color: #666666;
	padding: 10px 15px;
	margin: 0px 5px 0px 15px;
	border: 1px solid #dedede;
	background: #f1f1f1;
	text-align: center;
}

.inputfield label {
	display: block;
	width: 122px;
	padding: 0px 20px 0px 0px;
	float: left;
}

.inputfield select {
	width: 329px;
}

.inputfield input {
	width: 329px;
}

.inputfield .status {
	width: 34px;
	height: 15px;
}

.valid .status {
	background: url(images/ok.png);
}

.invalid .status {
	background: url(images/fail.png);
}

.inputfield .warning {
	display: none;
	padding: 10px 30px 20px 30px;
	line-height: 120%;
	text-align: center;
	color: #990000;
}

.inputfield .help {
	/* display: none; */
	padding: 10px 30px 20px 30px;
	text-align: center;
	line-height: 120%;
}

.inputfield .config {
	width: 507px;
	height: 150px;
	margin: 10px 0px 0px
}

.installstep .bottom {
	height: 10px;
	background: url(images/options_bottom.png) scroll no-repeat left bottom;
}

.installstep.done .bottom {
	height: 10px;
	background: url(images/options_bottom_done.png) scroll no-repeat left bottom;
}

.next-section {
	height: 14px;
	width: 100%;
	margin: 20px 0px 0px 0px;
	background: url(images/next-section.png) scroll no-repeat center bottom;
}

.submit {
	text-align: center;
}

.submit input {
	width: 40%;
	margin: 20px 0px 0px 0px;
}

.invalid input {
	/*background-color: #ffeeee;*/
}

.valid input {
	/*background-color: #eeffee;*/
}

