html, body{
	height:100%;
}

body{
	background-color:#B0A698;
	font-family: Sans, Verdana;
	font-size:11px;
	color:#777;
	background-image: url(../images/bodybackground.png);
	background-repeat:repeat-x;
}

.container {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top:-8px;
	background-image: url(../images/containerbackground.png);
}

.header{
	position: relative;
	left:20px;
	height:100px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}

.content{
	position:relative;
	left:20px;
	width:960px;
}

.left{
	float:left;
	width:640px;
	padding:0 5px;
}

.right{
	float:left;
	padding:0 5px;
	margin-left:10px;
	width:290px;
	font-size:10px;
}

.input{
        border:solid 1px rgb(180,180,180);
}

.input_error{
        border:solid 1px red;
}