#content { 
	background: url( '../img/account/title.header.png' ) 0 0 no-repeat; 
	overflow: visible;
	position: relative;
}

#columnRight { 
	font-size: 12px;
	margin-top: 65px; 
	padding: 0 0 20px 20px;
	width: 663px;
}

.rounded-box {}
	.rounded-box table.simple td { padding: 1px 0; }
	
	.rounded-box .top,
	.rounded-box .bottom { padding-left: 10px; }
	
	.rounded-box .top span,
	.rounded-box .bottom span { display: block; padding: 5px 0; }
	
	.rounded-box .top span.r,
	.rounded-box .bottom span.r { float: right; padding: 5px; }
	
	.rounded-box .top span.b,
	.rounded-box .bottom span.b { background: #f1efea; margin-right: 10px; padding-top: 4px; }
	
	.rounded-box .top { background: url('../img/box.tan.top_left.png') 0 0 no-repeat; }
	.rounded-box .top span.r { background: url('../img/box.tan.top_right.png') 100% 0 no-repeat; }
	.rounded-box .top span.b { border-top: 1px solid #deca8c; }
	
	.rounded-box .bottom { background: url('../img/box.tan.bottom_left.png') 0 0 no-repeat; }
	.rounded-box .bottom span.r { background: url('../img/box.tan.bottom_right.png') 100% 0 no-repeat; }
	.rounded-box .bottom span.b { border-bottom: 1px solid #deca8c; }
	
	.rounded-box .content { 
		background: #f1efea; 
		border-left: 1px solid #deca8c;
		border-right: 1px solid #deca8c;
		padding: 1px 10px;
	}
	
	.rounded-box label.required { font-weight: bold; }

form.recover {}
	form.recover label { display: block; }
	form.recover input.text {
		font-size: 18px;
		padding: 5px;
	}
	form.recover input.submit {
		font-size: 18px;
		padding: 5px;
	}
	
	form.recover ul.errors {
		margin: 20px 0;
		color: #900;
	}

form.standard dd { margin-bottom: 5px; }
form.standard input.submit { padding: 5px; font-weight: bold; }