﻿@charset "utf-8";

body{
	font-size:15px;
	font-family:"微软雅黑";
	color:#333;
	}
.wrap{
	width:1000px;
	margin:0px auto;
	}
.wrap .con-table{
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	}
.wrap .con-table td{
	border-top:#000 solid 1px;
	border-left:#000 solid 1px;
	padding:10px;
	}
.wrap .con-table th{
	border-top:#000 solid 1px;
	border-left:#000 solid 1px;
	padding:10px;
	}

.inp{
	border:#999 solid 1px;
	line-height:25px;
	width:80%;
	}
.inp1{
	border:#999 solid 1px;
	line-height:25px;
	width:30%;
	}
.inp2{
	border:#999 solid 1px;
	line-height:25px;
	width:40%;
	}
.inp3{
	border:#999 solid 1px;
	line-height:25px;
	}	
.tj{
	display:block;
	width:160px; 
	height:40px; 
	line-height:40px; 
	border-radius:5px; 
	background:#09C; 
	color:#fff; 
	font-size:20px; 
	text-align:center;
	text-decoration:none;
	}
	
.tj-btn{
	width:160px; 
	height:40px; 
	line-height:40px; 
	border-radius:5px; 
	background:#09C; 
	color:#fff; 
	font-size:20px; 
	text-align:center;
	text-decoration:none;
	}
	
.red{
	color:#F00;
	margin-left:5px;
	}
	
.fjbtn{
	font-size:17px;
	font-weight:bold;
	color:#FF9;
	margin-bottom:5px;
	cursor:pointer;
	}
.fj{
	width:350px;
	float:left;
	}