@charset "UTF-8";



/* GLOBAL CLASSES
-----------------------------------------------------------------------------------------*/

body {
	background: url(../images/big_chicken.png) no-repeat scroll 82% 50%;
}



#memlogin {
	border: solid 1px #ccc;
	background-color: #fff;
	width: 600px;
	color: #283D32;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	overflow: auto;
	margin: 250px auto;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
	  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 24px;
	  -moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 24px;
	  box-shadow: rgba(0,0,0,0.2) 0px 0px 24px;
	behavior: url(inc/pie/PIE.htc);
}

#memlogin h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #018aa6;
	display: block;
	padding: 18px;
}


p,  dl, hr, h1, h2, h3, h5, h6, ol, ul, pre, table, address, fieldset, img {
	margin-bottom:20px;
}



/* CONTENT
-----------------------------------------------------------------------------------------*/

#content {
	padding: 10px;
}

.samplebox {
	float: left;
	width: 280px;
	margin: -69px 0 0;
}

.lefttext {
	float: left;
	width: 330px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 18px;
}




/* LOGIN FORM
-----------------------------------------------------------------------------------------*/

.login {
	float: left;
	width: 330px;
	margin: 20px 20px 0 0;
	font-size: 16px;
	line-height: 18px;
}

.login label {
	width: 70px;
	float: left;
	padding: 8px;
	line-height: 16px;
	margin-top: 6px;
}

.text-input {
	width: 200px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #999;
	color: #555;
	padding: 12px;
	font-size: 16px;
}


.fail {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 36px;
	color: #666;
	padding: 10px
}

/* Buttons
-----------------------------------------------------------------------------------------*/


.button, .button:visited {
	float: right;
	display:inline-block;
	padding: 8px 10px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius: 2px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	border:0;
	background: #018aa6 url(../Images/alert-overlay.png) repeat-x;
}

.button:hover {
	background-color:#046897;
	text-decoration:none;
}

.button:active {
	top:1px;
}


/* clearing Classes MUST REMAIN AT BOTTOM
-----------------------------------------------------------------------------------------*/

group:before,
.group:after {
    content: "";
    display: table;
} 

.group:after {
    clear: both;
}

* html .group, *:first-child+html .group {
	zoom:1
}

.alpha {
	margin-left: 0
}
.omega {
	margin-right: 0;
	width: 224px;
}
