form.StandardForm {
	padding: 0;
	float: left;
}

form dl {
	margin: 0;
	padding: 0 6px 0 0;
}
form dt {
	margin: 4px 0 2px 0;
	padding: 0;
	color: #000;
}
form dd {
	margin:0;
}
form dd input, form dd select, form dd textarea {
	width: 360px;
	font-size: 100%;
	border: 1px solid #DDCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
form dd.RadioButtons input {
	width: 15px !important;
	border: none !important;
}
form dd.RadioButtons p {
	margin: 0 !important;
}
.CardInput {
	width: 12em;
}
.SmallInput {
	width: 4.5em;
}
form fieldset {
	border: 1px solid #DDCCCC;
	margin: 0 auto;
	padding: 15px;
}
* html form fieldset {
	padding-top: 0;
}
form fieldset legend {
	font-weight: bold;
	color: #DDCCCC;
	font-size: 120%;
	padding: 0 5px 0 5px;
}
* html form fieldset legend {
	margin-left: -5px;
}
form fieldset p {
	clear: both;
}
.ErrorMessages { 
	color: #f00;
}

.Error { 
	border: 2px solid #f00;
	width: 380px;
}
#Page #Content p#sendmessage {
	margin: 15px 0 0 0;
	padding: 0;
}

form .CFTextSpecial {
      display: none;
}

