fieldset {
	padding: 5px 5px 10px 5px;
	margin: 0 0 15px 0;	
}

#formFormat{
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

.formRowClear {
	height: 52px;
	}

.formRowBlowOut {
	height: 1px;
	display: block;
	clear:both;
	}
	
.formRowBlowOutWithPush {
	height: 5px;
	display: block;
	clear:both;
	}
	
.formTextFieldReplacement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 0 0 0;
	margin: 0;
	}
	
.highlightedInput {
	background-color: #FFFF66;
	}
		
.noBorderInputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.noBorderInput {
	width:1.75em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
		
.noBorderInputTextNameTag {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label{
	margin: 10px 10px 0 8px;
	float:left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	}	

.clearIt {
	clear: right;
	}

.inputCheckbox {
	background-color: #FFF;
	border: none;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	}

.inputCheckboxWithMargin {
	background-color: #FFF;
	border: none;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin: 3px 0 5px 0;
	padding: 0;
	}

.inputCheckbox :hover{
	background-color: #FFFeeee;
	border: none;
	font-family: verdana;
	font-size: 12px;
	color: #000000
	}
	
.inputAddToCart {
	background-color: #FFF;
	border: none;
	font-family: verdana;
	font-size: 12px;
	color: #000000
	}
	
.inputCFSuggestCorrection {
	width: 12em;
	margin-bottom: -6px;
	}
	
.input2 {
	width: 1.5em;
	}
	
.input3 {
	width: 2em;
	}
	
.input4 {
	width: 2.5em;
	}

.input8 {
	width: 4em;
	}

.input10 {
	width: 5em;
	}

.inputDate {
	width: 5em;
	}
