
a {
  color: #cf4646;
}
a:hover,
a:focus {
  color: #A62C2C;
}
pre {
  border: none;
  background-color: transparent;
}

.xy-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fnt{
	width:100%;
	font-size:11px;
	margin-bottom:15px;
	border:1px solid rgb(121,121,121);
	padding:5px;
	/*font-weight: bold;*/
	margin-top: 15px;
	font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
}
.fntt{
	width:100%;
	font-size:12px;
	margin-bottom:30px;
	padding:5px;
}
.datagrid-header-row td{font-weight:bold;}
.control-label{ font-size: 10px; color: #666;}
.control-label em{ color: #ff6600; font-style: normal; margin-right: 2px;}


.text-center {
  text-align: center;  
  margin-bottom:10px;
  margin-top:5px;
}
.text-right {
  text-align: right;  
  margin-top:15px;
	margin-right: 15px;
	margin-bottom:5px;
}
.form-control{
	height:30px;
}
.pline{
	width:45px; 
	height:10px;
	line-height:10px; 
	background-color:#FFFFFF; 
	color:#000000;
	position:absolute;
	z-index :999;
	margin-top:-12px;
	margin-left:20px;
}

body {
	background-color: #ffffff;
}
#btn {
	position: fixed;
	bottom: -15px;
	background-color: #ffffff;
	height: 80px;
}

