body	{font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px; color:black; background-color:white; margin:15px;}
A, DIV, SPAN, BODY, TEXTAREA, INPUT, OPTION, SELECT, TABLE, TD, TR {font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px;}
a:hover {color:#1e5494; text-decoration:underline;}
a		{color:#1e5494; text-decoration:none;}
input	{font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px;}
TABLE	{font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px; border:0px;}
.drpdwn	{font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px; color:#000066; background-color:#F3FAFF;}
.n_textarea {font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px; padding:3px 5px; border:1px solid #555555; outline:none;}
.up_textbox {font-family:宋体,MS SONG,SimSun,tahoma,sans-serif; font-size:12px; height:22px; line-height:22px; padding:0 4px 0 4px; border:1px solid #555555; outline:none;}

.biginput, .usernameshow, .pwshow {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 7px 8px 7px 8px;
	outline: none;
	color: #333;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
	vertical-align: middle;
}

.biginput:focus, .usernameshow:focus, .pwshow:focus {
	outline: none;
	border-color: #51a7e8;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
}

.usernameshow {
    background: url("bname.png") no-repeat scroll 2px center #FFFFFF;
    _background: #FFFFFF;
	padding-left: 40px;
	_padding-left: 8px;
}

.pwshow {
    background: url("bpwd.png") no-repeat scroll 2px center #FFFFFF;
    _background: #FFFFFF;
	padding-left: 40px;
	_padding-left: 8px;
}

.n_textbox {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 3px 5px 3px 5px;
	outline: none;
	color: #111;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
}

.n_textbox:focus {
	outline: none;
	border-color: #51a7e8;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
}
