/* CSS Document */

#memberlogin input {
	border:1px solid #a1c6e1;
	height:17px;
	font-size:12px;
	padding:6px;

}

.loginbutton {
	width:73px;
	height:30px;
	background-image:url(/themes/nccbor.com/images/login.gif);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	vertical-align:top;
	margin-top:6px;
	margin-left:5px;
}

