/* reset 
 * ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* basic
 * ===== */
body{
    font-size:14px;
    font-family: "Microsoft Yahei","Helvetica Neue","Luxi Sans","DejaVu Sans",Tahoma,"Hiragino Sans GB",STHeiti !important;
}
html,body{height:100%}
em,i{text-decoration:none;font-style:normal}
a{
	text-decoration:none;
	color:#236fd4;
	cursor:pointer;
}
/* google blue link #4484F0 */
a:link,a:visited{
	text-decoration:none;
}
a:hover{
    color:#0093ff;
	text-decoration:underline;
}
code{
	padding: 2px 4px 1px 4px;
	padding: 1px 4px\9;
	color: #dd5e11;
	background-color: #fafafc;
	border: 1px solid #dddde4;
	margin-right:3px;
	white-space: nowrap;
}
h1,h2,h3,h4,h5,h6 {
  margin: 10.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 21px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,h2,h3 {
  line-height: 42px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.pz-left{float:left}
.pz-right{float:right}
.pz-text-center{text-align:center}
.pz-text-left{text-align:left}
.pz-text-right{text-align:right}


.bg-dark{
	background-color:#4d4d4d;
}
.bg-gray{
	background-color:#666;
}
.bg-dark-green{
	background-color:#096;
}
.bf-dark-green{
	background-color:#e5f4ef;
}
.bg-green{
	background-color:#9c0;
}
.bf-green{
	background-color:#f4f9e4;
}
.bg-pale-green{
	background-color:#66f066;
}
.bf-pale-green{
	background-color:#eff9ef;
}
.bg-light-green{
	background-color:#9c9;
}
.bf-light-green{
	background-color:#f4f9f4;
}
.bg-dark-blue{
	background-color:#36c;
}
.bf-dark-blue{
	background-color:#eaeff9;
}
.bg-blue{
	background-color:#0294c7;
}
.bf-blue{
	background-color:#e5f4f9;
}
.bg-pale-blue{
	background-color:#47b7e6;
}
.bf-pale-blue{
	background-color:#ecf7fc;
}
.bg-dark-orange{
	background-color:#cf4a2c;
}
.bf-dark-orange{
	background-color:#faece9;
}
.bg-orange{
	background-color:#f80;
}
.bf-orange{
	background-color:#fff2e4;
}
.bg-dark-red{
	background-color:#c00;
}
.bf-dark-red{
	background-color:#fae5e5;
}
.bg-red{
	background-color:#f44;
}
.bf-red{
	background-color:#ffebeb;
}
.bg-border-gray{
	color:#e9e9e9;
}
.bg-font-color{
	color:#222;
}
.bg-font-pale-color{
	color:#acacac;
}
.google-table-odd{
	background-color:#ccc;
	border:1px solid #b8b8b8;
}
.google-table-th-head{
	border-top: 5px solid #4285f4;
	color: #b6b6b6;
	border:1px solid #b8b8b8;
}
.google-table-th{
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 5px solid #e5e5e5;
	color: #464646;
}
.google-table-td-selected{
	background: #f4b400;
	color: #FEE49C;
}


/* clear and clearfix 
 * ================== */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear,
html body * i.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after,
.pz-header:after,
.pz-form:after,
.pz-form-row:after,
.pz-form-footer:after,
.pz-table-footer:after,
.pz-fluid-grid:after,
.pz-fluid-layout:after{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix,
.pz-header,
.pz-form,
.pz-form-row,
.pz-form-footer,
.pz-table-footer,
.pz-fluid-grid,
.pz-fluid-layout{
	display: inline-block;
}
* html .clearfix,
* html .pz-header,
* html .pz-form,
* html .pz-form-row,
* html .pz-form-footer,
* html .pz-table-footer,
* html .pz-fluid-grid,
* html .pz-fluid-layout{
	height: 1%;
}
.clearfix,
.pz-header,
.pz-form,
.pz-form-row,
.pz-form-footer,
.pz-table-footer,
.pz-fluid-grid,
.pz-fluid-layout{
	display: block;
}


/* vertical space 
 * ============== */
.i5,.i10,.i15,.i20,.i30{clear:both;overflow:hidden;display:block}
.i5{height:5px;line-height:5px;font-size:5px}
.i10{height:10px;line-height:10px;font-size:10px}
.i15{height:15px;line-height:15px;font-size:15px}
.i20{height:20px;line-height:20px;font-size:20px}
.i30{height:30px;line-height:30px;font-size:30px}


/* position:fixed for all 
 * ====================== */
.pz-fix-top{position:fixed;bottom:auto;top:0}
.pz-fix-bottom{position:fixed;bottom:0;top:auto}
.pz-fix-left{position:fixed;right:auto;left:0}
.pz-fix-right{position:fixed;right:0;left:auto}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}/* no shaking in IE6 */
* html .pz-fix-top{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop))}
* html .pz-fix-right{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0))}
* html .pz-fix-bottom{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}


/* button
 * ====== */
.pz-btn{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font:12px/24px Arial,Helvetica,sans-serif;
	height:24px;
	color:#333;
	border:1px solid #9e9e9e;
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9c9c9c;
    background-color:#f8f8f8;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f3f3f3));
    background-image:-moz-linear-gradient(top,#ffffff,#f3f3f3);
    background-image:-ms-linear-gradient(top,#ffffff,#f3f3f3);
    background-image:-o-linear-gradient(top,#ffffff,#f3f3f3);
    background-image:linear-gradient(to bottom,#ffffff,#f3f3f3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3f3f3');
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
}
.pz-btn:hover{
	color:#333;
	text-decoration:none;
}
a.pz-btn{
    padding:0 10px;
	height:24px\9;
	line-height:24px\9;
	*padding-top:1px;
	_padding-top:2px;
}
input.pz-btn{
    padding:0 10px;
	height:26px;
	_height:24px;
	_line-height:21px;
	_padding-top:2px;
	width: auto;
    _width: 0;
    overflow:visible !ie;
}
a.pz-big-btn{
	height:56px;
	line-height:13px;
	padding:2px 16px 0 16px;
}
a.pz-big-btn i{
	line-height:36px;
}
a.pz-small-btn{
    padding:0 3px;
	height:14px;
	line-height:14px;
	*height:13px;
	*line-height:13px;
	*padding-top:1px;
}
.pz-btn-group{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	white-space: nowrap;
}
.pz-btn-group .pz-btn{
	float:left;
	margin:0;
	margin-left:-1px;
	*margin-left:expression(this.previousSibling==null?'0':'-1px');
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
.pz-btn-group .pz-btn:first-child{
	margin-left:0;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-ms-border-radius:3px 0 0 3px;
	-o-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.pz-btn-group .pz-btn:last-child{
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.pz-btn-disabled,.pz-btn-disabled:hover{
	border:1px solid #ccc;
	color:#bbb;
}
.pz-btn-submit,.pz-btn-submit:hover{
    color:#fff;
	border:1px solid #27597c;
	border-top:1px solid #326b93;
    background-color:#4593e0;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#54a9eb),to(#347cd5));
    background-image:-moz-linear-gradient(top,#54a9eb,#347cd5);
    background-image:-ms-linear-gradient(top,#54a9eb,#347cd5);
    background-image:-o-linear-gradient(top,#54a9eb,#347cd5);
    background-image:linear-gradient(top,#54a9eb,#347cd5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a9eb',endColorstr='#347cd5');
}
.pz-btn-info,.pz-btn-info:hover{
    color:#fff;
	border:1px solid #1f6377;
	border-top:1px solid #2f96b4;
    background-color:#49afcd;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(top,#5bc0de,#2f96b4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4');
}
.pz-btn-danger,.pz-btn-danger:hover{
    color:#fff;
    border:1px solid #760a06;
    border-top:1px solid #7c0d09;
    border-bottom:1px solid #630100;
    background-color:#db403d;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#e95855),to(#cb2520));
    background-image:-moz-linear-gradient(top,#e95855,#cb2520);
    background-image:-ms-linear-gradient(top,#e95855,#cb2520);
    background-image:-o-linear-gradient(top,#e95855,#cb2520);
    background-image:linear-gradient(top,#e95855,#cb2520);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e95855',endColorstr='#cb2520');
}
.pz-btn-reverse,.pz-btn-reverse:hover{
    color:#fff;
    border:1px solid #3d3d3d;
    background-color:#666;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#888888),to(#454545));
    background-image:-moz-linear-gradient(top,#888888,#454545);
    background-image:-ms-linear-gradient(top,#888888,#454545);
    background-image:-o-linear-gradient(top,#888888,#454545);
    background-image:linear-gradient(top,#888888,#454545);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888',endColorstr='#454545');
}
.pz-btn-success,.pz-btn-success:hover{
    color:#fff;
    border:1px solid #387038;
    border-top:1px solid #4f8b4f;
    background-color:#5bb75b;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-ms-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(top,#62c462,#51a351);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',endColorstr='#51a351');
}
.pz-btn-warning,.pz-btn-warning:hover{
    color:#fff;
    border:1px solid #a86302;
    border-top:1px solid #b96e04;
    background-color:#f5a12b;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#faa630),to(#e68600));
    background-image:-moz-linear-gradient(top,#faa630,#e68600);
    background-image:-ms-linear-gradient(top,#faa630,#e68600);
    background-image:-o-linear-gradient(top,#faa630,#e68600);
    background-image:linear-gradient(top,#faa630,#e68600);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa630',endColorstr='#e68600');
}


/* tag & badge 
 * =========== */
span.pz-tag,
span.pz-badge{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 2px 4px 3px 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	color:white;
    -webkit-text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	-ms-text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	-o-text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
}
span.pz-badge{
	padding: 2px 9px 3px 9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-ms-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;
}
span.pz-tag-reverse,
span.pz-badge-reverse{
	background-color:#4d4d4d;
}
span.pz-tag-success,
span.pz-badge-success{
	background-color:#096;
}
span.pz-tag-warning,
span.pz-badge-warning{
	background-color:#f80;
}
span.pz-tag-danger,
span.pz-badge-danger{
	background-color:#f44;
}
span.pz-tag-info,
span.pz-badge-info{
	background-color:#47b7e6;
}
span.pz-tag-submit,
span.pz-badge-submit{
	background-color:#0294c7;
}


/* submenu 
 * ======= */
.pz-submenu{
	font-size:12px;
	border:1px solid #b4b4b4;
	background:white;
	padding:5px 0;
	z-index:1000;
	position:absolute;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.pz-submenu li{
	float:left;
	clear:both;
	width:100%;
	*width:auto;
}
.pz-submenu li a,
.pz-submenu li span{
	display: block;
	padding: 3px 11px 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}
.pz-submenu li a:hover,
.pz-submenu li a:focus{
  color: #ffffff;
  text-decoration: none;
  background-color: #8ba7c9;
}
.pz-submenu-gap{
	padding:0;
	margin:6px 0;
	border-top:1px solid #dbdbdb;
	display:block;
	clear:both;
	overflow:hidden;
	font-size:0;
	height:0;
	line-height:0;
}


/* jquery select (include multiple) 
 * ================================ */
.jselect{
	width:186px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #bbb;
	font-size:14px;
	margin:0;
	height:26px;
	line-height:26px;
    padding:0 6px 0 8px;
	background:#fff;
    cursor:pointer;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;	
	text-decoration:none;
	vertical-align:middle;
}
.jselect ul,.jselect li,
.jselect-panel ul,.jselect-panel li{
	padding:0;
	margin:0;
}
.jselect em{
	font-style:normal;
	float:left;
	color:#333;
	white-space:nowrap;
}
.jselect i{
	font-style:normal;
	float:right;
	color:#515151;
	font-size:12px;
}
.jselect:hover{
	text-decoration:none;
	border-color:#909090;
}
.jselect:active{
	border-color:#5c5c5c;
}
.jselect-panel{
	width:200px;
	background:white;
	border:1px solid #5c5c5c;
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
}
.jselect-panel li{
	float:left;
	width:100%;
	height:26px;
	overflow-y:hidden;
}
.jselect-panel li a,.jselect-link-on{
	height:26px;
	line-height:26px;
	padding:0 6px 0 8px;
	display:block;
	color:#333;
}
.jselect-panel li a:hover{
	background:#ddd;
	text-decoration:none;
}
.jselect-panel li a.jselect-link-on,
.jselect-link-on{
	background:#d25f1a;
	color:#fff;
}
.jselect-panel li a.jselect-link-on:hover,
.jselect-link-on:hover{
	background:#e2793a;
	color:#fff;
	text-decoration:none;
}
.jselect-panel-tab{
	width:100%;
	height:auto;
	background:#f1f2f1;
	line-height:32px;
	border-bottom:1px solid #ababab;
	/* don't use nowrap! */
}
.jselect-panel-tab em{
	width:auto;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:15px;
	font-style:normal;
	line-height:32px;
	padding:0 8px;
	color:#222;
	cursor:pointer;
}
.jselect-panel-tab span.jselect-panel-tab-hover,
.jselect-panel-tab-hover{
	background:#dedfde;
	color:#000;
}
.jselect-panel-tab span.jselect-panel-tab-on,
.jselect-panel-tab-on{
	background:#c2d6f3;
	color:#000;
}


/* calendar
 * ======== */
#calendar_div {
	display: none;
	border: 1px solid #aaa;
	z-index: 10; 
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
	background-color:#fff;
	background-image:linear-gradient(center top,#ffffff,#f0f0f0);
	background-image:-o-linear-gradient(center top,#ffffff,#f0f0f0);
	background-image:-ms-linear-gradient(center top,#ffffff,#f0f0f0);
	background-image:-moz-linear-gradient(center top,#ffffff,#f0f0f0);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f0f0f0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0');
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
#calendar_div a {
	cursor: pointer;
	cursor: hand;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_control, #calendar_links, #calendar_header, #calendar, #calendar_time {
	clear: both;
	float: left;
	width: 214px;
	color: #333;
}
#calendar_control{
    padding-bottom:3px;
}
#calendar_control {
}
#calendar_links {
}
#calendar_control a, #calendar_links a {
	letter-spacing: 1px;
	padding: 2px 5px;
}
#calendar_control a:hover {
	text-decoration:none;
}
#calendar_links a:hover, .calendar_titleRow a:hover {
	text-decoration:none;
}
#calendar_prev, #calendar_next{
	float: left;
}
#calendar_current {
	float: left;
}
#calendar_close, #calendar_clear {
	float: right;
}
#calendar_header{
    text-align: center;
    padding:3px 0;
}
#calendar_time {
    text-align: center;
}
#calendar_header select, #calendar_time select {
}
#calendar {
	text-align: center;
	font-size: 100%;
}
#calendar a {
	width: 100%;
	display: block;
}
#calendar a:hover {
}
#calendar .calendar_titleRow {
    color:#777;
}
#calendar .calendar_titleRow a {
}
#calendar .calendar_titleRow a:hover {
    color: #000;
}
#calendar .calendar_daysRow {
	color: #999;
}
#calendar .calendar_daysCell {
}
#calendar .calendar_daysCell a {
	color: #515151;
	padding-top:3px;
	padding-bottom:3px;
	display: block;
	width: 100%;
}
#calendar .calendar_daysCell a:hover {
	text-decoration:none;
}
#calendar .calendar_weekEndCell {
}
#calendar .calendar_daysCellOver {
    background: #ddd;
}
#calendar .calendar_unselectable {
	color: #aaa;
}
#calendar_today {
	background: #93d0ff !important;
}
#calendar_currentDay {
	background: #f80 !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 300px; /*must have to match width and borders*/
    height: 300px; /*must have to match maximum height*/ 
}


/* jquery tools tooltip
 * ==================== */
.pz-show-tooltip{
    display:none;
    background-color:#ffa;
    border:1px solid #cc9;
    padding:3px 6px;
    font-size:13px;
    box-shadow: 2px 2px 11px #666;
    -o-box-shadow: 2px 2px 11px #666;
    -ms-box-shadow: 2px 2px 11px #666;
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
}
.pz-form-tooltip{
    background-color:#000;
    border:1px solid #fff;
    padding:5px 12px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;
    
    box-shadow:0 0 6px #000;
    -o-box-shadow:0 0 6px #000;
    -ms-box-shadow:0 0 6px #000;
    -moz-box-shadow:0 0 6px #000;
    -webkit-box-shadow:0 0 6px #000;
}


/* jquery tools dialog
 * =================== */
.pz-dialog{
    background-color:#fff;
    display:none;
    width:520px;
    padding:10px;
    text-align:left;
    border:10px solid #0a76b3;
}
.pz-dialog h2{
    margin:0;
    padding:0 0 12px 0;
    font-size:20px;
    line-height:26px;
}
.pz-dialog-footer{
    text-align:right;
    border-top:1px dotted #777;
    margin-top:10px;
    padding-top:10px;
}


/* jquery tools popshow
 * ==================== */
.pz-popshow{
    display:none;
    z-index:10000;
    background-color:#fff;
    color:#333;
    width:640px;
    padding:10px;
    border:3px solid #fff;
    box-shadow: 0 0 60px #000;
    -o-box-shadow: 0 0 60px #000;
    -ms-box-shadow: 0 0 60px #000;
    -moz-box-shadow: 0 0 60px #000;
    -webkit-box-shadow: 0 0 60px #000;
}
.pz-popshow img{
    width:640px;
}
.pz-popshow .close{
    background-image:url(../img/dialog-close.png);
    _background-image:url(../img/dialog-close.gif);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.pz-popshow-detail{
    font-size:12px;
    color:#000;
}
.pz-popshow-detail h2{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:22px;
    font-weight:normal;
}

