@charset "utf-8";

body {
	font: 0.9em/1.2em Arial, sans-serif;
	padding: 0;
	margin: 2em;
}

ul.options {
	list-style: none;
	margin: 0;
	padding: 8px 8px 0 0;
	position: absolute;
	right: 0.7em;
	top: 0.4em;
}

ul.options li {
	float: left;
	margin: 0.2em;
}
ul.options li img,
ul.options li input {
	border: 0;
	display: block;
}
.box {
	background: url(../images/shadow-left-lightgrey-box.png) repeat-y left;
	margin: 1em 0;
	padding-left: 8px;
	position: relative;
}
.box .wrapper {
	background: url(../images/shadow-right-lightgrey-box.png) repeat-y right;
	padding: 1px 8px 1px 1px;
}
.box .content {
	padding: 1em;
}
.box .bl,
.box .br,
.box .tr,
.box .tl {
	height: 8px;
	position: absolute;
	width: 8px;
	
	border: 1px solid #fc0;
}
.box .tl {
	background: url(../images/shadow-tl-lightgrey-box.png) no-repeat;
	left: 0;
	top: 0;
}
.box .tr {
	background: url(../images/shadow-tr-lightgrey-box.png) no-repeat;
	right: 0;
	top: 0;
}
.box .bl {
	background: url(../images/shadow-bl-lightgrey-box.png) no-repeat top left;
	left: 0;
}
.box .br {
	background: url(../images/shadow-br-lightgrey-box.png) no-repeat left top;
	right: 0;
}
.box .top {
	background: url(../images/shadow-top-lightgrey-box.png) repeat-x right top;
	display: block;
	height: 8px;
}
.box .bottom {
	background: url(../images/shadow-bottom-lightgrey-box.png) repeat-x right top;
	display: block;
	height: 8px;
}
.box h2 {
	background: #fff url(../images/bg-lightgrey-box-title.png) repeat-x bottom;
	margin: 0;
	padding: 0.3em 0.8em;
	cursor: pointer;
}
.error h2 {
	color: #900;
}


.error .tl,
.error .tr,
.error .bl,
.error .br {
	margin: auto;
}
.error .tl {
	left: 0;
	top: 0;
}
.error .tr {
	right: 0;
	top: 0;
}
.error .bl {
	bottom: 0;
	left: 0;
}
.error .br {
	bottom: 0;
	right: 0;
}
