@charset "UTF-8";
/* CSS Document */

form ul {
	list-style-type: none;
}


/* GENERAL QUOTE
==================================================================*/
#genQuote fieldset {
	margin-bottom: 1em;
}
#genQuote input {
	margin-right: 5px;
	margin-top: 2px;
}

/* company info
==================================================================*/
#genQuote #companyInfo label {
	color: red;
}
#genQuote #companyInfo label,
#genQuote #companyInfo label span {
	display: block; 
	margin-bottom: 0;
}
#genQuote #companyInfo label span {
	float: left; 
	width: 6em;
	text-align: left;
	color: #666;
}
#genQuote #companyInfo input {
	width: 19em;
	height: 1.4em;
	border: 1px solid #666;
	font-size: 12px;
}
#genQuote #companyInfo #ReferredBy {
	width: auto;
	margin: 0;
	border: none;
}

#OtherRefer {
	width: 19em;
	height: 1.4em;
	border: 1px solid #666;
	font-size: 12px;
}

#customList {
	width: 19em;
	height: 1.4em;
	border: 1px solid #666;
	font-size: 12px;
}

#customQty {
	width: 9em;
	height: 1.4em;
	border: 1px solid #666;
	font-size: 12px;
}

#descriptionInfo {
	width: 25em;
	height: 9em;
	border: 1px solid #666;
	font-size: 12px;
}
/* mailer info
==================================================================*/
#genQuote #mailerInfo ol ul{
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
}

#genQuote ul li {
	list-style-type: none;
	margin: 0;
}

#genQuote input {
	border: none;
}

#genQuote #MoreInfo,
#genQuote #FileQty,
#genQuote #MailSize,
#genQuote #Weight,
#genQuote #MailQty,
#genQuote #InsertQty {
	border: 1px solid #666;
	height: 1.2em;
}

#genQuote #Jst_TextSizeSmall {
	border: 1px solid #666;
	height: 1.4em;
	Width: 3.5em;
	margin: 0.1em;
}

#genQuote #Jst_TextSizeMedium {
	border: 1px solid #666;
	height: 1.4em;
	Width: 8em;
	margin: 0.1em;
}

#genQuote #Jst_TextSizeLarge {
	border: 1px solid #666;
	height: 1.4em;
	Width: 15em;
	margin: 0.1em;
}

#genQuote #Jst_TextSizeXLarge {
	border: 1px solid #666;
	height: 1.4em;
	Width: 30em;
	margin: 0.1em;
}

#genQuote #Jst_Border {
	border: 1px solid #666;
}

#genQuote #mailerInfo textarea {
	display: block;
	width: 24em;
	height: 5em;
	border: 1px solid #666;
	font-size: 12px;
}
#genQuote button {
	margin-left: 1.1em;
}


/* QUOTE: STEP 2
==================================================================*/
#step2 * {
	line-height: 1em;
}
#step2 input { 
	margin-bottom: .5em;
	margin-right: 5px;
}
#step2 label { 
	color: red;
}
#step2 label,
#step2 label span { 
	display: block;
	margin-bottom: 0;
}
#step2 label span { 
	float: left;
	width: 48px;
	text-align: left;
	color: #666;
}
#step2 #companyInfo {
	border: none;
	margin-bottom: 1.5em;
}
#step2 #companyInfo label span {
	display: block;
	float: left;
	width: 62px;
	text-align: left;
}
#step2 #companyInfo select, 
#step2 #companyInfo input {
	width: 250px; 
	height: 1.4em;
	border: 1px solid #666;
	font-size: 12px;
}
#step2 #companyInfo p {
	margin-left: 48px;
}
#step2 #companyInfo textarea {
	width: 250px;
	height: 8em;
	border: 1px solid #666;
	font-size: 12px;
}
#step2 #companyInfo select:hover, 
#step2 #companyInfo input:hover, 
#step2 #companyInfo textarea:hover { 
	border-color: #000;
}
#step2 #companyInfo button {
	margin-left: 182px; 
	border: none;
}

#step2 fieldset {
	margin-bottom: 2em;
}