@charset "utf-8";
/* CSS Document */
.addressArea{
	padding-left:4em;
}
#corpAddress{
	margin-top: 1em;
}
#billAddress{
}
#paymentMsg{
	margin-top:1.5em;
	font-weight:bold;
}

#contentMiddle h2.addMarginTop{ margin-top:1.5em; }

#specialRequest{
	color:#444;
	margin-left:1em;
}

#contactFormResponse{
	font-weight:bold;
	float:left;
	margin-left:1em;
}


.userInputForm {
	background-color:#f0f0f0;
	padding: .5em;
	margin:2em 4em; 
	font-size: 100%; }
.userInputForm legend{
	margin-left: 1em;
	font-weight:bold; }
.userInputForm ul, li{
	font-size: 100%;
	border:0;
	margin:0;
	padding:0;
	list-style:none; }
.userInputForm ul{
	padding:1em .5em; }
.userInputForm li{
	padding: .25em 0;
	clear:both;
	list-style:none; }
.userInputForm input{
	float:left; }
.userInputForm input.submit{
	border:1px solid #333;
	background:#606365;
	color:#fff;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;*/
	margin-bottom: .5em; }
.userInputForm label{
	width:10em;
	float:left; }
.userInputForm label.checkboxLabel{
	width:95%; }
