

#form_div
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #7b7b7b;
}

.form_row
{
	width: 100%;
	margin: 2px;
	font-size: 8pt;
}

.form_cell1
{
	width:24%;
	font-family: Trebuchet MS, snas-serif;
	font-size: 8pt;
	float: left;
	padding-right: 3px;
	text-align: right;
}

.form_cell2
{
	width: 100%;
	_width: 75%;
	_float:right;
}

.form_field1
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-color: #333333;
	font-family: Trebuchet MS, snas-serif;
	font-size: 8pt;
	background-color: #aaaaaa;
	padding-left: 2px;
}

.form_button1
{
	width: 50px;
	cursor: pointer;
}

.post_header
{
	width: 100%;
	font-size: 90%;
}

.navigation
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.comments_line
{
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
	height: 5px;
	background-image: url('images/top_line.jpg');
	background-repeat: repeat-x;
}

.comments_delimiter
{
	width: 93%;
	margin: 0 auto 0 auto;
	height: 5px;
	background-image: url('images/top_line2.jpg');
	background-repeat: repeat-x;
}

#header
{
	margin: 0 auto 0 auto;
	position: relative;
}

#comments_header
{
	width: 93%;
	position:relative;
	height: 60px;
	margin: 0 auto 0 auto;
}

#comments_logo
{
	position: absolute;
	top: 3px;
	left: 0px;
}

#comments_photo
{
	position: absolute;
	width: 80%;
	top: 0px;
	right: 0px;
}

#comments_nazov
{
	position: absolute;
	width: 47%;
	bottom: 6px;
	right: 54px;
	font-family: serif;
	font-size: 14pt;
	color: #aaaaaa;
	font-style: italic;
	text-align: right;
}

.url
{
	color: #cccccc;
}

.error
{
	margin: 0 auto 0 auto;
	width: 300px;
	font-family: Trebuchet MS, sans-serif;
	color: #ffffff;
	font-size: 78%;
	border: dotted 1px #aaaaaa;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	text-align: center;
	background-color: #666666;
	padding: 5px;
}

.post_div
{
	width: 80%;
	margin: 0 auto 5px auto;
	padding: 10px;
	text-align: left;
	font-family: Trebuchet MS, snas-serif;
	font-size: 100%;
	background-color: #ffffff;
	border: dotted 1px #aaaaaa;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	font-size: 8pt;
}