body {
	margin: 0;
	padding: 0;
}
a {
	color: #EF0600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
/* menu */
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li {
	margin: 0;
	padding: 0;
}
ul.pipe {
	overflow: hidden;
}
ul.pipe li {
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
ul.icoke li {
	background: url("img/listItem.gif") no-repeat left center;
	padding-left: 16px;
	line-height: 150%;
}
/* form */
form {
	margin: 0;
	padding: 0;
}
button {
	margin: 0;
	padding: 0;
}
.fieldset, .textField {
	padding-top: .65em;
}
.textField label {
	display: block;
	margin-bottom: 2px;
}
span.legend {
	display: block;
}
span.longtext {
	font-family: Arial, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}
span.errors {
	display: block;
	color: #F40009;
}
.textField input, select, .textField textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
	border: 1px solid #aaaaaa;
}
.textField input.error, .textField select.error {
	border: 1px solid #F40009;
}
ul.buttons {
	clear: both;
	text-align: right;
}
ul.buttons button {
	border: 0 none;
	width: 106px;
	height: 27px;
	margin-left: 4px;
}
ul.buttons button.submit {
	background: url("img/submit.gif") no-repeat top left;
}
div.clearer {
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}
#copy {
	font-size: 9px;
	font-family: Tahoma;
	margin-top: 15px;
	color: #cccccc;
}
#copy a {
	color: #cccccc;
	text-decoration: none;
}
#copy a:hover {
	text-decoration: underline;
}
#copy li {
	display: inline;
}
.note {
	margin-right: 24px !important;
	margin-right: 12px;
	margin-top: 12px;
	float: right;
}
