/* css */

#LostPassword { width: 500px; margin-left: auto; margin-right: auto; padding: 20px; margin-top: 100px; }
#LostPassword p { margin-bottom: 20px; text-align: center; }
#LostPassword table { margin-left: auto; margin-right: auto; }
#LostPassword div.email { border: 1px solid #cccccc; position: relative; padding: 10px; padding-top: 20px; }
#LostPassword div.email div.title { position: absolute; top: -8px; left: 10px; border: 0px solid red; background-color: #fff; padding-left: 5px; padding-right: 5px; color: #b94a00; font-weight: bold; }
