
div.form fieldset {
	border: 0;
	margin: 1em 0;
	padding: 0;
}

div.form fieldset legend {
	font-size: 140%;
	font-weight: normal;
	color: #626232;
	border-bottom: 10px solid white;
}

div.form fieldset p {
	margin: 1em 0 1em 4px;
}

div.form div.input {
	padding: 4px;
	vertical-align: middle;
	clear: both;
	border-bottom: 1px solid #ddd;
}

div.form div.highlight {
	background-color: #FFF6BF;
}

div.form div.striped {
	background-color: #eeeeee;
	border-bottom: 1px solid #ddd;
}

div.form div.input label {
	width: 150px;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

div.form div.input input,
div.form div.input textarea,
div.form div.input select {
	width: 400px;
	font-family: arial, helvetica, sans-serif;
	padding: 2px 3px;
}

div.form div.input textarea {
	font-size: 100%;
}


div.form div.required {
}

div.form div.input input.form-error {
	border: 1px solid red;
}

div.form div.input div.error-message {
	color: red;
}

div.form div.input div.info {
	margin-left: 150px;
	padding-left: 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	color: #666;
	clear: both;
}

div.form fieldset p.info {
	padding-left: 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	color: #666;
	clear: both;
}

div.form div.input input.checkbox,
div.form div.input input.radio {
	width: auto !important;
	margin: 0 5px 0 0; !important;
}

div.form div.input div.checkbox {
	width: 33%;
	float: left;
	height: 2em;
}

div.form div.input div.checkbox label {
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}

div.form div.radio label {
	margin-right: 2em;
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}

div.form div.submit {
}

div.form div.submit input {
	font-size: 120%;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	margin: 1em 0;
	cursor: pointer;
}

div.radio fieldset {
	margin: 0 !important;
	padding: 0 !important;
}

div.radio fieldset legend {
	display: none;
}

div.past-projects div.abinput {
	border: 0 !important;
	margin-right: 10px;
}

div.past-projects div.abinput,
div.past-projects div.submit {
	float: left;
}

div.past-projects div.abinput label {
	font-weight: bold;
}

div.past-projects div.abinput label,
div.past-projects div.abinput select {
	padding: 2px 3px !important;
	display: block;
}

div.past-projects div.submit input {
	margin: 1.5em 0 0 0;
}

div.past-projects {
	border: 1px solid #ccc;
	padding: 0 10px;
}

div.form div.input div.checkbox input {
	width: 20px !important;
}

form#CommentAddForm label {
	width: 250px;
}
