@import url(./checkout.css);

div#login_layer {
	/*padding: 0 200px;*/
	position: relative;
}

table.login_table {
	width: 100%;
	position: relative;
}

table.login_table tr td {vertical-align: top;width: 50%;}
table.login_table tr td.col {height: 100px;}

table.login_table div {position: relative;}
table.login_table form {
	margin: 10px;
	position: relative;
	z-index: 1;
	display: block;
	color: #AF8554;
}

table.login_table div div.login_block {
	width: 100%;
	height: 100px;
	background-color: #251D13;
	opacity: 0.4;
	filter:alpha(opacity="40");
	position: absolute;
	z-index: 0;
	top: -10px;
	left: 0;
}

table.login_table form p {position: relative; width: 100%; display: block;}
table.login_table form label {width: 100px; line-height: 18px;}
table.login_table form input {width: 120px;position: absolute; height: 16px; top: 0; right: 0; line-height: 20px; border: none; background-color: #3B2B1B; color:#AF8554; border: 1px solid #AF8554;}
table.login_table form a.submit {position: absolute; right: -5px; bottom: 12px;}
/*table.login_table form a#ok_btn_pass {height:20px;}
table.login_table form a#ok_btn_pass img{position:relative;}*/
table.login_table form#new_form {height: 0;margin: 0 10px;}
table.login_table form#new_form a.submit {top: -22px; bottom: 0;}

table.login_table form#login_form {height: 100px;}

table.login_table form#lost_pass_form {height: 100px;}
/*table.login_table form#lost_pass_form input {right: 50px;}*/
table.login_table form#lost_pass_form label {text-align: right; padding-right: 150px;}

div#errorMsg_layer {margin: 0 15px 15px 15px;}