form {
    width: 1000px;
    margin-top: 15px;
}

.field {
    overflow: auto;
    padding: 0 0 0.5em;
}

label
{
    padding: 0 0 0;
    float: left;
    font-size: 12px;
    width: 100px;
}
.checkbox p
{
width: 200px;
}
.radio p 
{
width: 50px;
}
input,
select {
    float: left;
    width: 200px;
}

select {
    width: 220px;
}

ul.forms
{
font-color: #2e2e36;
}
li.forms
{
font-color: #2e2e36;
}
.error .messages,
.error .messages li {
    float: top;
    margin: 0;
    padding: 0;
    list-style: none;
}

.error .messages li {
    padding: 0.1em 0 0 1.5em;
    color: #3F3F3F;
}

.error input {
    color: #3F3F3F;
}

.success {
    background: url(icons/success_icon.png) 350px 0.2em no-repeat;
}

.error {
    background: url(icons/warning.png) 350px 0.2em no-repeat;
}

fieldset {
    border: none;
    margin-left: 10px;
}

.checkbox p,
.checkbox .inputs {
    float: left;
}

.checkbox p {
    padding: 0;
    margin: 0 0 1em;
}

.checkbox .inputs {
    width: 55px;
}

.checkbox .inputs,
.checkbox .inputs li {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

.checkbox .inputs li {
    margin: 0 0 0.3em;
}

.checkbox li label,
.checkbox li input {
    display: inline;
    float: none;
    width: auto;
}

.button input {
    width: auto;
}

.validate_any {
    position: relative;
}

.validate_any.error {
    padding-top: 2em;
    background-position: 0 0.2em;
}

#terms_block {
    background-position: 205px 0.2em;
}

#terms_block .messages li {
    padding-top: 0.2em;
}

.validate_any .messages {
    position: absolute;
    left: 0;
    top: 0.1em;
}
