@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	background-color: #E1DEDE;
}

#main_wrapper {
	margin-left: 11px;
	margin-top: 0;
	position: relative;
}

#context {
	width: 240px;
	height: 486px;
	background: url('/images/green_bg.png') no-repeat;
	color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

#context h1#delete_win {
	width: 200px;
	height: 21px;
	background: url('/images/delete_win_header.png') 19px 28px no-repeat;
	padding-top: 28px;
	padding-left: 19px;
}

#context h1 span {
	display: none;
}

#context div#pieces_left {
	background: url('/images/pieces_left.png') 37px 15px no-repeat;
	width: 156px;
	height: 42px;
	padding-left: 37px;
	padding-top: 31px;
}

#context div#pieces_left h2 {
	display: none;
}

#context div#pieces_left div.number {
	float: left;
	padding: 0 3px;
	margin-right: 2px;
}

#context div#pieces_left div.number img {
	vertical-align: bottom;
}

#context #delete_button {
	display: block;
	position: absolute;
	bottom: 12px;
}

#context p.bumph {
	padding: 14px 22px 17px 24px;
}

#context p.question {
	padding: 0px 22px 0px 24px;
	font-size: 14px;
}

#context form p {
	padding-bottom: 1em;
	padding-left: 21px;
}

#context form p input {
	font-size: 14px;
	width: 190px;
	padding: 2px;
	border: 2px inset gray;
}

#context form p input.error {
	border: 2px inset red;
}

#context form p label.error {
	display: block;
}

#context p.star {
	padding-top: 28px;
	padding-left: 21px;
}

#context p#deleted {
	position: absolute;
	bottom: 44px;
	left: 22px;
}

#context ul.errors {
	padding-left: 21px;
	margin-left: 21px;
	padding-bottom: 1em;
}

#context form input.image_submit {
	position: absolute;
	bottom: 15px;
}

#image_wrapper {
	position: absolute;
	top: 0;
	left: 240px;
	padding-bottom: 15px;
	background: url('/images/bottom_main_bg.png') bottom left no-repeat;
}

#image_area {
	width: 610px;
	height: 420px;
	padding: 19px 21px 19px 17px;
	background: url('/images/main_image_bg.png');
	z-index: 100;
}

#background_image, #foreground_image {
	position: absolute;
	top: 19px;
	width: 610px;
	background-repeat: no-repeat;
}

div.image_part {
	width: 10px;
	height: 10px;
	float: left;
}