@import '../dep/est/1.2.2/src/all.less';

.global-reset();

.test {
    margin: 100px auto;
    padding: 20px;
    height: 200px;
    width: 400px;
    border: 1px solid #666;
    .border-radius(5px);

    input[type="text"] {
        position: relative;
        margin-right: 10px;
    }
}

