body, h1, h2, h3, h4, p, form, ul {
	margin: 0;
	padding: 0;
}

body, pre {
	font: 12px "Verdana";
/*	color: #3c1f0f;*/
	color: #7d4f2d;
}

h3, h4 {
	color: #3c1f0f;
}

pre {
	background: #fafafa;
	border: 1px solid #f88;
	padding: 5px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #2c4c8f;
}

a:hover { 
	text-decoration: underline;
}

label {
	cursor: pointer;
}

.error {
	color: #b0231c;
}

.clear {
	clear: both;
}

/* Corners one pixel */
div.corner_lt {
	position: absolute;
	left: 0; top: 0;
	width: 1px;	height: 1px;
	background: #fff;
}

div.corner_rt {
	position: absolute;
	right: 0; top: 0;
	width: 1px;	height: 1px;
	background: #fff;
}

div.corner_lb {
	position: absolute;
	left: 0; bottom: 0;
	width: 1px;	height: 1px;
	background: #fff;
}

div.corner_rb {
	position: absolute;
	right: 0; bottom: 0;
	width: 1px;	height: 1px;
	background: #fff;
}

/* Boxlorem */
.box_lorem {
	background: #d9d;
	clear: both;
	padding: 10px;
}

input, textarea {
	font: 12px "Arial";
}
