body {
				background-image:url('img/background.gif');
			}

			#logo {
				width: 500px;
				margin: auto;
				text-align: center;
			}

			#text {
				width: 500px;
				margin: auto;
				color:#FFFFFF;
			}

			#tableau {
				height: 48px;
			}

			.fieldHolder{
				width:374px;
				float:left;
				background:url(img/txtFieldCenter.png) repeat-x top;
				height:31px;
			}

			.field{
				background:none;
				font-family:Helvetica, Arial, sans-serif;
				font-size:18px;
				color:#7f8082;
				border:0;
				outline:0;
				margin:0;
				padding:0;
				width:374px;
				padding:8px 0 2px 0;
			}


			.leftSide{
				background:url(img/txtFieldLeft.png) no-repeat;
				width:6px;
				height:31px;
				float:left;
			}
			.rightSide{
				background:url(img/txtFieldRight.png) no-repeat;
				width:3px;
				height:31px;
				float:left;
			}
			.lang{
			width: 50px;
			height: 25px;
			border:0;
			}