﻿@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

/*验证图标*/
.icon_del {
    background-image: url('../image/reg_ico.png');
    background-repeat: no-repeat;
    float: left;
    width: 15px;
    height: 15px;
    margin-left: -18px;
    background-position: -60px 0px;
}

.icon_ok {
    background-image: url(../image/reg_ico.png);
    background-repeat: no-repeat;
    float: left;
    width: 15px;
    height: 15px;
    margin-left: -18px;
    background-position: -30px 0px;
}


#recuitForm tr td input, .tips {
    float: left;
}

.left {
    float: left;
}

.tips {
    float: left;
    padding-left: 20px;
}

.erro {
    color: #ff0000;
}
