* { margin: 0; padding: 0; } body { border-top-width: 30px; border-top-style: solid; font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; } form { margin-left: 8px; padding: 16px 16px 40px 16px; font-weight: normal; -moz-border-radius: 11px; -webkit-border-radius: 11px; border-radius: 4px; background: #fff; border: 1px solid #e5e5e5; -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px; -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px; box-shadow: rgba(200,200,200,1) 0 4px 18px; } form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; } #login form .submit input { font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; text-decoration: none; font-size: 11px; line-height: 16px; padding: 2px 8px; cursor: pointer; border-width: 1px; border-style: solid; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .button-primary { border-color: #004980; font-weight: bold; color: #fff; background: linear-gradient(#1199c9, #0676c9); box-shadow: 0 1px 0 0 #fff; } .button-primary:hover { border-color: #00355b; box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1); } .button-primary:active { background: #006cbc; } #login form p { margin-bottom: 0; } label { color: #777; font-size: 13px; } form .forgetmenot label { font-size: 11px; line-height: 19px; } form .submit { float: right; } form p { margin-bottom: 24px; } h1 { width: 326px; height: 67px; text-align: center; } #backtoblog a { position: absolute; top: 7px; left: 15px; text-decoration: none; color: #fff; } #login { width: 320px; margin: 7em auto; } #login_error, .message { margin: 0 0 16px 8px; border: 1px solid #e6db55; background: rgb(255, 251, 204); padding: 12px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } #nav { margin: 0 0 0 8px; padding: 16px; } #user_pass, #user_login, #user_email { font-size: 24px; width: 97%; padding: 3px; margin-top: 2px; margin-right: 6px; margin-bottom: 16px; border: 1px solid #e5e5e5; background: #fbfbfb; }