div.formdiv
{
	background: #f9f9f9;
	float: none;
	clear: both;
	width: 100%;
}
.formrow
{
	float: none;
	clear: both;
	padding: 0 0;
}
.formheader
{
	float: left;
	padding: 10 0;
	text-align: left;
	font-weight: 400;
	width: 28%;
}
.formheader label
{
	margin: 0 20;
	display: block;
}
.formelement
{
	float: left;
	padding: 10 0;
	width: 69%;
}
.star
{
	color: #F00;
}
fieldset
{
	padding-left: 0;
	padding-right: 0;
}
fieldset legend
{
	font-weight: 900;
}
div.formdiv textarea
{
	width: 100%;
	height: 120;
}
.editorbutton
{
	padding: 0 5;
}
div.location
{
	margin-bottom: 3;
}
div.location label
{
	width: 45;
	display: block;
	float: left;
	padding: 2 0 0 0;
}
div.location select
{
	width: 80%;
}
img.smile
{
	border: none;
	vertical-align:middle;
	margin: 0 2;
}
.focus
{
	border: 1px solid red !important;
}
.blur
{
	border: 1px solid #49f42d !important;
}
.forminputtext
{
	border: 1px solid #d5d5d5;
}
.formsubmit
{
	border: 1px solid #d5d5d5;
}
div.emoticons
{
	margin: 0 0 5 0;
}
