@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}

.pagewidth{
	width:450px;
	margin:0 auto;
}
.hd{
	height:85px;
}
.hd .head{
	font-size:24px;
	font-weight:bold;
	color:#000000;
	position:relative;
}
.hd .head .logo{
	position:absolute;
	top:15px;
	left:0px;
}
.hd .head .list{
	position:absolute;
	right:0px;
	top:10px;
}
.hd .head .list ul{
	margin:0px;
	padding:0px;
}
.hd .head .list ul li{
	/* list-style:none; */
	font-size:14px;
	margin-bottom:7px;
}

.bd{
	background-color:#FFF;
}
.bd .img{
	margin:5px 0;
}

.ft{
	padding:15px 0;
	font-weight:bold;
	font-size:12px;
	margin:40px 0 0;
}
.ft .main{
	margin:auto;
	background-color:#FFF;
	position:relative;
}
.ft .main .cc{
	position:absolute;
	top:80px;
	right:-79px;
}

.ft .main .content{
	padding:30px 20px;
}
.footer{
	color:#000000;
	font-size:12px;
	text-align:center;
}
.footer p{
	margin:0px;
}

.description {
	padding:10px 0;
	margin:20px 0;
	color:#999;
	line-height:20px;
}
.call{
	margin-bottom:20px;
}
.call h1{
	margin:0 0 15px;
	font-size:76px;
	font-weight:bold;
	text-align:center;
}
.call h2{
	margin:0 0 15px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
}

.form{}
.form .column-wrap{
	overflow:hidden;
	clear:both;
}
.form .column-wrap .column:first-child{
	width:51%;
	float:left;
	padding-top:4px;
}
.form .column-wrap .column:last-child{
	float:right;
	width:49%;
}
.form .column .element{
	clear:both;
	margin-bottom:20px;
}
.form .column .element label{
	display:block;
	width:60px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#999;
	padding:5px 0;
	margin-right:7px;
	float:left;
}
.form .column .element input.field{
	border:1px solid #DDD;
	padding:5px 3px;
	width:140px;
}
.form .column .element textarea.field{
	width:220px;
	height:120px;
}
.form .column .element input.button{
	border:none;
	background:url(img/button.jpg) no-repeat left top;
	width:173px;
	height:29px;
	font-weight:bold;
	margin-left:87px;
	cursor:pointer;
}

ul.features{
	margin:0px;
	padding:0px;
}
ul.features li{
	list-style:none;
	background:url(img/bullet.jpg) no-repeat left center;
	padding-left:35px;
	font-size:14px;
	color:#CCC;
}

.msg p{
	border:2px solid #ddb62d;
	background-color:#fff1c2;
	color:#7c6103;
	padding:10px;
}