/*------------------------------------------------------------------------------*
 * #wrap_login
 *------------------------------------------------------------------------------*/
#wrap
{
	background			: url('../img/bg_login.gif') 0 0 no-repeat;
	width				: 500px;
	height				: 340px;
	position			: absolute;
	top					: 50%;
	left				: 50%;
	padding				: 0 20px;
	margin-top			: -200px;
	margin-left			: -270px;
}
#head
{
	display				: none;
}
#body
{
	position			: absolute;
	top					: 20px;
	left				: 20px;
}
#body h2 img
{
	display				: block;
}
#foot
{
	position			: absolute;
	bottom				: 20px;
	left				: 20px;
	padding-top			: 10px;
	border-top			: 1px solid #cccccc;
	width				: 500px;
}
.form table.login td.col1
{
	width				: 120px;
}
.form table.login td.col2
{
	width				: 380px;
}
.form table.login td.col2 .full
{
	width				: 370px;
}