body.accounts #inner-container{
	width: 908px;
	margin-top: 20px;
	margin-left: 25px;
	background-color: #292929;
}

body.profile #inner-container{
	margin-top: 33px;
	margin-left: 0px;
	background-color: #292929;
}

body.accounts #content-column{
	color: #c1b619;
	width: 907px;
	padding: 0px 0px 50px 0px;
	margin-left: 0px;
	background-color: #292929;
}

body.thankyou #content-column{
	width: 807px;
	padding: 30px 50px 300px 50px;
}

body.profile #content-column{
	width: 864px;
	margin: 0px;
	padding: 35px;
	background-color: #fff;
}

body.forgot #content-column h2{
	color: #fff;
	text-align: center;
	font: bold 16px arial;
	padding: 50px 0px 200px 0px;
}

/*============ REGISTER PAGE STYLES =============*/
#content-left{
	float: left;
	width: 390px;
	padding: 20px;
	margin-top: 10px;
}

#content-right{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	width: 400px;
	padding: 30px 11px 11px 11px;
	border-left: solid 1px #fff;
}

table td{	
	padding: 10px;
	font-weight: bold;
}

table td a{
	color: #fff;
	font-weight: normal;
}

#avatarContainer{
	width: 370px;
	overflow: auto;
}
#avatarContainer table td{
	text-align: center;
	background-color: #767676;
	padding: 10px;
}

input.field{
	border: none;
	width: 190px;
	background-color: #ececec;
}

#terms{
	font-family: verdana;
	font-size: 9px;
	width: 380px;
	height: 100px;
	overflow: auto;
	background-color: #fff;
	color: #000;
	padding: 10px;
}

#help-window{
	width: 200px;
	/*height: 50px;*/
	overflow: auto;
	padding: 10px;
	border: solid 2px #000;
	display: none;
	position: absolute;
	background-color: #fff;
}


/*============ THANK YOU PAGE STYLES =============*/
body.thankyou #content-column{
	width: 707px;
	padding: 35px 100px;
}

body.thankyou h2, body.thankyou h2 a{
	line-height: normal;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
body.thankyou h2 a{
	text-decoration: underline;
}

body.thankyou h3{
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

body.thankyou textarea{
	font-size: 11px;
	border: solid 1px;
	margin: 5px 0px;
}


body.thankyou .skip{
	margin-left: 85px;
}


/*============ PROFILE PAGE STYLES =============*/
body.profile #inner-container{
	width: 935px;
}
#profile-username{
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

#profile-box{
	padding: 25px;
	background-color: #eae8e6;
}

.profile-details-box{
	color: #000;
	margin-right: 20px;
	padding: 10px;
	float: right;
	width: 300px;
	height: 168px;
	background: url(../images/accounts/edit-box-background.gif) no-repeat;
}

.profile-details-box table td{
	font-weight: normal;
}

.profile-details-box table td a{
	color: #000;
	text-decoration: underline;
}

#items-posted-box{
	background-color: #3c3b3b;
	padding: 50px 25px 25px 25px;
}

.posted-items-title{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.posted-items-container{
	float: left;
	margin-right: 20px;
}

.posted-items{
	color: #000;
	width: 200px;
	height: 330px;
	padding: 20px;
	background-color: #fff;
	overflow: auto;
}
.posted-items a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.posted-items a.delete{
	color: #b80116;
	padding-left: 11px;
	background: url(../images/global/button-delete.gif) no-repeat left;
}
.posted-items table td{
	padding: 0px 5px 0px 0px;
	font-size: 10px;
	color: #d0d0d0;
}

.edit{
	display: none;
}

.posted-item{
	padding-bottom: 20px;
}

#edit-password-box{
	display: none;
	position: absolute;
	background-color: #fff;
	color: #000;
	padding: 10px;
	margin-left: 100px;
	border: solid 2px #3c3b3b;
}


#buttons-update{
	display: none;
}

.button-profile{
	float: right;
	margin-right: 20px;
	height: 33px;
	border: none;
	text-indent: -6000px;
	cursor: pointer;
}

#button-edit{
	width: 183px;
	background: url(../images/accounts/button-profile-edit.gif) no-repeat left;
}

#button-update{
	width: 183px;
	background: url(../images/accounts/button-profile-update.gif) no-repeat left;
}

#button-cancel{
	width: 115px;
	background: url(../images/accounts/button-profile-cancel.gif) no-repeat left;
}



/*============ LOGIN PAGE STYLES =============*/
body.login #inner-container{
	background-color: #292929;
}

body.login #content-column{
	color: #c1b619;
	width: 935px;
	padding: 0px 0px 50px 0px;
	margin-left: 0px;
	background-color: #292929;
}

body.login table.login{
	margin: 0px auto;
	margin-top: 40px;
}

body.login table td{	
	padding: 10px;
	font-weight: bold;
}

body.login table td a{
	color: #fff;
	font-weight: normal;
}

body.login input.field{
	border: none;
	width: 190px;
	background-color: #ececec;
}

body.login table td.err a{
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}