﻿#orderWithdrawalRequestForm{max-width:640px;margin:28px 0;font-family:Arial,Helvetica,sans-serif;color:#333;}#orderWithdrawalRequestForm .infoBoxContentIndent{padding:28px;background:#f7f9fb;border:1px solid #d8e1e8;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06);}#orderWithdrawalRequestForm .form-field{margin-bottom:18px;}#orderWithdrawalRequestForm .form-field .label{margin-bottom:7px;}#orderWithdrawalRequestForm .form-field .label label{display:block;font-size:14px;font-weight:700;color:#164f7a;}#orderWithdrawalRequestForm .form-field .edit input,#orderWithdrawalRequestForm .form-field .edit textarea{width:100%;box-sizing:border-box;padding:11px 12px;font-size:15px;line-height:1.4;color:#333;background:#fff;border:1px solid #c8d4dd;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease;}#orderWithdrawalRequestForm .form-field .edit input:focus,#orderWithdrawalRequestForm .form-field .edit textarea:focus{outline:none;border-color:#0074b8;box-shadow:0 0 0 3px rgba(0,116,184,.14);}#orderWithdrawalRequestForm .form-field .edit textarea{min-height:120px;resize:vertical;}#orderWithdrawalRequestForm .form-field .edit span[class*=val_],#orderWithdrawalRequestForm .form-field .edit span[data-val-message-for]{display:block;margin-top:6px;font-size:13px;color:#c0392b;}#orderWithdrawalRequestForm .editButton{margin-top:22px;margin-bottom:11px;}#orderWithdrawalRequestForm .editButton .button,#orderWithdrawalRequestForm .editButton input{display:inline-block;min-width:140px;padding:12px 26px;font-size:15px;font-weight:700;text-transform:uppercase;color:#fff;background:#0074b8;border:0;border-radius:4px;cursor:pointer;transition:background .2s ease,transform .1s ease;}#orderWithdrawalRequestForm .editButton .button:hover,#orderWithdrawalRequestForm .editButton input:hover{background:#005f96;}#orderWithdrawalRequestForm .editButton .button:active,#orderWithdrawalRequestForm .editButton input:active{transform:translateY(1px);}#orderWithdrawalRequestForm .cleaner{clear:both;}@media(max-width:600px){#orderWithdrawalRequestForm .infoBoxContentIndent{padding:20px;}#orderWithdrawalRequestForm .editButton .button{width:100%;}}