@charset "utf-8";
/* CSS Document */

strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
.toggler {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:600;
	color: #666;
}
.form {
	width: 282px;
	margin-top: 10px;
	margin-bottom: 30px;
}
label{
	float: left;
	width: 80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height:2em;
}

input, textarea{
	width: 200px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* html input{
	float:right;
}

br{
clear:left;
}
.submit_container #ctrl_8 {
	float: right;
	width: 110px;
	margin-right: 90px;
	color: #FFF;
	background-color: #999;
	margin-top: 4px;
	display:block;
}

/*guest form*/

.guest .form {
	width: 350px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.guest label{
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height:2em;
	margin-right: 4px;
	width: auto;
}

.guest input, textarea{
	width: 200px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
}

* html .guest input{
	float:right;
}


.guest .submit {
	float: right;
	width: 110px;
	color: #FFF;
	background-color: #999;
	margin-top: 4px;
	display:block;
	margin-right: 90px;
}
.guest .formbody .widget {
	clear: both;
}
.guest .formbody .submit_container {
	clear: both;
}
.guest #wraper #content #leftColumn .info {font-size:10px;}

.comment {
	margin-bottom: 20px;	
}