@CHARSET "UTF-8";

div#center h3{
	margin-bottom:35px;
}

div#operatorbase{
	display:block;
	height:auto;
}

div#operatorbasesettings{
	display:none;
	height:1px;
}


div#superuser{
	display:none;
	height:1px;
}

#superuser #privacy{
	position:relative;
	margin-top:30px;
	width:100%;
}

#superuser #conditions{
	position:relative;
	margin-top:10px;
	width:100%;
}

#superuser #privacy textarea,
#superuser #conditions textarea{
	float:left;
	width:60%;
}

#superuser #privacy div,
#superuser #conditions div{
	float:left;
}

#localtimepreview{
	margin-left:15px;
}

div#steps{
	position:relative;
	font-size:14px;
	font-weight: bold;
	padding:10px;
	width:550px;
	margin:auto;
}

button#prev_step{
	float:left;
}


button#next_step{
	float:right;
}

div#step_description{
	text-align:center;
}

div.inputset{
	width:600px;
	margin:auto;
}

input.not_null {
	background-color:#FFFFCC;
}