@CHARSET "ISO-8859-1";


body {
	background-color: #fdf9bd;
	
	background-color: #E0DCBF;
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
	padding: 0px
}

h1 {
	margin: 0px;
	padding: 10px;
	font-family: Comic Sans MS;
}

h2 {
	margin: 0px;
	padding: 10px;
	font-family: Comic Sans MS;
}

input {
	background-color: #fdf5e6;
}

label {
	color: #663535;
}

select {
	background-color: #F1F2DF;
}

textarea {
	background-color: #F1F2DF;
}

legend {
	font-size: 18px;
	font-weight: bold;
}

#top {
    padding: 10px 10px 10px 50px;
	position: relative;
	
	/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #928361), color-stop(1, #665224));
	background:-moz-linear-gradient(top, #928361 5%, #665224 100%);
	background:-webkit-linear-gradient(top, #928361 5%, #665224 100%);
	background:-o-linear-gradient(top, #928361, #665224 100%);
	background:-ms-linear-gradient(top, #928361 5%, #665224 100%);
	background:linear-gradient(to bottom,#928361 5%, #665224 100%);
	*/
	
    background-color: #665224;
    color: #fff89b;
    font-family: Comic Sans MS;
    font-size: 48px;
    font-weight: bold;
}


#left {
    float: left;
    /*padding: 5mm;*/
	position: relativ;
	/*min-height: 30em;*/
    background-color: #938E52;
}

#fieldLeftBottom {

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #938E52), color-stop(1, #E0DCBF));
	background:-moz-linear-gradient(top, #938E52 5%, #E0DCBF 100%);
	background:-webkit-linear-gradient(top, #938E52 5%, #E0DCBF 100%);
	background:-o-linear-gradient(top, #938E52, #E0DCBF 100%);
	background:-ms-linear-gradient(top, #938E52 5%, #E0DCBF 100%);
	background:linear-gradient(to bottom,#938E52 5%, #E0DCBF 100%);
	background-color: #938E52;
	border: 0px;
	margin: 0px;
	height: 10em;
}
	
#fieldLeftBottom2 {	
	background-color:  #E0DCBF;
	border: 0px;
	margin: 0px;
	heigth: 5em;
	}
	
#content {
	/*background-color:  #fdf9bd;*/
	/*background-color: white;*/			
	padding: 0px 0px 0px 20px;
    position: relative;
	float: 	left;
	
}

#bottom {
	clear: both;
	background-color: #665224;
	color: white;
}

#belowBottom {
    clear: both;
	background-color: white;
	height: 100em
}

#leftLanePanelGrid {
	display: block;
	text-align: center;
}	


.messages {
	color: #d20005;
    font-family: 'New Century Schoolbook', serif;	    
    font-style: oblique;
    font-size: 16px;
}

.fieldset {
	/*display: inline-block;*/
	margin: 5px 10px 10px 10px;
	width: 95%;
	box-shadow: 5px 5px 5px 0px #535763;
	background-color: #D2C4A9;
	
}



.loginGrid {
	/*vertical-align: top;*/
	
}
