/*****************************************************
* ACCOUNT
*****************************************************/

.account #column-mid {
	width: 600px;	
}

.account #column-right {
	width: 160px;
}

.account .form-wrap {
	background: #fff3dd;
	text-align: center;
	padding: 20px 0;
}

.account table {
	margin: 0 auto 10px auto;
	border-collapse: collapse;
	color: #2E2415;
}

.account table .item {
	padding: 4px 0;	
}

.account table .label {
	text-align: right;
	padding: 0 15px 0 0;
	font-weight: bold;
}

.account table input {
	padding: 4px;	
}

.account table #field-username {
	color: #666;
	font-size: 11px;	
}

.account table #field-username input {
	width: 150px;
	margin: 0 5px 0 0;
}

.account table #field-pass input, .account table #field-confirmpass input {
	width: 150px;
}

.account table #field-gender input {
	position: relative;
	left: -5px;
}

.account table #field-gender span, .account table .checkbox span {
	padding: 0 5px 0 1px;
}

.account table #field-country select {
	width: 258px;
}

.account table #field-email input {
	width: 248px;	
}

.account table .checkbox {
	text-align: left;	
}

.account .btn {
	font-size: 12px;	
}

.account select {
	padding: 0;
	margin: 0;	
}

.alert {
	padding: 10px 10px 20px;
	text-align: center;
}

#login.module, #forgotpass.module, #changepass.module {
	width: 400px;
	float: none;
	margin: 0 auto 20px auto;	
}

.account #password-forget {
	font-size: 11px;
	padding: 15px 0 0 0;
}

#login-form table, #changepass table {
	margin-bottom: 0;	
}

.account .item {
	text-align: left;	
}

#invite .invite-status {
	font-size: 11px;
	color: #666;
	padding: 0 0 10px 0;	
}

#changepass.module label {
	width: 120px;	
}

#changepass.module .field input {
	width: 150px;	
}

#changepass.module .button {
	padding-top: 15px;	
}




.account-form {
	width: 590px;
	margin: 0 auto 20px auto;
	padding-top: 20px;	
}

.account-form .progress-bar {
	float: left;
	width: 100%;
	margin: 0 0 30px 15px;
}

.account-form .progress-bar div {
	float: left;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 24px 0 0;
	color: #4d4435;
}

.account-form .progress-bar div span {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	line-height: 28px;	
	background-image:url(../image/sprite-account.gif);
	background-repeat: no-repeat;
	background-position: -28px 0;
	text-align: center;
	color: #fff;
	margin: 0 8px 0 0;
}

.account-form .progress-bar .last {
	margin: 0;	
}

.account-form .progress-bar div.active {
	color: #578119;	
}
.account-form .progress-bar div.active span {
	background-position: 0 0;
}

.account-form .progress-bar div.disabled {
	color: #949494;	
}
.account-form .progress-bar div.disabled span {
	background-position: -56px 0;
}

.account-form .progress-bar .arrow {
	background: url(../image/sprite-account.gif) -84px 0 no-repeat;
	width: 72px;
	height: 11px;
	margin: 10px 20px 0 0;
}

.account-form .progress-content {
	background: #fff3dd;
	border-top: 1px solid #ffd8af;
	clear: both;
	width: 590px;
	padding: 20px;
	position: relative;
}

h3 {
	font-size: 16px;
	color: #2e2517;
	padding: 10px 0 20px 10px;
}

.account-form fieldset {
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
}

.account-form fieldset div {
	float: left;
	margin: 0 0 5px 0;	
	width: 100%;
}

.account-form fieldset label {
	padding: 0 18px 0 0;
	width: 210px;
	text-align: right;
	float: left;
	font-weight: bold;
	color: #4d4435;
	display: block;
	line-height: 28px;
}

.account-form fieldset div input {
	float: left;
	width: 205px;
	padding: 4px;
	margin: 0;	
}

.account-form fieldset .btn, #invite-friends-btn {
	float: left;
	height: 30px;
	margin: 15px 0 0 0;
	width: auto;
}

.account-form fieldset .btn input, #invite-friends-btn input {
	background: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2517;
	padding: 8px 10px;
	*padding: 5px 5px 6px 5px;
	width: auto;
	
}

.account-form fieldset .btn .lc, .account-form fieldset .btn .mid, .account-form fieldset .btn .rc,
#invite-friends-btn .lc, #invite-friends-btn .mid, #invite-friends-btn .rc {
	float: left;
	display: inline-block;
}

.account-form fieldset .btn .mid,
#invite-friends-btn .mid {
	background:url(../image/sprite-account.gif) 0 -216px no-repeat;	
}

.account-form fieldset .btn .lc,
#invite-friends-btn .lc {
	background:url(../image/sprite-account.gif) 0 -156px no-repeat;	
	width: 11px;
	height: 30px;
}

.account-form fieldset .btn .rc,
#invite-friends-btn .rc {
	background:url(../image/sprite-account.gif) 0 -186px no-repeat;
	width: 11px;
	height: 30px;	
}

.progress-status {
	clear: both;
	float: left;
	width: 630px;
	color: #4d412e;
	margin-bottom: 5px;
}

.progress-status .status-error {
	background: #ffcdc8;
	padding: 11px 20px 9px;
	width: 588px;
	border: 1px solid #ffb4ac;
}

.progress-status  .status-error .icon {
	background: url(../image/sprite-account.gif) 0 -55px no-repeat;
	width: 18px;
	height: 16px;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
}

.progress-status .status-success {
	background: #deebcc;
	border: 1px solid #c5d5ac;
	padding: 11px 20px 9px;
	clear: both;
	float: left;
	width: 588px;
	color: #4d412e;	
}

.progress-status  .status-success, .progress-status  .status-success span,
.progress-status  .status-error, .progress-status  .status-error span {
	display: block;
	float: left;	
	line-height: 16px;
}

.status-success span {
	color: #4d412e;
}

.status-error span {
	color: #b01f16;
}

.progress-status  .status-success .icon {
	background: url(../image/sprite-account.gif) 0 -30px no-repeat;
	width: 16px;
	height: 13px;
	margin: 0 10px 0 0;
}

div#game-list {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #ffd8af;
	margin: 10px 0 20px 0;
	float: left;
	clear: both;	
}

div#game-list .game {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	padding: 10px 0;
	margin: 0;	
}

div#game-list .last {
	border-bottom: 0;	
}

div#game-list .game .thumb, div#game-list .game-meta {
	float: left;	
}

div#game-list .game-meta .game-title {
	width: auto;
	padding-top: 0;
	padding-bottom: 2px;
}

div#game-list .game-meta span {
	display: block;
	float: left;
	clear: both;
	color: #2e2517;
	font-size: 12px;
}

div#game-list .game-friends {
	float: right;	
	width: 200px;
}

div#game-list .game-friends span {
	width: auto;
	display: inline;	
}

div#game-list .game-friends a {
	display: inline;
	float: none;
	font-size: 11px;
}

div#game-list .game-friends .played-wrap {
	float: right;
	padding: 0 0 5px 0;
}

div#game-list .game-friends .friends-wrap {
	clear: both;
	float: right;
}

div#game-list .game .friend-thumb {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
}

div#game-list .game .friend-thumb img {
	width: 20px;
	height: 20px;	
}

div#game-list .game-meta .btn {
	float: left;
	display: block;
	clear: both;
	margin: 3px 0 0 0;
}

div#game-list .game-meta .btn:hover {
	text-decoration: none;	
}

div#game-list .game-meta .btn .lc, div#game-list .game-meta .btn .rc {
	float: left;
	width: 5px;
	height: 21px;
	background:url(../image/sprite-account.gif) 0 -91px no-repeat;
	display: block;
	clear: none;
}

div#game-list .game-meta .btn .rc {
	background:url(../image/sprite-account.gif) 0 -113px no-repeat;	
}

div#game-list .game-meta .btn .mid {
	float: left;	
	display: block;
	background:url(../image/sprite-account.gif) 0 -135px no-repeat;
	height: 21px;
	width: auto;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	clear: none;
	padding: 0 5px;
	cursor: pointer;
}

div.progress-content div#facebook-friend-selector iframe {
	width: 590px !important;
	margin-bottom: 20px;
}

div.progress-content #skipthis {
	float: right;
	padding-top: 12px;	
}

#invite-friends-btn {
	margin-top: 0 !important;	
}