form {
	padding: 10px 0 5px 0;
	margin-top: 0;
}

form dl {
	margin: 0 0 5px 0;
	padding: 3px 0 5px 0;
	clear: both;
	width:300px;
}
form dt {
	margin: 5px 0 2px 0;
	padding: 0;
	color: #464545;
	font-size: 95%;
	width: 100px;
	float: left;
}
form dt.CheckBox {
	width: 400px !important;
}
form dl.FormBreak dt {
	width: 300px !important;
	padding: 0 0 8px 0;
	font-weight: bold;
}
form p {
	margin: 10px 0 0 0 !important;
	color: #464545;
	line-height: 2em;
}
form dd {
	margin:0;
	color: #464545;
	width: 200px;
	float: right;
}
form dd input, form dd select {
	width: 200px;
	font-size: 100%;
	border: 1px solid #C8C8C8;
	padding: 4px;
	background: url(../images_gen/search_bg.gif) no-repeat left top;
	color: #666;
}
form dd select {
	width: 300px;
}
form dd select option {
	background: #fff;
}
.Radio {
	width: 200px;
}
.RadioButtons input {
	width: 18px !important;
	border: none !important;
}
.RadioButtons p{
	margin: 0 !important;
}
form dd textarea {
	width: 298px;
	_width: 405px;
	font-size: 100%;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.CardInput {
	width: 16em !important;
}
.SmallInput {
	width: 4.5em !important;
}
form fieldset {
	border: none !important;
	margin: 0 auto;
	padding: 15px 0 30px 0;
}
* html form fieldset {
	padding-top: 0;
}
form fieldset legend {
	font-weight: bold;
	color: #666;
	font-size: 120%;
	margin: 0 0 0 -5px;
	padding: 0;
}
* html form fieldset legend {
	margin-left: -5px;
	padding: 0;
}
form fieldset p {
	clear: both;
	margin: 0!important;
	font-size: 80%;
}
.ErrorMessages { 
	color: #f00 !important;
}
.ErrorMessages p { 
	color: #f00 !important;
	margin: 0 0 10px 0!important;
}

.Error { 
	border: 2px solid #f00;
}
p#sendmessage {
	margin: 0 !important;
	padding: 10px 0 0 0;
	text-align: right;
	width: 310px !important;
}
p#sendmessage input {
	background: #000;
	border: none;
	color: #fff;
	width: auto;
	padding: 3px;
}
form .CFTextSpecial {
      display: none;
}

