﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	}	
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .95em;
	text-align: center;
	background: #333;
 }
 
#container{
	height:500px;
	width:771px;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width:771px;
	height:100px;
	background-image:url(../images/headermidbg.jpg);
	border-bottom: 5px #000 solid;
}

#header img{
	margin: 15px;
}


#content{
	height:500px;
	width:771px;
	margin-left: auto;
	margin-right: auto;
}

#content_text{
	height:100%;
	width:500px;
	margin-left: auto;
	margin-right: auto;
}


fieldset{
	/*border: 1px #999 solid;*/
	padding: 10px;
}

fieldset legend{
	color: #555;
	padding: 2px 6px;
}

label{
	width: 20em;
	text-align: right;
	margin-right: 0.25em;
	padding-left: 20px;
}

fieldset input{
	margin: 5px;
}

a {
	color: #000;
	font-size: .9em;
}
a:hover {
	color: #777;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .71em;
	color: #555;
	background-color: #fff;
}
#footer p{
	padding: 5px 10px;
}

.warning {
 	color: #ff0000;
 	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
