
.ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 25px;
	line-height: 25px;
	color: #555;
	width: 250px;margin-left: -27px;
	vertical-align: baseline;
}
.ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.btnabc {margin-top:5px;
margin-left: -27px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	min-width: 52px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #2FA405;
	color: #fff;
	background-color: #36c205;
}
.btnabc:hover {
	border-color:#35B805;
	background-color: #3BCC06;color:#fff;
	box-shadow:#ddd 0 1px 1px 0;
}
.btnabc:focus {
	outline:none
}
.theme-buy {
	margin-top:10%;
	text-align: center;
}
.ddiv {
	font-size: 15px;
}
.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}
.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:430px;
	height:330px;
	margin:-300px 0 0 -215px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:16px;
	position: relative;
}
.theme-poptit h3{font-weight:700;  font-size: 14px;color:#444;}
.theme-popbod {
	padding:60px 15px;
	color:#444;
	height: 148px;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}
.theme-popbom a {
	margin-left:8px
}
.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color:#444;
}
.dform {
	padding:80px 60px 40px;
	text-align: center;
}
.dform .ipt_error {
	background-color:#FFFFCC;
	border-color:#FFCC66
}
.dform-tip {
	display:none;
	background-color:#080;
	color:#fff;
	line-height:42px;
	margin-top:10px;
display:;
	font-size: 14px;
}
.dform-tip-errer {
	background-color: #CF301A;
}
.dform-tip a {
	display: inline-block;
	padding: 0 20px;
	margin-left:10px;
	background-color: #FFE924;
	color: #CF301A;
}
.dform-down {
	padding:0;
	height: 270px;
	overflow: hidden;
}
.dform-down iframe {
	height: 470px;
	margin-top: -180px;
}
.ddiv {
	margin: -50px -20px -50px 90px;
	text-align:left;
	font-size: 14px;
}
.ddiv h4 {
	color:#999;
	font-weight:100;
	margin-bottom: 20px;
	font-size: 12px;
}
.ddiv li {
	margin-bottom: 15px;
}
.ddiv li strong {
	float: left;
	margin-left: -120px;
	width: 80px;
	text-align: right;
	line-height: 32px;
}
.ddiv .btnabc {
	margin-bottom: 10px;
}