@charset "UTF-8";
.minwrapp {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}
article {
  width: 900px;
  margin-left:0px;
}
article > h1 {
	margin-top:60px;
	margin-bottom:48px;
  width: 596px;
  height: 70px;
  text-indent: -9999px;
  background: url(../img/contact_h1.jpg)no-repeat left top scroll transparent;
  }

section h2{
	width:900px;
	height:85px;
	text-indent:-9999px;
	background:url(../img/contact-h2.jpg) no-repeat left top scroll transparent;
}
.contact{
	margin-bottom:40px;
  font-size : 14px;
  line-height : 28px;
  letter-spacing : 1.4px;
  color : #464646;
  color : rgb(70, 70, 70);
}
.contact span{
  color : #e85282;
}
form{
	height:445px;
}
form p{
	margin-bottom:10px;
	height:25px;
}
form p span{
	font-size : 10px;
  line-height : 28px;
  letter-spacing : 1px;
  color : #464646;
  color : rgb(70, 70, 70);
}
label{
	display: inline-block;
	width:110px;
	height:25px;
	font-size : 14px;
  line-height : 28px;
  letter-spacing : 1.4px;
  text-align:center;
  color : #FFFFFF;
  background: #e85282;
}
form input{
	width:300px;
	height:20px;
	margin-top:-4px;
}
p.position{
	position:relative;
	height:140px;
}

 p.position > textarea{
	position:absolute;
	width:600px;
	height:125px;
	top:0px;
	left:115px;
}
button{
	width:130px;
	height:61px;
	border:none;
	padding:0;
	text-indent:-9999px;
	background: url(../img/submit.jpg) no-repeat;
}
.sub{
	margin-top:40px;
	text-align: center;
}
.my-form{
	position:relative;
}
.my-form:before {
  position: absolute;
  display: block;
  content: "";
  width: 314px;
  height: 170px;
  top: 0;
  left: 234px;
  background: url(../img/my-form.jpg) no-repeat;
  }