﻿/* Reset CSS - Brings all browsers to a default state */

/* Style when form is placed on the right sidebar */

input, select {
	width: 180px;
}
fieldset {
	clear: both;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	float: left;
}
fieldset ol {
	padding: 0em;
	list-style: none;
	margin-left: 0em;
}
legend {
	margin-left: 1em;
	padding: 0;
	font-weight: bold;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.5em;
}
fieldset.submit {
	float: none;
	border-style: none;
	width: auto;
}
label {
	display: block;
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
}

