@charset "utf-8";
/* CSS Document */

@import url('reset.css');

body {
	background: #dde0d1 url('../img/content-repeat-top.gif') 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}

#wrap {
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -327.5px;
	width: 645px;
	z-index: 1000;
}

.container {
	background: #FFF;
	margin: 0 auto;
	width: 555px;
	height: 1%;
}

	.container:after {
		content: " ";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.container {
		display: inline-block;
	}
	
	html[xmlns] .container {
		display: block;
	}
	
	* html .container {
		height: 1%;
	}

#branding {
	background: url('../img/base-top.png') 0 0 no-repeat;
	padding: 10px 10px 0;
}

	#branding .container {
		padding: 30px 0;
	}
	
		#branding h1 a {
			display: block;
		}
		
#login_error {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	margin: 0 30px 1em;
	padding: 1em;
}
		
#content {
	background: url('../img/base-bottom.png') 0 100% no-repeat;
	padding: 0 10px 30px;
}

	#info_side, #form_side {
		margin-bottom: 20px;
	}
	
	#info_side {
		margin-left: -1px;
		padding-left: 40px;
		width: 237px;
		float: right;
		border-left: 1px solid #afbc76;
	}
	
	#form_side {
		padding-right: 40px;
		width: 237px;
		float: left;
		border-right: 1px solid #afbc76;
	}
	
#site_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 274px;
/*	background: url('../img/content-repeat-bottom.gif') 0 100% repeat-x;
*/	z-index: 500;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #71880b;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

li {
	margin-bottom: .5em;
}

a {
	color: #71880b;
}

label {
	font-size: 11px;
	margin-bottom: .5em;
}

input {
	background: #f4f4f4;
	border: 1px solid #B2B2B2;
	padding: 4px;
	font-size: 1.8em;
}

	.submit input, .button {
		display: inline-block;
		background: url('../img/fade-butt.png');
		border: 3px double #999;
		border-left-color: #ccc;
		border-top-color: #ccc;
		color: #333;
		padding: 0.25em .5em;
		font-size: 1.2em;
		text-decoration: none;
	}
	
	input.input {
		width: 227px;
	}

.hidden {
	display: none !important;
}