/* CSS Document */

.new_tbl
{
	width: 760px;
	border: 2px Solid #8BAAEA;
}

.new_tbl #title
{
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-image: url('images/title_login_background.gif');
	background-repeat: repeat-x;
	background-color: #2F4F80;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #2D4469;
}

.new_tbl #body_info
{
	background-image: url('images/login_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #F6FAFF;
	padding: 0px 6px 0px 6px;
	text-align: left;
	width: 120px;
	font-weight:bold;
}

.new_tbl #body_content
{
	background-image: url('images/login_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #F6FAFF;
	padding: 8px 6px 8px 6px;
	text-align: left;
	vertical-align: top;
}

.new_tbl #field
{
	border: 1px Solid #2F4F80;
}

.new_tbl #button
{
	background-color: White;
	border: 1px solid #2F4F80;
	height: 18px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	
	vertical-align: middle;
}

.new_tbl #controller
{
	background-image: url('images/login_cell_background.gif');
	background-repeat: repeat-x;
	background-color: #F6FAFF;
	padding: 8px 16px 8px 0px;
}


