@charset "utf-8";
/* CSS Document */
/* 全局定义 */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,input,textarea,button,form,select,option{margin:0;padding:0;vertical-align:baseline;}
table, td{ border-spacing:0!important; padding:0; font-size:12px;}
body { font-family:"Microsoft yahei"; font-size:12px; color:#434343; background:#ffffff url(../../../../images/bg.gif) repeat-x left top;}/*页面背景*/
a{color: #000000;text-decoration: none; font-size:12px;	vertical-align: baseline;outline: none;	_zoom: 1;}/*链接样式*/
a:hover{color: #e10101;text-decoration: none;}
input,textarea{vertical-align: middle;resize: none;outline: none;}
img{border: 0;}
/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
.clearfix{display:inline-block;}
.clearfix {	display:block;}

/*main*/
#wp-contribute{ width:348px; margin:0 auto;}
/*#wp-contribute .tilte{ height:50px; line-height:50px; margin-bottom:10px; border-bottom:1px solid #ccc;}*/
#wp-contribute .show{ width:auto; height:204px; border:1px solid #ccc;}
.jcrop-holder {margin: auto;}
.controls{ width:100%; margin:10px 0; display:block;*zoom:1; text-align:left;}
textarea, input[type="text"], input[type="password"], input[type="datetime"] {
    display:inline-block;
    width:97%;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 18px;
    padding:6px 4px;
    font-size: 14px;
    line-height: 18px;
    color: #555;
}
textarea {
    height: auto;
    overflow-y:visible;
    vertical-align: top;
}
input, button, select, textarea {
    font-family: "Microsoft yahei";
}
.controls.btn{text-align:center; margin:0 auto; width:178px; margin-top:20px; }
input.btn[type="button"]{ float:left; display: inline-block;
                          margin-right:10px; border: 0px solid #ccc;font-size: 14px;
                          height:28px;
                          line-height:28px;
                          -webkit-border-radius: 3px;
                          -moz-border-radius: 3px;
                          border-radius: 3px;
                          padding:0px 20px;
                          text-align: center;
                          background:#209fc8;
                          cursor: pointer;
                          color:#fff;
}

input.btn[type="button"].btn-upload{ padding-right:30px;background:#209fc8 url(../images/upload.gif) no-repeat 50px 4px;
}

