*{ margin:0px; padding:0px;}
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
}
.input{
    background:transparent;
    border:1px solid #999999;
    width:160px;
    height:20px;
	line-height:20px;
	text-indent:2px;
}

#head{
    background-color:#861c28;
	height:90px;
	width:900px;
	margin:0 auto;
	position:relative
}

#head #menu{
    font-size:14px;
    color:#FFFFFF;
    position:absolute;
    bottom:6px;
    left:20px;
}
#head #menu a{
    color:#FFFFFF;
    text-decoration:none;
    margin:0 10px;
}

#content{
    background-color:#ebe7e6;
	height:600px;
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

#content #c_top{
    background-image:url(images/a.gif);
	width:450px;
	height:450px;
	margin:100px auto 0;
	overflow:hidden;
}
#content #c_top #c_top_form{
    margin:15px 0 0 40px;
}


#content #c_top #c_top_form .form_content_pay{
    margin:20px 0 0 10px;
	color:#202020;
}
#content #c_top #c_top_form .form_content_pay p{
    margin:4px 0 0 0;
}
#content #c_top #c_top_form .form_content_pay .p1{
font-size:12px;
color:Red
}
#content #c_top #c_top_form .form_content{
    margin:20px 0 0 50px;
	color:#202020;
}
#content #c_top #c_top_form .form_content p{
    margin:4px 0 0 0;
}

#foot{
    background-color:#ebe7e6;
	height:100px;
	width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:center
}
#foot p{
    margin-top:60px;
    font-size:12px;
    color:#484443;
}