* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#323232;
}
body {
	text-align:center;
	background:#323232;
	padding:10px 0 0 0;
}
img, input, textarea {
	border:0;
}
#container {
	text-align:left;
	width:327px;
	margin:0 auto;
}
#container #top {
	background:#FFF url(../images/top_bg.gif) 0 0 no-repeat;
	width:327px;
	height:129px;
}
#container #middle {
	background:#FFF url(../images/middle_bg.gif) 0 0 repeat-y;
	width:327px;
	height:1px;
}
#container #bottom {
	background:#FFF url(../images/bottom_middle_bg.gif) 0 0 repeat-y;
	width:327px;
	margin:0 0 10px 0;
}
#container #bottom #bottomTop {
	background:#FFF url(../images/bottom_top_bg.gif) 0 0 no-repeat;
	width:327px;
	height:38px;
}
#container #bottom #bottomBottom {
	background:transparent url(../images/bottom_bottom_bg.gif) bottom left no-repeat;
	width:327px;
	padding:0px 0 0 0;
}
#container #bottom #form {
	padding:0 0 10px 25px;
}
.inputWrapper {
	background:#FFF url(../images/input.gif) 0 0 no-repeat;
	width:283px;
	height:24px;
	text-align:center;
}
.inputWrapper input {
	width:274px;
	height:20px;
	background:#ffd8e6;
}
html>body .inputWrapper input {
	margin:1px 0 0 0;
}

input.button {
	width:68px;
	height:21px;
	margin:1px 0 0 0;
}
.textareaWrapper {
	background:#FFF url(../images/textarea.gif) top left no-repeat;
	width:283px;
	height:90px;
	text-align:center;
}
.textareaWrapper textarea {
	background:#ffd8e6;
	width:275px;
	height:85px;
	overflow:hidden;
}
#responce {
	background:url(../images/responce.gif) 0 0 no-repeat;
	width:267px;
	height:73px;
	text-align:center;
	padding:8px 8px 0 8px;
	margin:10px 0 4px 0;
}
#other {
	text-align:center;
}
#other h1 {
	margin:0 0 6px 0;
	color:#ffffff;
}
#other img {
	border:1px solid #ffffff;
	padding:1px;
	margin:0 4px 3px 4px;
}