form#Log, form.StandardForm {
	background: #fff;
	width:450px;
	padding: 10px 0 15px 0;
	margin-top: 0;
}

form dl {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	clear: both;
}
form dt {
	margin: 5px 0 2px 0;
	padding: 0;
	color: #5C8FC5;
	float: left;
	width: 180px;
}
form dt.CheckBox {
	width: 400px !important;
}
form dl.FormBreak dt {
	width: 400px !important;
	padding: 0 0 8px 0;
	font-weight: bold;
}
form dd {
	margin:0;
	color: #0E1099;
}
form dd input, form dd select {
	width: 327px;
	_width: 307px;
	font-size: 100%;
	border: 1px solid #D0ECF7;
	padding: 4px;
	color: #0E1099;
	letter-spacing: 1px;
}
.Radio {
	width: 18px;
}
.Radio input {
	width: 18px !important;
	border: none !important;
}
.RadioButtons p{
	margin: 0 !important;
}
form dd textarea {
	width: 327px;
	_width: 307px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D0ECF7;
	padding: 4px;
	color: #0E1099;
	letter-spacing: 1px;
}
.CardInput {
	width: 12em !important;
}
.SmallInput {
	width: 4.5em !important;
}
form fieldset {
	border: 1px solid #D0ECF7;
	background: #fff;
	margin: 0 auto;
	padding: 15px;
}
* html form fieldset {
	padding-top: 0;
}
form fieldset legend {
	font-weight: bold;
	color: #0E1099;
	font-size: 120%;
}
* html form fieldset legend {
	margin-left: -5px;
}
form fieldset p {
	clear: both;
}
.ErrorMessages { 
	color: #f00;
}

.Error { 
	border: 2px solid #f00;
}
p#sendmessage {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;
}
p#sendmessage input {
	padding: 2px;
	color: #fff;
	background: #90C400;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7EAC01;
	font-size: 11px;
	position: relative;
	z-index: 500;
	cursor: pointer;
}

form .CFTextSpecial {
      display: none;
}