/**
 * dragverify.css for dragverify default cascading style sheets
 *
 * @author hbsndg_code
 * @version 1.0
 * @createdtime 2015-11-12
 * @contact hbsndg_code@126.com
 */
/*body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote，th,td{margin:0;padding:0;}*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

capation, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: ' '
}

abbr, acronym {
    border: 0;
}

html, body {
    font-family: "Microsoft Yahei", Arial, Helvetica, Roboto, sans-serif;
    font-size: 16px;
}

#dragverify {
    position: relative;
    background-color: #e8e8e8;
    width: 300px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

#dragverify .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 32px;
    border: 1px solid #cccccc;
    cursor: move;
}

.blockbg {
    background: #ffffff url(../images/blockbg.png) no-repeat center;
}

.blockbgsuc {
    background: #ffffff url(../images/suc.png) no-repeat center;
}

#dragverify .dragverifybg {
    background-color: #7ac23c;
    height: 34px;
    width: 0;
}

#dragverify .dragverifytext {
    position: absolute;
    top: 0;
    width: 422px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#dragverify {
    margin: 20px 0 10px 0;
    width: 422px;
}

#dragverify div {
    margin: 0;
    width: 100%;
}
