cfform, form {

}

label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

input {
	border:1px solid #cccccc;
}

.formRight {
	display: block;
	float: left;
	margin: 0px 5px 10px 0px;
}

cfinput.button, input.button {
	float:none;
}

.button, .checkbox {
	width:auto;
}

textarea {
	display: block;
	float: left;
	margin: 0px 5px 10px 0px;
}

#contactForm.button, #contactForm.checkbox {
	width:auto;
}

#contactForm label {
	display: block;
	float:none;
	text-align:left;
	width:200px;
	margin-bottom: 0px;
}

#contactForm input,select,cfselect {
	display: block;
	float: left;
	width:250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:1px solid #cccccc;
}

#contactForm input.hidden {
	border:0px;
}

#contactForm input.checkbox, #contactForm input.button {
	width:auto;
}

#contactForm textarea {
	display: block;
	float: left;
	width:400px;
	height:200px;
	margin: 0px 5px 10px 0px;
	border:1px solid #cccccc;
}

#commentForm.button, #commentForm.checkbox {
	width:auto;
}


#commentForm form {
	margin-top:10px;
}

#commentForm label {
	display: block;
	float:none;
	text-align:left;
	width:200px;
	margin-bottom: 0px;
	padding-right: 20px;
}

#commentForm input,select,cfselect {
	display: block;
	float: left;
	width:200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:1px solid #cccccc;
}

#commentForm input.hidden {
	border:0px;
}

#commentForm input.checkbox, #commentForm input.button {
	width:auto;
}

#commentForm textarea {
	display: block;
	float: left;
	width:375px;
	height:150px;
	margin: 0px 5px 10px 0px;
	border:1px solid #cccccc;
}

