/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Calulate Seller's Proceeds
-----------------------------------------------------------------------------*/
#calculateH1 {
	position:absolute;
	width:700px;
	height:14px;
	background:url(../img/calculateH1.gif) no-repeat;
	}
	
#wrapper {
	width:700px;
	}

#contentForm {
	padding:10px 40px;
	}

.fast {
	background-color:#000080;
	color:#ffffff;
	font-family:"Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size:125%;
	padding:10px 125px 10px 10px;
	text-align:right;
	}

.sellerFormTitle {
	background-color:#000080;
	color:#ffffff;
	font-family:"Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size:150%;
	padding:5px 125px 5px 20px;
	text-align:right;
	}

.inputWrap {
	text-align:right;
	}

.innerInputWrap {
	margin:0 100px 0 0;
	}

input {
	margin:1px 0;
	}

fieldset {
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-top:1px solid #000080;
	padding:0;
	margin:10px 0;
	}

.lastField {
	border:0;
	}

legend {
	font-weight:bold;
	font-size:115%;
	}

legend span {
	padding:0 10px 0 0;
	background-color:#ffffff;
	color:#333333;
	}

.note {
	color:red;
	clear:both;
	}

.sum {
	border-top:1px solid black;
	border-bottom:3px double black;
	width:300px;
	float:right;
	padding:5px 0;
	}