﻿.calwrap{
	width:500px;
	position: fixed;
	height: 450px;
	bottom: 0;
	right: 0;
	z-index: 100000000;
	background: #fff;
	border: 1px solid #ccc;
	padding-top: 10px;
	display: none;
	font-family: "微软雅黑","宋体";
    font-size: 12px;
    line-height: 20px;
}

.calc_result{
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 999;
	width: 620px;
	height: 470px;
	background: #fff;
	border: 1px solid #ccc;
}
.close_btn{
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1001;
	width: 30px;
	height: 30px;
	background: url(../images/close_btn.png) no-repeat;
	cursor: pointer;
}
.calwrap .calTit {
    color: #871300;
    font-size: 12px;
    height: 63px;
    line-height: 63px;
    margin: 0 auto;
    text-align: right;
    width: 600px;
}

.calwrap .calCon {
	position: relative;
	z-index: 1000;
	background: #fff;
    margin: 0 auto;
    padding-bottom: 1px;
    width: 598px;
    padding-top:10px;
}
.calwrap .calCon .but_js {
 /*    background: url("../images/buty.png") no-repeat scroll 0 0; */
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 104px;
}

	
.calwrap .calWin {
    overflow: hidden;
    padding: 15px 0 0;
    width:620px;
}

.calwrap .calWin p {
    color: #871300;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    vertical-align: middle;
}

p.w1 {
    line-height: 30px;
    padding-top: 5px;
    width: 165px;
    float:left;
}

p.w2 {
    line-height: 30px;
    padding-top: 5px;
    width: 160px;
    float:left;
}
p.w3 {
    width: 270px;
}
p.w3 span {
    display: inline-block;
    line-height: 20px;
}
.spanNum {
    text-align: left;
    width: 115px;
}
.font12{
	font-size:12px;
	font-weight: 400;
	color:#871300;
}


.calwrap .calNum {
    margin: 0 auto;
    width: 620px;
}

.calwrap .calNum .caltips {
    color: #0099CC;
    font-size: 12px;
    padding: 10px 0 10px 15px;
    text-align: center;
}

.calTabNum {
    color: #871300;
    text-align: center;
     border-collapse: collapse;
    font-size: 14px;
}
.titr td {
    background: none repeat scroll 0 0 #FFE0A2;
    color: #555555;
    font-weight: bold;
}
.calTabNum td {
    border: 1px solid #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    height: 24px;
}
.calwrap td {
    height: 30px;
    padding: 5px;
}
.hr-special{
	margin:20px 0px 0px 0px;
}
.form-horizontal .control-label{
	width: 100px;
}
.form-horizontal .controls{
	margin-left: 120px;
	*margin-left: 0;
}

.form-horizontal .control-group {
    margin-bottom: 15px;
}
label {
    margin-bottom: 5px;
}
.form-horizontal .control-label {
    width: 100px;
    float: left;
    text-align: right;
}
.form-horizontal select{
	margin-bottom: 0px;
vertical-align: middle;
}
select {
    width: 220px;
    background-color: #FFF;
    border: 1px solid #CCC;
    cursor: pointer;
    font-size: 12px;
}
select, input[type="file"] {
    height: 25px;
}
.span4 {
    width: 300px;
}