body {
	background: rgb(245, 245, 250);
	background-image: -webkit-gradient(linear, 0% 16%, 0% 0%, from(rgb(245, 245, 250)), to(rgb(210, 210, 250)));
	background-image: -moz-linear-gradient(center bottom, rgb(245, 245, 250) 16%, rgb(210, 210, 250) 80%);
	background-repeat: no-repeat;
	color: #444;
	font-family: Arial;
	font-size: 10pt;
}

#page {
    width: 700px;
    height: 100%;
    margin: 20px auto;
    position: relative;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

h1, h2, h3, h4 {
/*	font-family: impact, fantasy;*/
	font-weight: bolder;
	color: #931;
/*	text-shadow: 1px 1px 1px #222;*/
	margin: 0 0 0 0;
	letter-spacing: 0.1em;
}

hgroup h1 {
	margin-top: 0px;
	padding-top: 0;
}

h5 {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 7pt;
	font-weight: normal;
}

img {
	border: 0;
}

p {
	width: 420px;
	font-size: 8pt;
}

a {
	color: #fa5c00;
	text-decoration: none;
}

label:hover {
	color: #e11;
}

label.disabled {
	color: #bbb;
}

.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#canvasarea { 
	border-bottom: 3px solid #d50;
	border-left: 3px solid #a40;
	border-top: 3px solid #931;
	border-right: 3px solid #d50;
	/*cursor: url(../gfx/001_10.png);*/
	cursor: crosshair;
	float: left;
	width: 420px;
	height: 460px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#canvas { 
	position: absolute;
	left: 0px;
	top: 0px;
}

#canvas_bg { 
	position: absolute;
	left: 0px;
	top: 0px;
}

#sidebar {
	float: left;
	width: 180px;
	height: 450px;
	position: relative;
}

#author {
	font-size: 7pt;
	color: #bbb;
	margin-left: 22px;
}

#tools {
	float: left;
	width: 200px;
	height: 456px;
	padding: 0 0 0 26px;
	position: relative;
}

#tools .toolset {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 11pt;
	color: #655;
}

#tools .toolset h3{
	font-size: 12pt;
        font-weight: bold;
	text-shadow: none;
}

#subtitle {
	position:absolute;
	left:203px;
	top:26px;
	width:260px;
        margin: 0px;
        padding: 0px;
        color: #666;
}

input[type=button]:hover{
    color: #fff;
}

input[type=button]{
	background: #43a2dd;
	margin: 0 0 4px 0;
	padding: 1px 10px;
	color: #ddf;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*	text-shadow: 0 -1px 1px #222;*/
	position: relative;
	cursor: pointer;
	width: 80px;
	height: 23px;
	font-size: 10pt;
/*	background: #ff5c00;
	display: inline-block;
	margin: 0 0 4px 0;
	padding: 1px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px 1px #999;
	-webkit-box-shadow: 0 1px 3px 1px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	width: 80px;
	height: 23px;
	font-size: 10pt;*/
}


.spawn {
	position: absolute;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../gfx/001_11.png);
}

.spawn:hover {
	border: 1px solid red;
	cursor: move;
}


