@charset "UTF-8";


section.member_password_forgot-form {
 margin: 0px ;
 padding: 10px;
 background-color: #ececec;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ECECEC));
 box-shadow: 0 0 3px #333333;
}

section.member_password_forgot-form dl {
 margin-bottom: 20px;
}

section.member_password_forgot-form dt {
 font-weight: bold;
}

section.member_password_forgot-form dd {
 margin-bottom: 10px;
}

section.member_password_forgot-form input[type="staff_cd"] {
 padding: 5px;
 width: 150px;
 font-size: 14px;
}

section.member_password_forgot-form input[type="email"],
section.member_password_forgot-form input[type="url"] {
 width: 250px;
 font-size: 14px;
}




section.member_password_forgot-form select {
 padding: 5px;
 margin:5px;
 width: 50px;
 font-size: 16px;
}
.submit {
 text-align: center;
}
