h1 {
	font-size: 20px;
	border-bottom: 1px solid #EAEAEA;
}

h2 {
	font-size: 15px;
	border-bottom: 1px solid #F6F6F6;
}

h3 {
	margin-left: 3px;
	font-size: 13px;
}

h4 {
	color: #579;
	border-bottom: 1px solid #F6F6F6;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-weight: normal;
	display: block;
}

.title {
	width: 250px;
}

.title h1,
.title h2 {
	border: 0;
	margin: 0;
}

.title img {
	border: 0;
}

.title h1 {
	font-variant: small-caps;
	font-size: 24px;
}
.title h2 {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

p {
	font-size: 13px;
	margin: 0;
	line-height: 16px;
	padding: 5px 0;
}

input.text,
textarea,
select {
	padding: 3px;
	border: 1px solid #999999;
	color: #404040;
}

input.text:focus,
textarea:focus,
select:focus {
	border: 1px dashed #999999;
}

cite {
	padding-bottom: 5px;
}

.note {
	font-size: 11px;
	font-style: italic;
}

.textbox {
	width: 300px;
	height: 80px;
}

img {
	border: 1px solid #555A60;
}

a {
	color: #579;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

li {
	margin-bottom: 5px;
}

.success {
	font-size: 11px;
	background: #E6EFC2;
	color: #264409;
	padding: 5px;
	border: 2px solid #C6D880;
}

.error {
	font-size: 11px;
	background: #FBE3E4;
	color: #8A1F11;
	padding: 5px;
	border: 2px solid #FBC2C4;
	width: 300px;
}

.left_block {
	float: left;
	width: 30%;
	padding: 10px;
}

.right_block {
	float: right;
	width: 60%;
	padding: 10px;
}

.full_block,
.page_block {
	float: left;
	width: 95%;
	margin-bottom: 20px;
}

.block {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.replied {
	margin-left: 5%;
	width: 90%;
}

.pagination_block {
	font-size: 12px;
	border: 2px solid #F6F6F6;
	background: url(../images/bgcode.gif);
	padding: 5px;
	margin: 2px;
}

.pagination_block a {
	text-decoration: none;
}

.reply_block {
	float: right;
	padding: 0 5px 5px 0;
	text-align: right;
	font-size: 11px;
}

.alt {
	background: url(../images/bgcode.gif);
	border: 1px solid #F6F6F6;
}

.alt img {
	border: 1px solid #F6F6F6;
}

.footer {
	padding-top: 5px;
}

img.icon {
	border: 0;
	width: 12px;
}
