form.StandardForm {
	background: #fff;
	padding: 10px 0 15px 0;
	margin-top: 0;
	clear: both;
	width: 445px !important;
}

form dl {
	margin: 0 0 5px 0;
	padding: 3px 0 4px 0;
	clear: both;
}
form dt {
	margin: 5px 0 2px 0;
	padding: 0;
	color: #464545;
	font-size: 95%;
}
form dt.CheckBox {
	width: 400px !important;
}
form dl.FormBreak dt {
	width: 400px !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: 400px;
}
form dd input, form dd select {
	width: 400px;
	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: 410px;
}
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: 398px;
	_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: 1px solid #C8C8C8 !important;
	background: #fff;
	margin: 0 auto;
	padding: 15px;
}
* html form fieldset {
	padding-top: 0;
}
form fieldset legend {
	font-weight: bold;
	color: #666;
	font-size: 120%;
}
* html form fieldset legend {
	margin-left: -5px;
}
form fieldset p {
	clear: both;
	margin: 0 0 10px 0!important;
}
.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: 15px 0 0 0;
	text-align: right;
}

form .CFTextSpecial {
      display: none;
}

