


code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	color: #222;
	display: block;
	font: normal 12px Courier, serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

code span {
	color: #999;
}

/* header */
div.header {
	background: url(img/stripes.gif) no-repeat;
	border-bottom: 1px solid #EEE;
	height: 120px;
	margin-bottom: 24px;
	position: relative;
}

div.header h1 a {
    outline: 0;
    display: block;
    text-indent: -9000px;
    width: 236px;
    height: 57px;
    margin: 20px 0 0 210px;
    background: url(img/logo.gif) no-repeat center center;
}

div.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
	padding-top: 3px;
}

div.header h2 span {
	background: #222;
	color: #EEE;
	padding: 3px 12px;
}

div.sticker {
	position: absolute;
	top: -10px;
	left: -10px;
}

/* left side (main content) */
div.wrapper {
	width: 700px;
	margin: 0 auto;
}

div.content h1 {
	font: bold 28px Helvetica;
	color: #6699CC;
	letter-spacing: -1.2px;
}

div.content a {
	outline: 0;
}

div.content ul {
	list-style: square;
	margin-left: 40px;
	padding-bottom: 15px;
}

div.content ul li {
	padding: 5px 0;
}

/* testzone */
div#test_zone {
	padding-bottom: 10px;
}

div#test_zone img {
	border: 4px solid #DDD;
	padding: 3px;
	margin: 10px 40px 0 0;
}



label {
	float: left;
	width: 70px;
	text-align: right;
	padding: 2px 12px 0 0;
}

input[type=text] {
	margin: 2px;
	width: 220px;
}

textarea {
	height: 120px;
	width: 400px;
	margin: 2px;
}
input.add {
	padding: 1px 5px;
	margin: 5px 0 0 82px;
	float: left;
}

div.error {
	line-height: 20px;
	color: red;
}

div.comments {
	padding: 10px 5px;
	width: 90%;
}

div.comment_body {
	background: #ececec;
	padding: 14px 10px;
	font: normal 12px/20px Verdana;
}

div.comment_info {
	background: url(img/arrow.gif) no-repeat 20px 0px;
	padding: 4px 0 0 58px;
	margin-bottom: 15px;
	font: normal 11px Verdana;
}

div.comment_info b {
	color: #6F6F6F;
}

div.comment_info a:hover {
	text-decoration: underline;
}

form em {
	font-size: 11px;
}

