.center {
    text-align: center;
}

.blockCenter {
    margin: auto;
}

.hide {
    display: none;
}

.noMar {
    margin: 0;
}

.noPad {
    padding: 0;
}

.fullWidth {
    width: 100%;
}

label.error{
    background-color: #ff0000;
    opacity: 0.8;
    color: white;
    padding: 4px;
    border: #DDDDDD solid 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
}

form {
    text-align: left;
}

form table {
    width: 100%;
}

form input {
    width: 100%;
}

form select {
    width: 100%;
}

form .submit {
    width: auto;
}

form .note {
    color: #656565;
    font-size: 0.9em;
}
