html, body{
	height:100%;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0;
  color:#333333;
}

#container {
/*  background-color: #fff; */
	width: 760px;
	font-size: 13px;
	padding: 0;
	height:auto !important;
	margin:0 auto -160px;
	min-height:100%;
	position:relative;
}
#header {
  background:white;
  padding:5px 5px 0;
  text-align: right;
  text-decoration:none;
  height:38px;
  border-bottom:1px solid #CCCCCC;
}
a, a:visited{
	text-decoration:none;
	/*color:#333333;*/
}
a:hover{
	text-decoration:underline;
}
#navLinks li{
	display:inline;
	font-size:18px;
	padding:2px 10px;
	border-left:1px solid #2b6cbb;
}
#navLinks li a, a:hover{
	color:#124692;
	text-decoration:none;
}
#navLinks{
	margin:0;
	padding-top:8px;
}
#footer a, #footer a:visited, #footer a:hover{
	color:#124692;
	padding:0 10px;
}
#footer{
	background: url(/img/footer.jpg) no-repeat scroll center bottom;
	margin:0 auto;
	position:relative;
	width:760px;
}
#footer, .push{
	height:160px;
}
#footer div{
	color:#FFFFFF;
	font-size:1.1em;
	left:0;
	margin-bottom:0;
	padding:0;
	position:absolute;
	margin-left:5px;
	text-align:left;
	width:760px;
	bottom:70px;
}
#content{
	min-height:400px;
	background:white;
	padding-top:5px;
	margin-top:10px;
	padding-bottom:5px;
}
#left_column {
	width:560px;
	margin: 0;
	background-color: #fff;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
#right_column {
	background-color: #fff;
	width: 162px;
	margin: 0;
	float: right;
	padding: 4px;
	position: relative;
}
.message {
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	color: #666666;
}
#right_column_text {
	font-size: 10px;
	background-color: #ebebeb;
}
/*
fieldset{
	border: 1px solid #000000;
	display:block;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:10px;
	padding: 0.35em 0.625em 0.75em;
}
legend{
	border: medium none;
	padding-left:2px;
	font-size:20px;
}*/
.error-message{
	color: #D8000C;
	background-color: #FFBABA;
	border: 2px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	width:450px;
}
input[type=text], input[type=password], textarea{
	font-size:14px;
	font-weight:normal;
	margin-bottom:15px;
	padding:5px;
	width:500px;
	border:2px solid #2b6cbb;
}
textarea{
	height:80px;
}
.submit{
	width:auto;
}
label{
	margin-right:200px;
	width:155px;
	text-align:right;
	position:relative;
}
.submit{
	margin-left:160px;
	margin-top:15px;
}
#disclaimer,.disclaimer{
	font-size:10px;
	width:500px;
	margin-top:15px;
	margin-left:50px;
	color:gray;
}
img{
	border:none;
}
/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:2px solid #4bab46;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#4bab46;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	min-width:150px;
	text-align:center;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    border:1px solid #4bab46;
	padding:6px 11px 7px 8px;
    color:#ff9800;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
.spinner{
	padding:10px;
	background:url(/img/ajax-loader.gif) no-repeat center center;
    background-color:#ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index:99999;
}
.text {
	margin-bottom:10px;
}
