﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	text-align:ccenter;
	font-family:Microsoft YaHei;
	font-size:14px;
	background-image:url(../image/bodybj.jpg);
	background-repeat:repeat-x;
}
.box{
	margin:15% auto 0px auto;
	padding:0px;
	width:602px;
	height:360px;
}
.box .edge{
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	height:10px;
	font-size:10px;
	background-image:url(../image/edge.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.box .content{
	margin:0px;
	padding:10px;
	border:1px solid #fff;
	border-width:0px 1px 0px 1px;
	width:580px;
	height:320px;
	background-image:url(../image/form_bj.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.box .content .title{
	margin:0px auto 0px auto;
	padding:0px;
	width:560px;
	height:62px;
	background-image:url(../image/title.jpg);
	background-repeat:no-repeat;
}
.box .content .title a img{
	border:0px;
	width:180px;
	height:62px;
}
.box .content .form_content{
	margin:20px auto 0px auto;
	padding:0px;
	border:1px solid #fff;
	border-width:1px 0px 0px 0px;
	width:560px;
	height:240px;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:relative;
}


.box .content .table td{
	margin:0px;
	padding:0px;
	height:38px;
	line-height:38px;
}
.box .content .table .text{
	margin:0px;
	padding:0px;
	width:170px;
	height:25px;
}
.box .content .table .numb{
	margin:0px;
	padding:0px;
	width:60px;
	height:25px;
}
.box .content .table .randImg
{
     margin-left:10px;
    margin-top:0px;
    padding:0px;
    cursor:pointer;    
}
.box .content .table .button{
	margin:0px;
	padding:0px;
	width:67px;
	height:28px;
	border:0px;
	background-image:url(../image/button.gif);
	background-repeat:no-repeat;
	background-position:0px -29px;
}