@@ -229,13 +229,13 @@ div.options a {
margin-bottom: 5px !important;
-webkit-border-radius: 0px 0px 8px 8px;
-khtml-border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
height: 37px;
background-color: #003B76;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
@@ -1934,13 +1934,13 @@ div.form div.fields div.field div.button
#quick_login{
min-height: 80px;
margin: 37px 0 0 -251px;
padding: 4px;
position: absolute;
width: 278px;
Status change: