.formclearfix {
	clear: left;
}

.formcontainer {
	padding: 15px 0 20px 0;
}

form { 
	display: inline; 
}

fieldset {
	width: 370px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

legend {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 10px 0;
	margin: 0 0 0 -5px;
}

input, select, textarea { 
	width: 224px; 
	height: 14px;
	margin: 0 0 5px 0; 
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 0; 
	border: #C7CAD0 1px solid; 
	background-color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

label {
	width: 140px; 
	height: 16px;
	margin: 0; 
	padding: 0;
	float: left;
}

.fakelabel {
	width: 140px; 
	height: 16px;
	margin: 0; 
	padding: 0;
	float: left;
}

.communitylabel {
	width: 175px;
}

.form-userimagecontainer {
	margin: 0 0 5px 0;
	padding: 2px;
	float: left;
}

.form-userimage {
	padding: 10px;
	background-color: #F0EFE5;
}

.votinglabel {
	width: 85px;
	color: #ffffff;
	float: left;
}

.boxcontainer {
	width: 224px;
	padding: 2px;
	float: left;
}

select {
	width: 230px;
	height: 20px;
}

.cms_recipient { 
	width: 370px;
}

.select-day {
	width: 40px;
}

.select-month {
	width: 40px;
}

.select-year {
	width: 60px;
}

.select-threadstatus {
	width: 440px;
}

.inputfile {
	width: 222px;
	height: 20px;
}

.textfield-long {
	width: 436px;
}

textarea { 
	height: 120px;
}

.profiletextarea {
	width: 370px;
	height: 330px;
}

.postcommentfield {
	width: 364px;
}

.postcommentfield-error {
	width: 364px;
	border: #C50000 1px solid;
	background-color: #ff0000;
	color: #ffffff;
}

.textarea-long {
	width: 436px;
	height: 180px;
}

.formboxbuttons {
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	border: 0;
	background-color: transparent;
}

.communitycheckbox {
	width: 16px;
	height: 16px;
	margin: 0 10px 5px 175px;
	border: 0;
	background-color: transparent;
}

.checkboxlabel-long {
	width: 420px;
	height: 25px;
	margin: 0;
}

.formboxbuttonlabel {
	width: 198px;
	margin: 0 0 5px 0;
}

.formboxbuttonlabel-error {
	width: 198px;
	margin: 0 0 5px 0;
	color: #ff0000;
}

.votingradio {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	border: 0;
	background-color: transparent;
	float: left;
}

.field-error {
	border: #C50000 1px solid;
	background-color: #ff0000;
	color: #ffffff;
}

.field-error-long {
	width: 436px;
	border: #C50000 1px solid;
	background-color: #ff0000;
	color: #ffffff;
}

.textarea-long-error {
	width: 436px;
	height: 180px;
	border: #C50000 1px solid;
	background-color: #ff0000;
	color: #ffffff;
}

.formnote {
	width: 210px;
	float: left;
}

.formhint {
	width: 210px;
	padding: 10px;
	margin: 3px 0 0 140px;
	background-color: #F0EFE5;
	clear: left;
}

.formerrorhint {
	width: 210px;
	padding: 10px;
	margin: 3px 0 0 140px;
	background-color: #ff0000;
	color: #FFFFFF;
	clear: left;
}

.cmsformsubmit {
	margin: 0 0 0 165px;
	width: 150px;
	height: 22px;
	color: #ffffff;
	background-color: #93979F;
	border: 0;
	text-align: center;
}

.votingsubmitbutton {
	width: 83px;
	height: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	background-image: url(../../imgs/sev/votebutton.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

.postsubmitbutton {
	width: 64px;
	height: 15px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	background-image: url(../../imgs/sev/submitbutton.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

.communitysubmitbutton {
	width: 64px;
	height: 15px;
	margin: 10px 0 0 175px;
	padding: 0;
	border: 0;
	background-image: url(../../imgs/sev/submitbutton.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	clear: left;
}

.formsubmitbutton {
	width: 64px;
	height: 15px;
	margin: 10px 0 0 141px;
	padding: 0;
	border: 0;
	background-image: url(../../imgs/sev/submitbutton.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}


