.text {
	width: 150px;
	margin: 0;
	padding: 0 5px;
	background: #FFF;
	border: 1px solid #336;
}

.submit {
	display: inline;
	width: 45px;
	margin-top: 2px;
	padding: 0;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: #336;
	border: 1px solid #333;
	overflow: visible; /* keeps submit in IE (inc 7) from getting too wide */ 
}

html>body form .submit { padding: 1px 0; }
*+html>body form .submit { padding: 0; } /* IE7 */

html>body form .text { margin: 1px 0; }
*+html>body form .text { margin: 0; } /* IE7 */

#sign-in {
	display: inline;
	float: right;
	width: 175px;
	height: 84px;
	margin: 27px 7px 0 0; /*27px 7px 20px 0;*/
	border: 1px solid #333;
}

#sign-in em {
	padding-left: 6px;
	font-size: 11px;
	font-style: normal;
	color: #CCC;
}

#sign-in form {
	margin: 3px 0 0 6px;
}

#sign-in form p {
	display: inline;
	float: right;
	margin-right: 8px;
}

#forgot-password {
	clear: both;
	float: right;
	width: 125px;
	padding: 3px 7px 0 0;
	color: #336;
	text-align: right;
}

#forgot-password a {
	color: #336;
}

#reset-pass-form, #new-pass-form {
	display: inline;
	float: left;
	width: 500px;
	height: 55px;
	margin-top: 100px;
	padding: 10px 5px 100px 150px;
	font-size: 11px;
	font-weight: bold;
}

#reset-pass-form em {
	display: block;
	margin-bottom: 8px;
	color: #CCC;
	font-weight: normal;
	font-style: normal;
}

#reset-pass-form form .text {
	width: 200px;
	padding: 0 5px;
	background: #FFF;
	border: 1px solid #222;
}

#reset-pass-form form .submit {
	display: inline;
	width: 90px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: #336;
	border: 1px solid #222;
	overflow: visible; /* keeps submit in IE (inc 7) from getting too wide */ 
}

h4#password {
	width: 300px;
	margin: 200px auto 0 auto;
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFD5CF;
	border: 2px solid #FFD5CF;
}

h4#password strong {
	font-size: 12px;
	font-weight: normal;
	color: #FFD5CF;
	text-decoration: underline;
}

#temp-pass-email {
	z-index: 100;
	position: absolute;
	top: 380px;
	left: 470px;
	width: 390px;
	font-size: 11px;
	color: #F00;
}

#temp-pass-email strong {
	font-size: 11px;
	font-weight: bold;
}

#new-pass-form {
	display: inline;
	float: left;
	width: 500px;
	height: 55px;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 100px 5px 0 100px;
	font-size: 11px;
	font-weight: bold;
}

#new-pass-form em {
	display: block;
	margin-top: 5px;
	color: #FFD5CF;
	font-weight: normal;
	font-style: normal;
}

#new-pass-form form .text {
	width: 200px;
	padding: 0 5px;
	background: #FFF;
	border: 1px solid #B2A2A2;
}

#new-pass-form .submit {
	display: inline;
	width: 60px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: #44302C;
	border: 1px solid #B2A2A2;
	overflow: visible; /* keeps submit in IE (inc 7) from getting too wide */ 
}

#signup {
	width: 56px;
	padding: 2px 0;
	text-align: center;
	background: #FFF;
	border: 1px solid #CCC;
}

#signed-in {
	display: inline;
	float: right;
	width: 165px;
	height: 84px;
	margin: 27px 7px 20px 0;
	padding-left: 10px;
	color: #FFF;
	font-size: 11px;
	background: url(images/sign_in_bg.gif) top left no-repeat;
	border: 1px solid #CCC;
}

#signed-in p {
	margin-top: 5px;
}

#signed-in em {
	font-style: normal;
	color: #669;
}

#signed-in a {
	color: #669;
	text-decoration: underline;
}

#view-cart-button, #logout-button {
	display: inline;
	float: left;
	margin: 5px 5px 0 0;
	padding: 1px 8px;
	text-align: center;
	color: #44302C;
	background: #FFF;
	border: 1px solid #CCC;
}

#view-cart-button a {
	color: #336;
	text-decoration: none;
}

#logout-button {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}

#logout-button a {
	color: #FFF;
	text-decoration: none;
}

#register-form {
	display: inline;
	float: left;
	width: 500px;
	margin: 20px 0 40px 60px;
	padding: 10px 5px 0 0;
	font-size: 11px;
	font-weight: bold;
}

#register-form em {
	display: block;
	margin-top: 5px;
	color: #CCC;
	font-weight: normal;
	font-style: normal;
}

#register-form form .text {
	width: 200px;
	padding: 0 5px;
	background: #FFF;
	border: 1px solid #CCC;
}

#register-form form .submit {
	display: inline;
	width: 60px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background: #336;
	border: 1px solid #222;
	overflow: visible; /* keeps submit in IE (inc 7) from getting too wide */ 
}

#profile {
	display: inline;
	float: left;
	width: 560px;
	height: auto;
	min-height: 235px;
	margin: 15px 0 0 20px;
	padding: 0;
	background: transparent;
}

#profile-form {
	display: inline;
	float: left;
	width: 210px;
	height: 213px;
	margin: 5px 0 0 10px;
	color: #FFF;
	///background: url(/images/shop/shop_header.png) top left no-repeat;
}

#profile-form em {
	font-style: normal;
	color: #669;
}

#profile-form img {
	margin-bottom: 8px;
}

#profile-form form {
	margin-left: 3px;
}

#profile-form p {
	margin-bottom: 10px;
}