.orm-formwrap {
    width: 100%;
    margin-bottom: 1em;
} .orm-form {
    border: #eee 0.2em solid;
    padding: 1em;
}

.orm-form input, .orm-form textarea {
    border: #999 1px solid;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0.4em 0.6em;
    margin-bottom: 0.4em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.orm-form textarea {
    width: 97%;
}

.orm-form input:disabled, .orm-form textarea:disabled {
    border: #eee 1px solid;
    color: #ccc;
}

img.orm-form-loading {
    position: relative;
    top: 7px;
    width: 24px; height: 24px;
}

.orm-form input[type="submit"] {
    border: none;
    background: blue;
    color: white;
}
#orm-setup input,
#orm-1star input,
#orm-2star input,
#orm-3star input,
#orm-4star input,
#orm-5star input {
    width: 500px !important;
    padding: 5px;
}