/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
	
/*	-------------------------------------------------------------
	SELL - CREATE ACCOUNT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sellCreate {
	clear: both;
	width: 600px;
	float: left;
}

#sellLogin {
	width: 310px;
	float: right;
}

#content #sellCreate label.error, #content #sellLogin label.error {
	background: url(../images/icons/alert.gif) no-repeat 0 50%;
	display: block;
	padding: 3px 0 2px 23px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
	color: #9c2c29;
}

/*	Intro
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sellFree {
	display: block;
	float: left;
	margin: 5px 40px 0 0;
	padding: 0 0 2px 8px;
}	
	
#sellCreateIntro {
	padding: 10px 0 20px 0;
}

#sellCreateIntro ol li {
	line-height: 1.4em;
}

#sellCreateIntro small {
	font-size: 0.8em;
}

#sellCreateIntro a {
	font-size: 0.9em;
}


/*	Create Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content a#privacyLink:link, #content a#privacyLink:visited {
	float: right;
	font-size: 0.8em;
	margin-top: 7px;
}


/*	Create Submit Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #sellCreate .createSubmit {
	height: 50px;
	padding: 20px 30px 0 30px;
}

#content #sellCreate #createSubmit p {
	float: left;
}

#content #sellCreate #createSubmit #nextStep {
	float: right;
}

#content #sellCreate #createSubmit_load {
	display: none;
}

#content #sellCreate #createSubmit_load img {
	display: block;
	margin: 10px auto 0 auto;
}

#content #createSubmit label.error {
	float: left;
	margin-top: 0;
}

/*	-------------------------------------------------------------
	SELL - LOGIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #sellLogin table.form {
	width: 96%;
}
#content #sellLogin table.form td {
	padding: 8px 4px 8px 0;
}
	
#content #sellLogin table.form input.textbox {
	width: 170px;
}

#content #sellLogin table.form td label {
	font-size: 0.9em;
	font-weight: bold;
}

#content a#lostPassword:link, #content a#lostPassword:visited {
	font-size: 0.8em;
	font-weight: bold;
}

#loginSubmit_load {
	display: none;
}



/*	-------------------------------------------------------------
	UPDATE PROFILE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#editProfileMain {
	width: 515px;
	float: left;
}

#editProfileSide {
	width: 415px;
	float: right;
}

#editProfile table tr td {
	display: table-cell;
	vertical-align: top;
	padding: 7px 3px;
	border-bottom: 1px solid #edc239;
}

#editProfile table tr.noBorder td {
	border-bottom: 0;
}

#content #editProfile label {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 15px;
}

#content #editProfile label small {
	font-size: 0.85em;
}

#content #editProfile label.require {
	font-weight: bold;
	background: url(../images/icons/require.gif) no-repeat 0 4px;
	color: #444;
}	

#content #editProfile .textbox {
	width: 200px;
}

#content #editProfile .textboxSmall {
	width: 120px;
}

#content #editProfile .textboxLarge {
	width: 320px;
}

#content #editProfile table label.error {
	background: url(../images/icons/alert.gif) no-repeat 0 3px;
	display: block;
	padding: 3px 0 2px 23px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
	color: #965e27;
}

#editProfileSide p {
	text-align: center;
	padding-top: 20px;
}