fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #CD6F6F;
	position: relative;
	width: 360px;
	left: 0px;
}
legend {
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #CD6F6F;
}
.FORMlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2e2d2c;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
.FORMbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background-color: #CD6F6F;
}
input {
	background-color : #9cf;
	color : #000;
	margin-bottom: 5px;
}
input, textarea, select {
	background-color : #FFF;
	color : #000;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.button {
	cursor: pointer;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label
{
	width: 80px;
	float: left;
	text-align: left;
	display: block;
}
a,  a:link {
  color: #CD6F6F;
  text-decoration: none;
}
a:visited {
  color: #CD6F6F;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  color: #CD6F6F;
}
a:active {
  color: #CD6F6F;
}
