
#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}


/* Login */

#contenta #login {
	width: 495px;
	height: 340px;
	margin: auto;
	background: #000000 url('/imgs/login/login.jpg') no-repeat left;
	padding: 174px 0 0 422px;
	margin-bottom: 10px;
	position: relative;
}

#login #create {
	color: #7ab23b;
	text-decoration: underline;
	position: absolute;
	bottom: 200px;
	left: 330px;
	font-weight: bold;
}

#login #forgot {
	color: #7ab23b;
	text-decoration: underline;
	position: absolute;
	bottom: 200px;
	left: 430px;
	font-weight: bold;
}

#login input {
	width: 166px;
	height: 23px;
	color: #fff;
	border: 0;
	background: url('/imgs/login/input-box.gif') no-repeat top left;
}

#login #button {
	width: 83px;
	height: 23px;
	margin: 25px 0 0 83px;
}

.loginbutton {
	width: 83px;
	height: 23px;
}

#loggedinwhatsit {
	color: white;
	display: block;
	font-size: 11px;
	text-align: right;
	top: 15px;
	width: 930px;
	z-index: 4500;
}

#login_form {
	display: block;
	padding-top: 200px;
	width: 740px;
	height: 400px;
	margin: auto;
	background-color: #000000;
}

.backblack {
	background-color: #000000;
}

 .product_comp {
	border-color: #EFEFEF;
	border-width: thin;
}