html, body {
	height:100%;
}

body {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	width:100%;
	min-width:1024px;
	background: url(images/main.jpg) repeat-x;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 1024px;
	height: 1100px !important;
	margin: 0px auto;
}

#header {
	position: relative;
	background: url(images/hdr_bg.jpg) no-repeat;
	width: 1024px;
	height: 168px;
}

#menu {
	position: absolute;
	top: 85px;
	left: 200px;
	
}

.menu {
	width: 120px;
	float: left;
	margin-right: 200px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.m3 {
	margin-left: 170px;
}

.menu div {
	position: relative;
	margin-left: 30px;
	width: 60px;
	height: 60px;
}
.menu a {
	color: #fff;
}


.menu span {
	font-size: 14px;
	width: 120px;
	text-align: center;
}

.m1 div{
	background: url(images/menu_main.png) no-repeat;
}

.m3 div{
	background: url(images/menu_back.png) no-repeat;
}

.m1 a:hover div {
	background: url(images/menu_main_a.png) no-repeat;
}

.m3 a:hover div {
	background: url(images/menu_back_a.png) no-repeat;
}

#content{
	position: relative;
	
	background: url(images/cnt_bg.jpg) no-repeat;
	height: 853px;
	width: 1016px;
}

.urwlcm {
	position: absolute;
	top: 60px;
	text-align: center;
	left: 225px;
}
.input {
	position: absolute;
	top: 170px;
	left: 240px;
}

.hdr {
	position: absolute;
	left: 287px;
	top: 25px;
}

.ftr {
	position: absolute;
	left: 287px;
	top: 740px;
}

textarea {
/*	position: absolute;
	left: 200px;
	margin-top: -25px;*/
	width: 335px;
	height: 209px;
	background: url(images/inp_2.png) no-repeat;
	border: none;
	padding: 8px;
/*	padding-left: 4px;*/
}
.enter {
/*	position: relative;*/
	background: url(images/send.png) no-repeat;
	border: none;
	width: 142px;
	height: 51px;
/*	margin-top: -10px;
	margin-left: 380px;*/
	cursor: pointer;
}

.enter:hover {
	background: url(images/send-hover.png) no-repeat;
}

.inline {
	background: url(images/inp_1.png) no-repeat;
	width: 320px;
	height: 28px;
	border: none;
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 4px;
}

.capcha {
/*	position: relative;*/
	background: url(images/inp_c.png) no-repeat;
	width: 170px;
	height: 28px;
	border: none;
/*	margin-left: 50px;*/
	padding-top: 4px;
	padding-left: 8px;
}


.how {
	position: absolute;
	top: 100px;
	left: 370px;
}

.send {
	position: absolute;
	top: 150px;
	left: 320px;
}

.ans {
	position: absolute;
	top: 704px;
	left: 320px;
}

.cmnts {
	position: absolute;
	top: 820px;
	left: 265px;
	width: 503px;
}
.sprt {
	position: absolute;
	top: 970px;
	left: 335px;
}
.sprt_btn {
	position: absolute;
	top: 950px;
	left: 600px;
}

.pink {
	color: #d74b65;
}

.pink2 {
	color: #ce1c64;
}

.f15 {
	font-size: 15px;
}

.f17 {
	font-size: 17px;
}

.f21 {
	font-size: 21px;	
}

.f25 {
	font-size: 25px;
}

.red {
	color: #6f023b;
}

div#email_txt {display:none;color:red;text-align:center;width:100%;}
div#msg_txt {display:none;color:red;text-align:center;width:100%;}
div#code_txt {color:red;text-align:center;}

table.form {color: #6f023b;font-size: 17px;width:530px;}
table.form td {padding:20px;vertical-align:top}


