﻿@charset "utf-8";
/* CSS Document */
body
{
	background-color:#9a9a9a;
	margin:0;
	padding:0;
}
.fixed
{
	table-layout:fixed;
}
.contentWrapper 
{
	width:100%;
}

.box01
{
	float:left;
	width:100%;
	height:1024px;
	background:url('/IFms/Templete/IMAGES/LOGIN/bg.png') no-repeat 0 0;
	padding:20px 0 0 0;
}
	
.box02
{
	float:left;
	width:101.9%;
	height:623px;
	padding:350px 0 0 0px;
	margin-left:350px;
}

.box02 div
{
	padding-top:5px;
}

.box03 input
{
	border:0px #666666 solid;
	height:22px;
	width:156px;
}

table
{
	width:284px;
}

.input_text.focus{border:1px solid #CCCCCC; height:20px; background:#fff !important;}
.input_text.focusnot{background:#fff !important;}