div.formdiv
{
	float: none;
	clear: both;
	width: 100%;
}
.formrow
{
	clear: both;
	padding: 0 0;
}
.formheader
{
	float: left;
	padding: 15 0 0 0;
	width: 28%;
}
.formelement
{
	float: left;
	padding: 15 0 0 0;
	width: 72%;
}
.formheader label
{
	padding: 2 0 0 0;
	display: block;
}
.form-mask
{

}
.form-notice
{
	font-size: 10px;
	color: #969696;
}
.form-ajaxvalidator .error,.form-ajaxvalidator .ok
{
	border: none;
	padding: 0px !important;
	text-align: left !important;
	background: transparent;
}
.required
{
	color: #F00;
}
fieldset
{
	clear: both;
	padding: 10;
}
fieldset legend
{
	font-weight: 900;
}
div.formdiv textarea
{
	width: 100%;
	height: 120;
	overflow: auto;
}
.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;
}
.require
{
	border: 1px solid red !important;
}
.focus
{
	border: 1px solid #bbdafd !important;
}
.blur
{
	border: 1px solid #49f42d !important;
}
.forminput
{
	border: 1px solid #a5acb2 !important;
	color: #a8a8a8;
	font-style: italic;
	height: 26;
	padding: 4 0 0 4;
}
* html .forminput
{
	height: 26;
}
.formsubmit
{
	border: 1px solid #d5d5d5;
}
div.emoticons
{
	margin: 0 0 5 0;
}
.formmessage
{
	position: absolute;
	color: #000;
	padding: 3 8;
	border: 1px solid #ffd700;
	background: #ffffdd;
}
#password-strength
{
	color: #FFF;
}
#password-strength span
{
	padding: 1 1;
}
.formaltfile
{
	width: 130 !important;
	height: 30 !important;
	vertical-align: middle;
}
.captcha
{
	width: 100;
	height: 50;
	vertical-align: middle;
}

.formimage
{
	border-collapse: collapse;
}
.formimage-image
{
	vertical-align: top;
	padding: 0 15 0 0;
}
.formimage-options
{
	vertical-align: top;
	line-height: 1.6em;
	padding: 0;
}


/*combobox*/

.comboboxContainer
{
	border: 1px solid #a5acb2;
	background: #FFF;
	width: 170 !important;
}

.comboboxValueContainer
{
	width: 170 !important;
	height: 25 !important;
}

.comboboxValueContent
{
	padding-left: 4px;
	color: #a8a8a8;
	font-style: italic;
}

.comboboxDropDownContainer
{
	border: 1px solid #d5d5d5;
	background: #fff;
	overflow: auto;
	cursor: default;
	padding-left: 0 !important;
}

.comboboxDropDownButton
{
	width: 17px;
	height: 15px;
	background: url("/images/arrow-down.gif");
	margin: 5 5 0 0;
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 10px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	padding: 1px 3px;
}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
}
