/**
 * default forms
 */
 
fieldset legend {
	display: none;	
}

fieldset label {
	width: 200px;
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
}

fieldset input,
fieldset textarea,
fieldset select {
	margin: 0 20px 5px 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #7c7c7c;
	background: #ffffff;
	width: 234px;
	float: left;
}

fieldset br {
	clear: both;
}

fieldset h2 {
	font-size: 1.083em;
	font-weight: bold;
}

div.inputgroup {
	clear: both;
}

fieldset label.checkbox {
	float: none;
	clear: both;
}

fieldset label.checkbox input {
	float: left;
	width: 13px;
	height: 13px;
	margin: 2px 6px 0 0;
}

fieldset input.checkbox,
fieldset input.radio {
	background: none;
	border: none;
}

fieldset input.small {
	width: 62px;
}

fieldset a.submit {
	color: #C00;
	font-weight: bold;
}

fieldset input.error {
	background: #fff2f2;
	border: 1px solid #ed1c24;
}

fieldset div.error_warning {
	float: left;
	margin: 0 0 20px;
}

fieldset div.error_warning img {
	float: left;
	margin: 0 20px 0 0;
}

fieldset div.error_warning ul {
	float: left;
	width: 430px;
	color: #C00;
	font-weight: bold;
}

fieldset div.error_warning ul li {
	margin: 0 0 4px;
}