@charset "utf-8";
/* CSS Document */

.txt001{
	width:145px;
	margin-left:0px;
	margin-top:7px;
	padding-left:5px;
	font-family:Tahoma;
	color:#999;
	height:20px;
	border:solid 1px #CCC;	
}

.txt002{
	width:450px;
	font-family:Tahoma;
	color:#333;
	margin-top:2px;
	font-size:13px;
	height:26px;
	background:none;
	z-index:50;
	position:absolute;
	padding-left:45px;
	border:solid 1px #AAAAAA;
	border-radius:5px;
}

.span001{
	width:390px;
	font-family:Tahoma;
	color:#A6A6A6;
	margin: 5px 0 0 0;
	position:absolute;
	font-size:13px;
	display:block;
		z-index:40;
	height:22px;
	padding:4px 0 0 45px;
}

.txtImg{
	margin-top:3px;
	margin-left:7px;
	width:30px;
	height:27px;
	z-index:60;
	position:absolute;
	display:block;
	float:right;

}

.txt003{
	width:450px;
	font-family:Tahoma;
	color:#333;
	position:absolute;
	padding:6px 0 0 45px;
	background:url(../imgs/con_empty.jpg) left top repeat-y;
	background-position:8px 5px;
	font-size:13px;
	height:140px;
	border:solid 1px #AAAAAA;	
	z-index:50;
	border-radius:5px;
}

.txt004{
	font-family:Tahoma;
	color:#999;
	font-weight:normal;
	font-size:12px;
}

.btn001{
	width:120px;
	height:32px;
	font-family:Tahoma;
	font-size:13px;
	cursor:pointer;
	border:none;
	opacity:0.8;
	-moz-border-radius:5px;
	-webkit-border-radius:45px;
	border-radius:5px;
	color:#000;
	background:#E0D8D8;
	margin-top:20px;

}

.btn001:hover{
	opacity:1;

}


.AlertManger{
	width:400px;
	margin-top:10px;
	margin-bottom:20px;
	z-index:6900;
	display:none;

}
.AlertManger #AlertClose{
/*
	width:20px;
	height:20px;
	background:url(../imgs/close.png) center center no-repeat;
	margin-left:280px;
	margin-top:5px;
	position:absolute;
	float:right;
	cursor:pointer;
*/
}

.AlertManger #AlertMsg{
	width:350px;
	height:19px;
	/*border-radius:8px;*/
	background:#E77787;
	border:solid 1px #fbc0c0;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	padding:3px 0 0 12px;
}



.AlertManger #AlertHead{
	width:30px;
	height:28px;
	margin-top:-1px;
	position:absolute;
	background:url(../imgs/head.png) center top no-repeat;
	margin-left:270px;
}
