#quickform { background: #d1d1d1; padding: 20px 15px 15px;box-sizing: border-box; }
#quickform h4 { font-size: 27px; color: #c71119; text-align: center; font-weight: bold; }
#quickform ul li { margin-bottom: 15px; }
#quickform input { width: 100%; padding: 12px 0; text-indent: 15px; outline: 0; border: 1px solid #dbdbdb; background-color: #fff; }
#quickform textarea { width: 89%; padding: 15px; color: #666; }
#quickform .submitbtn { font-size: 16px; display: block; font-weight: bold; padding: 14px 0; text-align: center; background-color: #c71119;border: 1px solid #c71119;color:#fff;border-radius: 3px;cursor: pointer;}
