html,
body
{
	background: #fffffd;
}

#window,
#page,
#enabling,
#dangers,
.inputtext input,
.inputtextarea textarea
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

#window,
#page,
#enabling,
#dangers
{
	width: 1000px;
	margin: 0 auto;
}

#window
{
	height: 600px;
	position: relative;
}

#window-content
{
	width: 100%;
	height: 600px;
	position: relative;
	background: #fffffd;
	overflow: hidden;
}

#window-overlay
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: url(images/window.png) no-repeat top left;
}


.box
{
	padding: 1em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	background: #f9b368;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#ffd364), to(#f9b368));
/*	color: #837658;*/
	color: #363636;
	border: 1px solid #c8927e;
	position: absolute;
	overflow: hidden;
	text-shadow: rgba(255, 255, 255, 80) 1px 1px 1px;
}


.error
{
	background: #fcc;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#fcc), to(#f99));
}


.next-button
{
/*	background: #ffd364;*/
	cursor: pointer;
}

.next-button-hover
{
	background: #ffd364;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#ffd364), to(#f9b368));
	-webkit-box-shadow: 0 0 10px #837658;
	-moz-box-shadow: 0 0 10px #837658;
	box-shadow: 0 0 10px #837658;
}


label
{
	float: left;
	display: block;
	padding-right: 1em;
}

.inputtext,
.inputtextarea
{
	margin: 0;
	border: 1px solid #aaf;
	background: white;
	outline: 0;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	padding: 0.5em;
	font-size: 1em;
	width: 180px;
	overflow: hidden;
	display: block;
}

.inputtext:focus,
.inputtextarea:focus
{
	-webkit-box-shadow: 0 0 10px #837658;
	-moz-box-shadow: 0 0 10px #837658;
	box-shadow: 0 0 10px #837658;
}

.inputtextarea
{
	height: 3em;
	resize: none;
}



#page
{
	text-align: center;
}

#page a
{
	text-decoration: underline;
/*	color: #99c;*/
}


p.nojs
{
	text-align: center;
	margin-top: 60px;
}
/*
p.nojs a
{
	color: #f9b368;
}

p.nojs a:hover
{
	color: #ffd364;
}*/


#enabling ul
{
	overflow: hidden;
	list-style-type: none;
}

#enabling ul li
{
	float: left;
	margin-right: 1em;
}

#enabling ol li
{
	overflow: hidden;
	list-style-position: inside;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ccc;
}

#enabling ol li img
{
	float: right;
	padding: 0.5em;
	border: 1px solid #ccc;
}


a
{
	color: #00f;
}

acronym
{
	color: #f00;
}
