.user {
	position:relative;
}
#loginorregister {
	width:150px;
	height:90px;
	position:absolute;
	z-index:10;
	top:64px;
	left:405px;
	background:url(../images/loginorregister.jpg) no-repeat;
}
#loginorregister span {
	display:none;
}
.user #twocolform-right {
	float:right;
	width:360px;
	margin:0;
}
.user #twocolform-right h2 {
	text-align:right;
}
.user #twocolform-right h3 {
	font-weight:normal;
	color:#444;
	margin:0;
	padding:10px;
	font-style:italic;
}
.user #twocolform-right p {
	margin:10px -20px -10px;
	padding:0;
}
.user .twocolbox-round a {
	display:block;
	border-top:1px solid #ccc;
	padding:8px 10px;
	text-align:right;
	background:#fff;
	color:#777;
	font-size:1.2em;
	font-style:italic;
	text-decoration:none;
}
.user #twocolform-right a:hover {
	background:#fcfcfc;
	color:#37c;
	text-decoration:underline;
}

.user #twocolform-left {
	margin:0 480px 0 0;
}
.user .twocolbox-round {
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:20px 20px 10px;
}

.user .tar_element {
	overflow:auto;
	padding:3px 0;
	text-align:right;
}
.user label {
	font-size:1em;
	float:left;
	clear:left;
	margin:0 0 0 10px;
	color:#666;
}

.user .tar_element input {
	padding:3px 7px;
	border:1px solid #999;
	margin:0 10px 0 0;
	font-size:1em;
	width:160px;
}
.user .tar_element input:focus {
	border:#8cf solid 1px;
	color:#444;
}

.user .tar_element.submit-button {
	padding:0 !important;
	margin:20px -20px -10px;
}
.user .tar_element.submit-button input {
	display:block;
	border:1px solid #ccc;
	border-width:1px 0 0 !important;
	padding:8px 10px;
	text-align:right;
	background:url(../images/proceed_s.jpg) #228504 repeat-x top;
	color:#fff;
	font-size:1.2em;
	font-style:italic;
	cursor:pointer;
	width:100%;
}
.user .tar_element.submit-button input:hover {
	background:url(../images/proceed.jpg) #104600 repeat-x top;
	color:#fff;
	text-decoration:underline;
}
.user .tar_element.submit-button input:focus {
	border-color:#ccc;
	margin:0;
	color:#fff;
}
.user .tar_element select {
	border:1px solid #999;
	margin:0 10px 0 0;
	font-size:1em;
	background:#fff;
}


#express-checkout {
	margin:40px 0 0;
	padding:30px 50px 0;
}
#express-checkout h2 {
	font-size:1.2em;
	line-height:20px;
	text-align:left !important;
}
#express-checkout a {
	color:#777;
	text-decoration:none;
	font-size:.9em;
}
#express-checkout a:hover {
	color:#37c;
	text-decoration:underline;
}

.address {
	padding:0 60px;
}
.fullbox-round {
	border:1px solid #ccc;
	padding:20px 20px 10px;
	background:#f7f7f7;
}
.address .fullbox-round {
	margin:20px 180px 0;
	overflow:hidden;
}
.csz label {
	float:none !important;
}
.csz {
	text-align:left !important;
}
.csz #addr_city {
	width:100px;
	margin-left:10px;
}
.csz #addr_city:focus {
	margin-left:9px !important;
}
.csz #addr_zip {
	width:70px;
}
