body {
	background: #ffffff;
}

#header {
	border-style: solid;
	background-color: #0054A4;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#bookmarktext,#bookmarktext a,#headertext {
	color: #ffffff;
}

#main-logo {
	background: transparent url('/images/middys_logo_02_.jpg') no-repeat scroll left top
}

#contentwrap,.content {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#loginpage .content,#contentwrap {
	background-color: #E1058D;
}

#contentwrap {
	border: 1px solid #E1058D;
}

#footer,#footer a {
	color: #cccccc;
}

html { visibility: hidden; }

html,body,div,span,p {
	margin: 0;
	padding: 0;
	border: 0;
	text-align:left;
}

body {
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

#pagewrap {
	width: 968px;
	margin: 0 auto;
}

#headerwrap {
	height: 66px;
	padding-bottom: 0px !important;
	text-align: left;
	width: 968px;
}

#header {
	width: 968px;
	height: 68px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
}

h2,.pageTitle {
	font-size: 20pt;
}

#headertext {
	font-size: 20px;
	font-weight: normal;
	margin: 18px 0 0 0;
	width: 940px;
	text-align: right;
	position: relative;
}

#bookmarktext {
	font-size: 12px;
	margin: 0 0 0 0;
	width: 940px;
	height: 20px;
	text-align: right;
	z-index: 10;
	position: relative;
	top: 21px;
}

#bookmarktext a {
	background-color: transparent;
	text-decoration: none;
}

#bookmarktext a:hover {
	text-decoration: underline;
}

#main-logo {
	display: block;
	height: 125px;
	width: 600px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 12;
	margin-top: 0px;
}

#contentwrap {
	width: 938px;
	overflow: visible;
	padding: 20px 14px 14px 14px;
}

#loginpage .content {
	padding: 0px;
}

.content {
	background-color: #ffffff;
	padding: 20px 20px 20px 40px;
}

#footer {
	clear: both;
	margin: 12px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

.hidesubmit {
	border: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#shoutoutframe {
	background: transparent url('/images/moorabbin-shoot-may2012_12-s1.jpg') no-repeat
		center;
	float: left;
	margin-left: 8px;
	margin-bottom: 0px;
	width: 455px;
	height: 365px;
	border: 0px;
	z-index: 100;
	overflow: hidden;
}

#infobarframe {
	clear: both;
}

#loginpage .content {
	min-height: 420px;
	padding: 0px;
}

.loginError {
	color: #ff0000;
	width: 310px;
	padding-bottom: 10px;
	text-align: center;
}

.glow,.loginInputBox,.loginStyledInputBox {
	background: #FAFAFA none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
}

.glow,.loginInputBox {
	width: 280px;
}

.glow:focus {
	box-shadow: 0 0 8px rgba(88, 151, 251, 0.5);
	-moz-box-shadow: 0 0 8px rgba(88, 151, 251, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(88, 151, 251, 0.5);
	background: none repeat scroll 0 0 #F0F8FE;
	border-color: rgba(88, 151, 251, 0.75) !important;
	outline: medium none;
}

#login_form_box {
	float: left;
	padding:39px 10px 13px 41px;
	overflow:hidden;
	width:325px; 
	height: 310px;
	min-height:310px; 
	font-size:12px; 
	line-height:14px; 
	color:#666666;
	background-color: #ffffff;
	margin-right:10px;
}

.inputbox {
	background: transparent;
	position:relative;
	padding-bottom:15px; 
}

#signupbox{
	border-top: 1px dotted #cccccc;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	font-size:12px;
	width: 284px;
}

a {
	padding-left:10px;
	text-decoration:none;
	margin-top:8px;
	color:#356FB6;
	background-color:#FFFFFF; /* required for ie6 */
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#login_form_box {
	border: 3px solid #0054A4;
}

#login_form_box {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#shoutoutframe {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#infobarframe {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.btn {
	display: inline-block;
	padding: 3px 16px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-primary {
	color: rgb(255, 255, 255);
	background-color: rgb(66, 139, 202);
	border-color: rgb(53, 126, 189);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	cursor:pointer;
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
	border-color: rgb(40, 94, 142);
}

.btn:hover, .btn:focus {
	text-decoration: none;
}