
.login_form {
	width  : 284px ;
	height : 150px ;
	margin : auto;
	background: url(login/dl_bg.gif);
	position: relative;
}

.login_table_wrap{
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	margin: auto;
	width: 250px;
	height: 70px;
}


.login_table table{
	table-layout: auto;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	caption-side:top;
	margint:auto;
	width:250px;
}

.login_table table th{
	text-align: center;
	vertical-align: middle;
}

.login_table table td{
	border: solid 1px;
	text-align: left;
	vertical-align: middle;
}


.login_table_label{
	text-align: right;
	word-wrap: normal
	white-space: nowrap
}

.login_table_input_text{
	width: 150px;
}

.login_table_submit{
	text-align: center;
}
