* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font: 15px/18px 'CirceRegular';
	background: #bfcfc2;
	color: #010101;
	}

#header {
	font-family: FFDINBold;
}

.wrapper{
	width: 1200px;
	margin: 35px auto 0 ;
}

.start{
	width: 1200px;
	height: 800px;
	background: url(../images/bg.jpg) no-repeat center top;
	padding-top: 100px;
	
		.text-wrap{
			margin: 0 0 0 100px;
			width: 790px;
			
			div{
				clear: both;
				
			}
			
			.caption{
				float: right;
				margin-right: 7px;
				margin-bottom: 7px;
			}
			.description{
				width: 615px;
				letter-spacing: 3px;
				text-align: center;
				margin-bottom: 45px;
				margin-left: 40px;
				float: right;
			}
			input{
				width: 615px;
				height: 22px;
				resize: none;
				outline: none;
				float: right;
				margin-bottom: 7px;
				font: 15px/18px 'CirceRegular';
			}
		}
		
		.send{
			width: 157px;
			height: 33px;
			background: url(../images/send.png) no-repeat;
			cursor: pointer;
			float: right;
			margin-top: 10px;
		}
		.send:hover{
			background: url(../images/send-hover.png) no-repeat;
		}
}

.result{
	display: none;
}

.more{
	width: 800px;
	margin-left: 200px;
}
