/*
 * imgAreaSelect default style
 */
body{background-color:#FFF}
.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}


/*帮助*/
.pic_help{overflow:hidden; z-index:1}
.help_pic{ width:160px; height:191px; border:1px solid #eaeaea; border-right:none; background:#f8f8f8; float:left;}
.help_pic li{ width:160px;height:51px; line-height:51px; text-align:center; color:#464646; cursor:pointer;}
.help_pic .help_hover{ color:#000; background:#EAEAEA;}
.help_right{ border:1px solid #eaeaea; padding:12px 25px; width:787px; float:left; display:none;  }
.help_right p{ line-height:28px; color:#5e5e5e;}

.zhaopian{ width:100%;border-top:solid 1px #ededed;border-left:solid 1px #ededed;}
.zhaopian td{border-right:solid 1px #ededed;border-bottom:solid 1px #ededed; text-align:center;}
.zhaopian td.bt{height:40px;}
.zhaopian tr.bk{background:#f5f5f5;}