.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], .FormElmt textarea, .FormElmt select{
    border: 1px solid #c5c5c5;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 100%;
    -moz-box-shadow: inset 1px 1px 8px #dddddd;
    -webkit-box-shadow: inset 1px 1px 8px #dddddd;
    box-shadow: inset 1px 1px 8px #dddddd;
}
.BtnCommon span input {
    border: 0;
    background-color: transparent;
    margin: 0;
}
.BtnCommon a, .BtnCommon input {
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}
.BtnCommon span, .BtnCommon a, .BtnCommon input {
    display: block;
}
input[type="button"], input[type="submit"], input[type="reset"], select {
    cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    padding: 1px 4px;
}