﻿img {
	border: none
}

#pop {
	width: 300px;
	height: 250px;
	position: fixed;
	left: 1px;
    bottom: 0;
	z-index: 1000;
	background: url(../images/adverbg.png) no-repeat;
/* 	border: 2px solid red; */
	border-radius: 15px;
    border-bottom:none;
}

#popHead {
/* 	height: 20px; */
/* 	background: #fff; */
}

#popHead #popClose {
	position: absolute;
	right: 10px;
	top: 5px;
}

#popHead a#popClose:hover {
	color: #f00;
	cursor: pointer;
}

#popContent{
	width: 300px;
	height: 250px;
}

#popContent h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -280px;
	top: 40%;
}

#popContent span{
	font-size: 16px;
	position: absolute;
	top: 56%;
	left: 50%;
	margin-left: -130px;
	color: #484b5;
}

#popContent dl{
	background: url(../images/clickbt.png) no-repeat;
	position: absolute;
	top: 83%;
	left: 50%;
	width: 140px;
	height: 32px;
	margin-left: -70px;
	background-color: #3b80ff;
}

#popContent input{
	border-radius: 10px;
	position: absolute;
	top: 83%;
	left: 50%;
	width: 140px;
	height: 32px;
	margin-left: -70px;
	color:#FFFFFF;
	background-color: #3b80ff;
}