input[type="text"],input[type="password"]	{
	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;
}
input[type="text"]:focus,input[type="password"]: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);
}

.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);
}
