body {
    padding: 0px;
    margin: 20px;
    font-family: "Helvetica Neue Regular", Helvetica, sans-serif;
    font-weight:300;
    font-size: 13px;
    color: #586064;
    background-color: #DCDCDC;
}

.wrapper {
    background-color: #ffffff;
    width: 475px;
    margin-left: auto; margin-right: auto;
    border-radius: 3px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);    background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}

.wrapper2 {
    padding: 10px;
    background-color: #ffffff;
    width: 700px;
    margin-left: auto; margin-right: auto;
    border-radius: 3px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);    background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
 
.wrapper a:link,
.wrapper a:hover,
.wrapper a:visited {
    color: #157bc2;
    text-decoration: none;
}
 
.wrapper .inside {
    padding: 10px;
}
 
.wrapper h2 {
    color: #000000;
    display: block;
    font-size: 20px;
}
 
.wrapper p {
    margin: 0;
}
 
.wrapper input {
    padding: 5px 10px;
    border: 1px #b2b2b2;
    align: right;
    width: 355px;
}
 
.wrapper .signInButton:link, 
.wrapper .signInButton:hover, 
.wrapper .signInButton:visited {
    background: #95d600;
    color: white;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    margin: 5px 0;
}
 
.wrapper .links {
    text-align: center;
    font-size: 14px;
    width: 100%;
}
 
.wrapper .footer {
    text-align: center;
    font-size: 10px;
    color: grey;
    width: 100%;
    margin-top: 20px;
}
 
.wrapper .messageCell {
    color: red;
}
 
.wrapper .messageCell h4 {
    display: none;
}