﻿/*======================================
  ========= author: keler ==============
  ======================================*/

/*============ 公用样式 ================*/
html,body {
	height:100%;
	color:#0A5473;
	background: url(../images/zcrheadBG.gif) repeat-x;	
	}
html,body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, th, td, img {
	margin:0;
	padding:0;
	border:0;
	}
th, td, p, div, li, select, input, textarea {
	font-size:12px;
	}
p, td {line-height:180%;}
ul, ol {
	list-style-type:none;
	text-align:left;
	}
select, input {
	vertical-align:middle;
	}
a {
	color:#0F7FAC;
	text-decoration:none;
	}
a:hover {
	color:#118DBF;
	}
a img {
	border:1px solid transparent;
	}
a:hover img {
	border:1px solid #246D06;
	}
a.headImg img {
	border:0!important;
	}
a.headImg:hover img {
	border:0;
	}
.red {
	color:#F00;
	}
a.red{
	color:#F00;
	border-bottom:1px dotted #F00;
	}
a.red:hover {
	color:#F55;
	border-bottom:1px solid #F00;
	}
.clear {
	font-size:0;
	height:0;
	line-height:0;
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
	}
#head, .kuai {
	overflow-x:auto;
	zoom:1;
	}

	
/* head
---------------------------- */
#head {
	background:url(../images/bg_head.GIF) repeat-x;
	height:104px;
	}
	#head img {
		float:left;
		}
	#head p {
		float:right;
		color:#FFF;
		padding-top:68px;
		padding-right:30px;
		}
	#head p a, #head p a:hover {
		color:#FFF;
		margin-left:7px;
		}
	 #head p a:hover {
		text-decoration:underline;
		}


.connet {
	margin:10px auto;
	width:830px;
	padding:3px;
	border:1px solid #baced2;
	background:#fcfbf9;
	}
.FLeft {
	float:left;
	width:510px;
	}
.FRight {
	float:right;
	width:300px;
	}
.loginer
{
	height:400px;
}

.loginer .title, .loginer .content {
	width:500px;
	margin:10px auto;
	border:1px solid #baced2;
	padding:2px;
	}
.title h3, .loginer .title h3 {
	font-size:12px;
	color:#FFF;
	background:#cbbe0e;
	padding:4px 10px;
	}
.loginer .title h3 {
	text-align:center;
	}
.tableTd {
	border-collapse:collapse;
	width:100%;
	background:#FCFAF9;
	}
.tableTd th {
	width:14%;
	color:#636361;
	font-weight:normal;
	text-align:right;
	}
.tableTd td {
	color:#585858;
	padding:4px;
	}
.tableTd td input {
	border:1px solid #D0C2AF;
	height:18px;
	line-height:18px;
	width:150px;
	}
.tableTd td input.btnSubmit {
	background:url(../images/b1-login.gif) no-repeat;
	width:119px;
	height:36px;
	border:0;
	color:#765829;
	font-weight:bold;
	}


#footer {
	background:#FCFAF9;
	border-bottom:3px solid #4A4A15;
	border-top:1px solid #F9F3F0;
	padding-top:7px;
	padding-bottom:2px;
	text-align:center;
	color:#C7A291;
	}
