body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

body { background-color: #DDE2E6; margin: 0 auto; width: 280px; font-family: "PT Sans", "Tahoma", "Arial"; font-size: 12px;}
label {
    width: 200px;
}
#form_auth {
    background-color: white;
    margin: 0 auto;
    width: 258px;
    border: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 0 50px white;

}

#form_auth fieldset {
    border: 0;
}

#form_auth input {
    padding: 0;
    height: 15px;
    margin: 2px 0;
    border: 1px solid darkgray;
}
#form_auth input {
    width:150px;
    height: 20px;
    padding-left: 5px;
}
#form_auth label{
    display: inline-block;
    width:  30%;
    text-align: right;
    margin-right: 1%;
}
#form_auth button{
    margin-left: 31%;
    height: 20px;
    width: 200px;
    /*min-width: 150px;*/
    /*max-width: 154px;*/

}
#form_auth * {
    font-size: 11px;
}
#form_auth h1 {
    font-size: 11px;
    width:  33%;
    text-align: right;
}

#form_auth_bottom {
    padding-top: 20px;
    width: 280px;
}

#form_auth_bottom button {
    margin: 5px auto 0;
    width: 100px;
    display: block;
    border: 0;
}
#form_auth_bottom p {
    padding: 0;
    margin: 0;
    text-align: center;
}

#form_all {
    position: absolute;
    top: 30%;
    width: 300px;
}
#message {
    top: 20%;
    background-color: #FF9999;
    width: 278px;
    border: 0;
    padding: 5px 10px 5px;
    margin-top: 20px;
    box-shadow: 0px 0px 15px #FF6666;
}