/*fix default browserspaces between elements*/

#commentform {
	display: none;
	position: absolute;
	top: 200px;
	left: 280px;
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	border: 1px solid black;
}

#commentform label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
	padding-left:10px;
}

#commentform input, textarea, select {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-size: 12px;
	margin-bottom:10px;
	padding:1px;
}

/*clearing all floats and fix firefox and ie backgroundcolor-bug */

#commentform div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 

#commentform .form-button {
	margin-left:110px !important;
	margin-left:55px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}

#commentform .option {
	border:none;
	background:none;
	width:auto;
}

#commentform fieldset {
	border:none;
	padding-left:100px;
	padding-bottom:10px;
	display:block;
	clear:both;
}

#commentform fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}

#commentform fieldset label {
	width:auto;
	clear:none;
	float:left;
	display:block;
	padding-right:2px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}