body{font:12px Tahoma,Helvetica, sans-serif,"Lucida Grande";color:#000;margin: 0;}

.email-410 input {
    float: left;
    margin: 0 5px 0 20px;
    width: 190px;
}
input, textarea, input[type="password"] {
    font-family: Tahoma,Geneva,sans-serif;
}
input, textarea, input[type="password"] {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    padding: 7px;
}
* {
    outline: medium none;
}

dd, dt, form {
    display: inline;
    margin: 0;
    padding: 0;
}
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #cc2421;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
    color: #FFF;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .8em 1em .6em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cc2421),color-stop(100%,#aa1d1a));
}

*:first-child+html input[type="submit"] {
font-size:1px
}
h1{
 display:none;   
}
p{
 font-size:14px;   
}

#email {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
}

#ok {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #cc2421;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
    color: #FFF;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .8em 1em .6em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cc2421),color-stop(100%,#aa1d1a));
}

.zend_form {
    margin:0;
}