form.wrap, .form_wrap {
	padding: 35px 100px 70px;
	width: 790px;
}
label {
	color:#003366;	
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
}
em.required {
	background:url('/Images/mao/buttons/req.gif') no-repeat 0 50%;
	display:block;
	text-transform:uppercase;
	padding:10px 0 10px 15px;
	border-top:1px solid #e0e0e0;
	color:#036;
	font-weight:bold;
	font-style:normal;
}
label.required {
	padding-right:12px;
	background:url('/Images/mao/buttons/req.gif') no-repeat 100% 50%;
}
.fieldMessage {
	color:#990000;
}
/* Use this as a note to show below any field inputs you use */
.fieldNote {
	font-size:10px;
	position:relative;
	top:-4px;
	text-transform:none;
	color:#666666;	
}
/* Form Styles */
/* =Fieldset */
fieldset {
	background: #eaf3f9;
	border: none;
	border-bottom: 10px solid #fff;
	padding: 5px 20px 20px;
	width: 430px;
	overflow: hidden;
}
fieldset.separated {
	border-top: 20px solid #eaf3f9;
	border-bottom: 20px solid #eaf3f9;
	background: #eaf3f9 url('/Images/mao/account/spr-fieldset.gif') repeat-y 50% 0;
}
div.separated {
	background: #eaf3f9 url('/Images/mao/account/spr-fieldset.gif') repeat-y 50% 0;
	margin: 15px 0 0;
}
fieldset#paymentMethods, fieldset#checkout_shippingMethod {
	background-image:none;	
}
fieldset div.noTitle {
	margin-top: 10px;
}
fieldset.firstcol {
	width: 240px;
	float: left;
}
fieldset.firstcol .text, fieldset.nocol .text {
	width: 230px;
	margin: 3px 0 5px;
}
* html fieldset.firstcol .text {
	width: 230px;
	margin: 3px 0;
}
fieldset.firstcol .rightalign {
	padding: 15px 0;
}
.secondcol {
	float: left;
	width: 380px;
	overflow: hidden;
	border-left: 10px solid #fff;
}
.secondcol fieldset,
fieldset.secondcol {
	width: 340px;
}
fieldset h4 {
	margin: 15px 0 4px;
}
.separated h4 {
	margin: 0 0 4px;
}
.checklabel {
	text-transform: none;
	display: block;
	margin: 0 0 0 25px;
	line-height: 16px;
}
fieldset.secondcol ul {
	margin: 10px 0 20px;
	line-height: 24px;
	text-transform: uppercase;
}
fieldset.separated .half {
	margin: -5px 0 -20px;
}

fieldset.separated .paymentInfoBox {
	margin: -15px 0 -20px;
}
fieldset.separated .paymentInfoBox .half {
	margin: 0;
	padding: 10px 0 0;
}
fieldset.separated .paymentInfoBox .fiftyPctTall {
	min-height: 100px;
	height: auto;
	overflow: visible;
}
* html fieldset.separated .paymentInfoBox .fiftyPctTall {
	height: 100px;
}
fieldset.separated .paymentInfoBox .left {
	clear: left;
}
fieldset.separated .paymentInfoBox .right {
	clear: right;
}
fieldset .text, fieldset .smallText {
	display: block;
	border: 1px solid #98afc5;
	color: #666;
	font: 10px Arial, sans-serif;
	padding: 2px 4px;
	margin: 3px 0 5px;
}
fieldset .smallText {
	display:inline;
}
fieldset select {
	display: block;
	border: 1px solid #98afc5;
	color: #666;
	font: 10px Arial, sans-serif;
	text-transform: uppercase;
	height: 16px;
	margin: 3px 0 5px;
}
fieldset strong {
	display: block;
	color: #036;
	font: bold 13px/16px Arial, sans-serif;
	margin: 15px 0 4px;
	text-transform: uppercase;
}
fieldset label {
	color: #036;
	text-transform: uppercase;
}
fieldset p {
	margin: 5px 0;
	font: 10px Arial, sans-serif;
}
.inputField {
	margin:7px 0 1px;	
}
.check,
.radio {
	margin: 2px 5px 3px 0;
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
.button {
	height: 24px;
	float: right;	
}
.cancel {
	float: right;
	padding: 0 20px;
	font: 10px/24px Arial, sans-seirf;
	text-transform: uppercase;
	color: #036;
}
.half select.short {
	width: 90px;
}
.half input.short {
	width: 80px;
	float: left;
	display: inline;
	margin-right: 15px;
}
.inputTextClick{
	color:#1076BC; 
	font:10px arial; 
	cursor:pointer; 
	border:0; 
	width:auto; 
	background-color:transparent; 
	text-transform: uppercase;
}
.tar {
	clear: both;
	margin: 20px 0;
	padding-bottom: 10px;
}
.fiftyPct{width:45%}
.fiftyPctTall{height:100px}
.separateLine{
	border:2px solid #fff; 
	border-width:0 2px 0 0;
	margin-right:15px;
}
/* TODO: figure out where and how to house this myaccount table related CSS */
/* Begin myaccount CSS */ 
.myaccount table {
	color: #036;
	width: 100%;
	margin: 10px 0 0;
	border-collapse: collapse;
	font: 10px/20px Arial, sans-serif;
	text-transform: uppercase;
}
.myaccount th {
	text-align: left;
}
.myaccount td span {
	font-weight: bold;
}
.myaccount td span.warning {
	font-weight: normal;
}
/*
.myaccount table#acct_recentOrder td a {
	text-decoration: underline;
}
*/
#pymt_typeInfo p, .payment-method .fieldMessage {
	margin:0;	
}
#pymt_addEditBilling div {
	margin:3px 0 5px;
}
.payment-method-name {
	font-weight:bold;
}
#pymt_savedMethods .half {
	height:110px;
	position:relative;
}
#pymt_savedMethods .mao_links {
	position:absolute;
	bottom:5px;
	left:0;
}
/* End myaccount CSS */ 

.twoLineField {
	padding-right: 8px;
	padding-bottom: 10px;
}

.twoLineField, .twoLineField input, .twoLineSubmit {
	float: left;
	display: block;
	background: #fff;
}
.twoLineField label {

}
.twoLineSubmit {
	padding-top: 15px;
}

