.boxRound {
	background: url(../img/forms/boxBg.gif) repeat-y left top;
	width: 539px;
	margin-bottom: 10px;
}
.RoundboxTop {
	background: url(../img/forms/boxTop.gif) no-repeat left top;
	width: 539px;
	height: 5px;
}
.RoundboxBody {
	display: block;
	width: 593px;
	padding: 10px 0; 
}
.RoundboxBot {
	background: url(../img/forms/boxBot.gif) no-repeat left bottom;
	width: 539px;
	height: 5px;
}
form.ncform fieldset { 
	margin-bottom: 10px; 
}
	
form.ncform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
	
form.ncform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
	
form.ncform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.ncform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
	
form.ncform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.ncform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
	
form.ncform fieldset fieldset label {
	display: block;
	width: auto;
}

form.ncform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.ncform label { /* Width of labels */
	width: 120px; 
} 

form.ncform fieldset fieldset label { /* Width plus 3 (html space) */
	margin-left: 123px; 
}

input, textarea, select {
	border: 1px solid #e6e6e6;
	background: #FFF;
	padding: 2px 3px;
	color: #444;
	font-size: 12px;
	width: 260px;
}
/*textarea#sender_address {
	height: 35px;
}*/
input:hover, textarea:hover {
	background: #f8f8f8;
}
input:focus, textarea:focus {
	background: #FFF;
}
.button {
	border:  0;
	width:  auto;
}

.product form p {
	float: left;
	width: 100%;
	margin: 0 0 -4px 0;
}

.product label {
	float: left;
	width: 50px;
	margin-right: 5px;
	text-align: right;
}

.product #qty {
	width: 18px;
}

.product #length {
	width: 60px;
}

.product #qry, .product #options {
	float: left;
}

.button {
	border: 0;
	width: auto;
}

form.divform {
	float: left;
	width: 97%;
	border: 0;
	margin: 10px 0 15px 0;
}
.columnLeft form.divform {
	width: 100%!important;
	margin: 0!important;
}
form.divform fieldset {
	border: 1px solid #CCC;
	background: #F1F1F1;
	padding: 0 1em;
	margin-bottom: 1.6em;
	float: left;
	width: 80%;
}

form.divform legend {
	font-weight: bold;
	padding: 0 0.2em;
	color: #333;
}

/* each line of the form */
form.divform div.required,
form.divform div.optional,
form.divform div.optional-pref,
form.divform div.buttons {
	float: left;
	width: 100%;
	margin: 4px 0;
}

.checkbox {
	float:left;
	padding-left:140px;
}

form.divform .price {
	width: 150px !important;
}

form.divform div.required label,
form.divform div.optional label,
form.divform div.buttons label {
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 10px;
	letter-spacing: 0.002em;
	color: #3d3d3d;
}
.columnLeft form.divform div.required label,
.columnLeft form.divform div.optional label,
.columnLeft form.divform div.buttons label {
	width: 60px!important;
}
.columnLeft form.divform div.required input,
.columnLeft form.divform div.required textarea {
	width: 205px;
}

form.divform div.optional-pref label {
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 10px;
}

/* bold required fields */
.require {
	font-size: .9em;
	color:#666;
	float:left;
	width:270px;
	margin-bottom:-15px;
	text-align:right;
}

legend span.require {
	font-size: .9em;
	color:#666;
	float: none;
	font-weight: normal;
	padding: 0 0.6em;
}


/*\*//*/ form.ncform legend { display: inline-block; } /* IE Mac legend fix */
