/* Other style, just for fun */
#comment-form{
display: block;
	float: left;
	padding: 0 0 30px 0;
	margin: 0 30px 0 30px;
	_margin: 0 30px 0 0px;
	_padding: 0 0 30px 30px;
}
form {
	display: block;
	float: left;
	text-align: left;
}
form div{ 
float: left;
display: block;
height: 0;
widht: 0;
}
label {
	display: block;
	margin-top : 8px;
	width: 150px;
	background-repeat: no-repeat;
}


form span {
	display : block;
	float: left;
	color : #AAA;
	width: 500px;

	margin : 0px 0px 2px 0px;
}
form p{
text-align: left;
margin: 2px 10px;
text-align: left;
}
input, select {
	border : 1px solid #888;
	margin-left : 6px;
	color: #000000;
}
input{
width: 350px;
}
select{
display: block;
float: left;
margin: 2px 3px 2px 6px;
}
.check{width: 12px; margin-right: 4px}
input.categories{
width: 400px;
height: 60px;
}

#center label{
width: 100px;
float: left;
display: block;
height: 20px;
margin: 2px 0 2px 0;
padding: 0;
}
#rater label{
width: 140px;
float: left;
display: block;
height: 20px;
margin: 2px 0 2px 0;
}



.promo .input, .promo label{
margin: 4px 0 2px 0;
}
.promo label{
text-align: right;
padding-right: 3px;
width: 40px;
}
#center input{
	float: left;
	display: block;
	margin: 2px 0 2px 0;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
#center input{
background: #fff;
}
#center .form{
background-color:#F3F3F3;
display: block;
margin: 10px 30px 10px 40px;
}
 #center .buttons{
 display: block;
 float: left;
 width: 400px;
 padding: 0 0 30px 0;
 }

.submit, #center .buttons input{
	height: 24px;
	color: #FFFFFF;
	margin: 0;
	background: url(green-button-off.gif) center top no-repeat;
	text-transform: uppercase;
	text-align: center;
	border: none;
	width: 140px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 24px;
	padding: 0px 0 3px 0;
}
.submit:hover, #center .buttons input:hover{
background: url(green-button-on.gif) top center no-repeat;
}


form br{
clear: both;
}
.checkbox { 
width: 100px;
padding: 0 0 0 85px;
}
fieldset{
display: block;
float: left;
	margin: 0px 10px 10px 0px;
	padding: 8px 10px 8px 10px;
	width: 500px;
	background-color: #F5F4F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fieldset label{
padding: 0 0 0 5px;
}
input#nameTitle{
	float: left;
	display: block;
	height: 28px;
	margin: 2px 0 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	width: 420px;
	color: #333333;
}
fieldset textarea{
width: 450px;
font: font: 10px/12px "Trebuchet MS", serif;
margin: 1px 0 1px 0;
}
fieldset .check{
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-left: 0;
}
fieldset .labes{
width:240px;
display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
