
html, body {
	font: 11px Arial, Helvetica, sans-serif;
}

#container {
	width: 541px;
	margin: 0 auto 0 auto;
}

#container #title {
	padding: 15px 0 0 0;
}

#container #title h1 {
	height: 55px;
	padding: 15px 0 0 68px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

#container #title.default h1 {
	background: url(../images/logo_default.png) no-repeat;
}

#container #title.introduction h1 {
	background: url(../images/logo_introduction.png) no-repeat;
}

#container #title.install h1 {
	background: url(../images/logo_install.png) no-repeat;
}

#container #title.error h1 {
	background: url(../images/logo_error.png) no-repeat;
}

#container #title em {
	font-style: normal;
}

#container #box-top {
	background:url(../images/top.png) no-repeat;
	height: 22px;
}

#container #box {
	background:url(../images/backdrop.png) repeat-y;
	padding-bottom:10px;
	min-height: 231px;
	height:auto !important;
	height: 231px;
}

#container #box #box-content {
	margin: 0 50px 0 50px;
	padding: 4px 0 0 0;
	color: #444;
}

#container #box #box-content .important {
	background:url(../images/important.png) no-repeat;
	height: 22px;
	padding: 0 0 0 32px;
	font-weight: bold;
}

#container #box #box-content a {
	color: #00b5f9;
}

#container #box #box-buttons {
	text-align: center;
	margin: 80px 0px 25px 0;
	/*
	position: relative;
	top: 40px;
	*/
}

#homeVersionButtons {
	width: 595px;
	margin: 0 auto;
}

#container #box #note {
	margin: 0 50px 0 50px;
	font-size: 10px;
	font-weight: bold;
}

#container #box-footer {
	margin-top:-5px;
	margin-bottom:15px;
	background:url(../images/bottom.png) no-repeat;
	height: 22px;
}

a img {
	border: none;
}

a.button {
	display: block;
	float: left;
	background: transparent url(../images/button.gif) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	cursor: hand;
}

a.button span {
	font-size: 16px;
	display: block;
	float: left;
	position: relative;
	left: 15px;
	background: transparent url(../images/button.gif) no-repeat 100% 0;
	margin: 0; padding: 0 35px 0 20px;
}

a:hover.button {
	background: transparent url(../images/button_over.gif) no-repeat 0 0;
}

a:hover.button span {
	background: transparent url(../images/button_over.gif) no-repeat 100% 0;
}

a:active.button {
	background: transparent url(../images/button_down.gif) no-repeat 0 0;
}

a:active.button span {	
	background: transparent url(../images/button_down.gif) no-repeat 100% 0;
}

#attribution {
	margin: 20px 0 0 0;
}

#language-select {
	float: right;
}
