﻿.shoppopup-container { width: 100%; position: absolute; z-index: 700; }
.popup { width: 90%; max-width: 300px; overflow: hidden; font-size: 16px; font-family: Arial; text-align: right; direction: rtl; background-color: #fff; margin: 0 auto; margin-top: 100px; padding: 20px; }
.popup_close { background: url(../images/close.jpg) right center no-repeat; height: 14px; width: 14px; cursor: pointer; position: absolute; margin-top: -4px; margin-right: 252px; z-index: 2000; }
.register-title { border-bottom: 1px solid #eeeeee; color: #494949; font-size: 16px; font-weight: bold; line-height: 30px; margin-top: 20px; margin-bottom: 20px; }
.register-name { color: #6d6d6d; font-size: 16px; line-height: 30px; }
.register-name2 { color: #6d6d6d; font-size: 14px; line-height: 22px; margin-bottom: 10px; padding-left: 35px; text-align: right; }
.popup input[type="text"], .popup input[type="password"] { border: 1px solid #d9d9d9; padding: 5px; background: none; min-height: 28px; line-height: 28px; font-size: 14px; height: 28px; }
.popup input[type="submit"], .popup input[type="button"] { color: #fff; width: 100%; background-color: #a4161a; font-size: 18px; margin-top: 30px; padding: 7px 24px; text-align: center; }
