﻿.con-map {
				width: 960px;
				margin: auto;
				margin-top: 30px;
				border: 1px solid #d5d5d5;
				padding: 20px 10px;
				position: relative;
			}
			
			table {
				width: 100%;
				border-collapse: separate;
				border-spacing: 0px 10px;
			}
			
			table td {
				padding: 0px 3px;
			}
			
			.text-left {
				text-align: left;
			}
			
			.text-right {
				text-align: right;
			}
			
			.text-center {
				text-align: center;
			}
			
			.text-red {
				color: red;
			}			
			.slectstyle select {
				cursor: pointer;
				width: 100%;
				height: 20px;
				line-height: 20px;
				border: 1px solid #d2d2d2;
				background: url(slectbj.png) no-repeat right;
			}
			
			.slectstyle select:focus {
				outline: none;
				border: 1px solid #92c978;
				background: url(slectbjdj.png) no-repeat right;
			}
			
			.slectstyle select option:checked {
				background-image: linear-gradient(#fada00, #fada00);
			}
			
			.inputstyle input {
				width: 100%;
				width: 100%;
				border: 1px solid #d2d2d2;
				height: 20px;
				line-height: 20px;
			}
			
			.inputstyle input:focus {
				outline: none;
				border: 1px solid #92c978;
			}
			
			.bg-gray {
				background-color: #f6f6f6;
			}
			
			.top-title {
				position: absolute;
				top: -12px;
				left: 30px;
				background-color: white;
			}
			
			.foot button {
				cursor: pointer;
				margin-right: 15px;
				margin-top: 20px;
				padding: 3px 30px;
			}

/*提示信息背景色和文字样式*/
.PromptStyle { 
    display: none; background-color: #f8ebeb;  color: red; z-index: 99999; position: absolute
}