﻿/*  -  MAIN  -  */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #545454;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.bold { font-weight: bold; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
p {
	font-size: 13px;
	line-height: 19px;
}
.newcomment {
	margin: 20px;
}
.inside input[type=text] {
	background: #f3f3f3;
	border: 2px solid #ddd;
	border-right: none;
	border-bottom: none;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	margin: 10px 0;
}
.inside input[type=text]:focus, .inside textarea:focus {
	background: #f8f8f8;
	border: 2px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 3px 3px 4px;
	color: #545454;
}
.inside label {
	margin: 0 10px;
}
.inside p label {
	float: left;	
}
.inside textarea {
	background: #f3f3f3;
	border: 2px solid #ddd;
	border-right: none;
	border-bottom: none;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 489px;
	color: #000;
	height: 100px;
}
.inside .commentlist .nameip {
	color: #999;
	font-size: 10px;
	margin-bottom: 5px;
}
.inside .commentlist .nameip a, .inside .commentlist .nameip strong {
	font-size: 12px;
	margin-right: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #459341;
}
.inside .commentlist .nameip a:hover {
	color: #545454;
}
.inside .commentlist .dateraport a {
	font-weight: bold;
	text-decoration: none;
}
.inside .commentlist .comment {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: auto;
	line-height: 16px;
}
.inside .commentlist .all {
	margin: 20px 0 0 0;
	padding: 0;
}
input[type=submit] {
	border: 0;
	background: #459341 url(../images/button.png) repeat-x;
	color: #fff;
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 10px 3px 10px;
	box-shadow: 1px 1px 2px #cfcfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0 0 80px;
}
input:hover[type=submit] {
	cursor: pointer;
}
input:active[type=submit] {
	background: #459341 url(../images/button-focus.png) repeat-x;
	color: #545454;
}