.forget_button{display:inline-block;margin:0 auto 1px;padding:5px;text-align:center;background:#ea5404;background:-webkit-gradient(linear,left top,left bottom,color-stop(1.00,#b5450c),color-stop(0.50,#ea5404));background:-webkit-linear-gradient(top,#ea5404 50%,#b5450c 100%);background:-moz-linear-gradient(top,#ea5404 50%,#b5450c 100%);background:-o-linear-gradient(top,#ea5404 50%,#b5450c 100%);background:linear-gradient(to bottom,#ea5404 50%,#b5450c 100%);border-radius:5px;box-shadow:1px 1px 1px rgba(234,84,4,0.3)}.forget_button:hover{background:#b5450c;background:-moz-linear-gradient(top,#b5450c 0,#ea5404 50%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#b5450c),color-stop(50%,#ea5404));background:-webkit-linear-gradient(top,#b5450c 0,#ea5404 50%);background:-o-linear-gradient(top,#b5450c 0,#ea5404 50%);background:linear-gradient(to bottom,#b5450c 0,#ea5404 50%)}.forget_button a:link{display:inline-block;padding:5px 10px;font-size:20px;color:white;border:1px dashed white;text-decoration:none}#forget_main{width:700px;margin:0 auto}#forget_main img{display:block;margin:0 auto 10px}