
.loginButton input[type="submit"], input[type="button"], button
{
	font-family:Gibson-SemiBold;
	font-size:16px; 
	letter-spacing:.025em; 
	text-transform:uppercase; 
	color:#ffffff; 
	-webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
	background-color:#2762A6; 
	width:374px;
	height:50px; 
	border:none;
	margin: 0px;
}

.loginRow input:focus, textarea:focus 
{
    border: 2px solid #2762A6;
    outline: 0;
    -moz-outline-style: none;
}
