/* MyOmegaFi Login box Default Styles */
/* These styles can be overwritten in the National specific stylesheet */
#myomegafilogin {}

#myomegafilogin .header .logo {
	height: 45px;
	background:  url('/wp-content/images/shared/myOmegaFi_logo.png') no-repeat;
	background-position: center;
}

#myomegafilogin .inputbox {
	width: 96%;
	margin: auto;
}

#myomegafilogin .inputbox .input {
	margin: 3px 0px;
	height: 20px;
	font-size: 12px;
	border:1px solid #999;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	width: 96%;
}

#myomegafilogin .help {
	margin: 5px auto;
	line-height: 13px;
	font-size: 11px;
	float: left;
}

#myomegafilogin .loginbutton {
	margin: 5px 0px;
	float: right;
}

#myomegafilogin .loginbutton #submit {
	background: url('/wp-content/images/shared/login_button.png') no-repeat;
	width: 92px;
	height: 32px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#myomegafilogin a {
	text-decoration: none;
	font-size: .8em;
	color: #3C3C3C;
}

#myomegafilogin .poweredby {
	background: url('/images/powered_by_logo.png') no-repeat;
	width: 91px;
	height: 26px;
	float: right;
}

#myomegafilogin .fbconnect {
	background: url('/images/facebook_connect.gif') no-repeat;
	width: 100px;
	height: 30px;
	float: left;
	cursor: pointer;
}
