body {
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	margin: 0;
	overflow-x: hidden;
	background: #ffffff url('/images/n.gif') no-repeat;
	background-attachment: fixed;
}
a {
	color: #e41e2c;
}
h1 {
	margin: 0; padding: 0;
}
img {
	border: none;
}
input.placeholder {
	color: #666666;
}
h1.quote {
	margin-bottom: 1em;
}

#container {
	width: 960px;
	padding-left: 20px;
	margin: 0 auto;
}
#container .wrapper {
	padding: 0;
}
.logo {
	position: relative;
	left: -30px;
}
.contacts {
	margin-bottom: 100px;
}
.contacts a {
	color: #e41e2c !important;
}
.contacts p {
	padding-right: 40px;
}
.outdent {
	margin-left: -16px;
}
a.indent, span.indent {
	margin-left: 0.5em;
}
.copyright {
	font-size: 12px;
	position: relative;
	left: -1em; bottom: 60px;
}
.clear {
	clear: both;
}
span.la {
	margin-left: -0.53em;
}

#status {
	font-weight: bold;
}
#status .ok {
	color: #84ad40;
}
#status .error {
	color: #e41e2c;
}
#feedback {
	background: url('../images/feedback.png');
	width: 715px; height: 414px;
	position: fixed;
	left: 50%; top: 50%;
	margin-left: -357px;
	margin-top: -207px;
	overflow: hidden;
}
#feedback.form {
	padding: 0;
}
#feedback .wrapper {
	padding-left: 140px;
	padding-right: 158px;
	padding-top: 105px;
}
#feedback p {
	margin: 0;
}
#feedback label {
	font-size: 14px;
}
#feedback img {
	position: absolute;
	top: 42px; right: 42px;
	cursor: pointer;
}
#feedback .ok {
	font-size: 14px;
	margin: 105px 0 0 140px;
}