/*
 * Standard Form Styles
 */

form.ncform { 
	margin: 10px 0 0 0;
	font-size: 0.9em;
	color: #666666;
	}
form.ncform.addressBook,
form.ncform.shortForm {
	width: 550px;
	}
	form.ncform.addressBook li,
	form.ncform.shortForm li { width: 100%; }
form.ncform h3{
	font-size: 14px;
	text-transform: uppercase;
  	padding: 2px 0;
	}
form legend {
	font-size: 14px;
	color: #5E5E55;
	text-transform: uppercase;
  	padding: 0;
	margin: 0 0 10px 0;
}
#giftCardMessageContainerLegend {
	margin: 0 0 0 0;
}
/*form.ncform a, .note a {
	color: #AFAFAF;
	text-decoration: none;
	}*/
form.ncform small.comment{
	margin-left:200px;
}

form.ncform a:hover, .note a:hover {
	text-decoration: underline;
	color: #8F8F8F;
	}
form.ncform fieldset { 
	background: none;
}

form.ncform fieldset.special_instructions li {
	width: 100%;
	}
form.ncform fieldset.button,
form.ncform fieldset.last {
	margin-top: 1px;
	background: none;
	padding: 0.3em 0;
	
}

form.ncform fieldset.last {
	padding-left:199px;
}


form.ncform table {
	float: left;
	width: 98%;
	margin-left: 1px;
	}
form.ncform li {
	padding: 4px 4px 6px 0;
/*	width: 410px; */
	}
#billingis_po_box_box,
#bookis_po_box_box,
#create_account {
	border: none;
	width: auto !important;
}
form.ncform li input,
form.ncform li textarea,
.formSingle input {
	font-size: 12px;
	padding: 3px 4px;
	width: 200px;
	color: #5f5f5f;
	border: 1px solid #ab9d8f;
	font-family: 'Arial';
	margin: 0 5px 6px 0;
	}
form.ncform li textarea#notes {
	width: 550px;
	margin-top: 10px;
}
form.ncform li select {
	font-size: 12px;
	padding: 2px;
	width: 210px;
	border: 1px solid #ab9d8f;
	margin: 0 0 6px 0;
	color: #5E5E55;
	}
form.ncform li label{
	font-size: 1em;
	}
	
/* --- Form Labels --- */
form.ncform ol label,
form.ncform ul label {
	width: 200px;
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
	}

form.ncform label.long{
	width: 430px;
}
form.ncform label.really-long{
	width: 690px;
	float:none;
}
	
.altrow { background-color: #dbd7cc; width:90%; }
.error, .errors, .errorList {
	padding: 10px 0 10px 10px;
	color: #CC0000!important;
	width: 98%;
    	background-color: #e5badc;
	font-weight: bold;
	font-size: 12px;	
	margin: 10px 0 15px 0px;
	border: 1px dashed #665362;
}

table.view_order_t	td { padding: 5px 0; }

table.cart th { background:#dbd7cc; padding:5px; }

table.cart td.remove { width:55px; text-align:center; }
table.cart td.prod-desc .imgThmb { float:left; width:70px; }

table.cart td.prod-desc a.clean { float:left; width:270px; margin:5px 0 0 10px; }

table.cart td.quantity input { width:30px; border:1px solid #dbd7cc; }

table.cart td.text_summary { text-align:right; }

#checkout-address-form  fieldset {
	margin-top:20px;
	margin-left:20px;
}
#checkout-address-form  h3 {
	margin-top:20px;
}

form.ncform li input.radioinput { border:none; border-width:0 0 0 0; border-color:transparent; border-style:none; }

form.ncform input.inputCheckbox { width:auto; }

form.ncform input[type="checkbox"] {
	width:auto; 
}

