/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
option {
	font: 12px "\5b8b\4f53", Arial, Helvetica, sans-serif;
}

ul,
li,
div {
	list-style: none;
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
}

input {
	outline: none;
}

button {
	border: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

.json {
	display: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: none;
}

body {
	font: 12px "\5b8b\4f53", "Tahoma", "Arial", "Microsoft Yahei";
	color: #333;
	position: relative;
}

.head {
	width: 100%;
	height: 60px;
	background: url(../images/head_bg.jpg) center top no-repeat;
}

.main {
	height: 630px;
	width: 100%;
	
	background: url(../images/bottom_bg.jpg) center bottom no-repeat;
}

.form {
	width: 970px;
	margin: 0 auto;
	margin-top: 15px;
}

.form p {
	height: 19px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 5px;
}
.form a.prompt{
	margin-left: 90px;
	color: #FF0000;
	display: none;
}

.form span {
	width: 90px;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 19px;
	text-align: right;
	display: inline-block;
	float: left;
}

.form span font {
	color: #ff0000;
	font-size: 12px;
}

.form p b {
	font-size: 13px;
	font-weight: normal;
	color: #2a2a2a;
	line-height: 19px;
	
}

.form p input {
	width: 170px;
	line-height: 17px;
	height: 17px;
	border: 1px solid #c2c2c2;
}

.form p select.type1 {
	width: 79px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #bababa;
}

.form p select.type2 {
	width: 79px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #bababa;
}

.form p input.radio {
	width: 16px;
	border: 0;
	height: 12px;
	margin-top: 3px;
	float: left;
	display: block;
}

.form p label {
	color: #2a2a2a;
	font-size: 13px;
	line-height: 19px;
	height: 19px;
	float: left;
	display: block;
}

.label1 {
	margin-right: 13px;
}
.form p em{
	color: #2a2a2a;
	font-size: 13px;
	position: absolute;
	left: 87px;
	top:25px;
	font-style: normal;

}
.wish{
	width: 970px;
	position: relative;
	margin-top: 20px;
}
.wish textarea{
	width: 311px;
	height: 98px;
}
.addBtn{
	position: absolute;
	width: 91px;
	height: 33px;
	background: url(../images/add.jpg) no-repeat;
	color: #fff;
	left: 120px;
	top:110px;
	cursor: pointer;
	
}
.wish p{
	position: absolute;
	top:140px;
	width: 240px;
	left: 88px;
	line-height: 24px;
	color: #000000;
}
.wish p.error{
	color: #FF0000;
	top:102px;
	left: 230px;
}
.wish p b{
	font-weight: bold;
	height: 200px;
	
}
.wish p strong{
	font-weight: normal;
	padding-left: 33px;
	display: block;
}
.rightWish{
	position: absolute;
	left: 447px;
	top:-75px;
	width: 477px;
	height: 342px;
	background: url(../images/wish_bg2.png) no-repeat;
}
.rightWish p{
	text-indent: 2em;
	line-height: 39px;
	width: 260px;
	position: absolute;
	height: 260px;
	word-wrap: break-word;
	left: 200px;
	top:3px;
	font-size: 14px;
	color: #fff587;
	overflow: hidden;
}

.table{
       width:100%;
       border-bottom:2px #BEBEBE solid;
	   background:url(../images/bg3.jpg)
}

.c:link {text-decoration: none;
    color: #000000;
    font-size: 12px;
    line-height: normal;
}

.c:visited{
    text-decoration: none;
    color: #000000;
    line-height: normal;
    font-size: 12px;
	}


