/*	========================   Digitizing Form   =================	*/

@import url("front.css");

ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}	

#orderQuoteToggle	{
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#orderQuoteToggle img	{
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#orderQuoteToggle a	{
	margin: 0px;
	padding: 0px;
}

form	{
	color: #31009c;
	clear: both;
	padding: 0px 4px 25px 0px;
	margin: 11px;
	margin-top: 0px;
	width: 792px;
	border-left: 3px solid #31009c;
	border-right: 3px solid #31009c;
	border-bottom: 3px solid #31009c;
}	

form#ieFormFix	{
	width: 754px;
}

#quoteForm	{
	color: #fff;
	background: #31009c;
}

form ul	{
	padding-left: 5px;
}

fieldset	{
	border-top: 2px solid #31009c;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 750px;
	margin: 2px auto;
}

#quoteForm fieldset	{
	border-top: 2px solid #fff;
}

legend	{
	padding: 5px;
	color: #31009c;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0px;
}

#quoteForm legend	{
	color: #fff;
}

fieldset li	{
	margin: 10px 0px;
}

fieldset ul	{
	margin: 0px; 
	padding: 0px;
}

label	{
	display: -moz-inline-box;
	display: inline-block;
	width: 350px;
}

ul#frmPrices	{
	margin-left: 25px;
}

ul#frmPrices li	{
	margin-bottom: 10px;
}

ul#frmPrices li label	{
	width: 500px;
}

ul#frmPrices li label, ul#frmPrices li input, ul#frmPrices li span	{
	display: -moz-inline-box;
	display: inline-block;	
	padding: 5px;
}

span.priceNumber	{
	color: #fff;
	background: #31009c;
	font-size: 1.2em;
	border: 3px double #31009c;
	margin-right: 10px;
}

span.priceDescription	{
	width: 130px;
}

p.frmInstructions	{
	display: block;
	color: #ff0000;
}

#frmSubmit	{
	margin-left: -15px;
	margin-top: 10px;
}

.red	{
	color: #ff0000;
}

#frmBtmInfo	{
	margin-left: 40px;
}

#quotePulse	{
	color: #fff;
}


/*	---------------   Quote Flipping Section   ---------------  */

fieldset#quoteFlipSection	{
	border-top: none;
	width: 821px;
	position: relative;
	left: -76px;
	background: #fff;
}

fieldset#quoteFlipSection a	{
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	margin: 0px;
	text-decoration: none;
}

#activeOrderLinkBtn	{
	width: 500px;
	padding: 20px 0px;
	border-left: 1px solid #31009c;
	border-right: 1px solid #31009c;
	border-top: 1px solid #31009c;
}

#passiveQuoteLinkBtn	{
	width: 225px;
	background: #31009c;
	padding: 10px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

/*	---------------   Dg Toggle Page   ---------------  */

#dgBtns	{
	display: block;
	width: 500px;
	margin: 30px auto;
}

#dgBtns a	{
	margin-right: 50px;
}

#dgBtns img	{
	border: none;
}

#uploadUL li	{
	margin-bottom: 15px;
}



/* -------------------    UPLOAD PAGE WITH JS OVERLAY    -------------------------------------- */

#uploadForm	{
	border: none;
	width: 800px;
	margin-left: 0px;
}

#uploadForm ul	{
	margin: 0px;
	padding: 0px;
	width: 500px;
}

#arrowAd	{
	border: none;
}

#arrowLink	{
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px;
}

/* UPLOAD PAGE DIV THAT OBSCURES THE PAGE WHEN THE SUBMIT BUTTON IS CLICKED */

div#submitObscuringDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	z-index: 25;
	background-color: #999;
	opacity: .50;
	-moz-opacity: .50;
	filter: alpha(opacity=50);
}

div#pleaseWaitBlurb	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	z-index: 50;
	margin-top: 100px;
	padding: 15px;
	font-weight: 700;
	border: #31009c, solid, 2px;
	color: #31009c;
	background: #fff;
	font-family: arial, helvetica, san-serif;
}

div#pleaseWaitBlurb h1	{
	font-size: 24px;
	color: #00a0c6;
}

div#pleaseWaitBlurb p	{
	color:  #555;
}

div#quoteStartMessage	{
	width: 600px;
	margin: 20px auto;
	color: #fff;
	font-weight: 600;
}

div#quoteStartMessage ul	{
	background: #31009c;
	padding: 20px;
	list-style-type: none;
	margin: 0px;
}

div#quoteStartMessage ul li	{
	margin-bottom: 10px;
}

#ieToggleDown	{
	position: relative;
	top: 20px;
}