diff --git a/css/contact.css b/css/contact.css index 3dd32cca..ad958a4c 100644 --- a/css/contact.css +++ b/css/contact.css @@ -3,12 +3,12 @@ #inquiryForm { background:#f1f1f1; padding-top:50px; padding-bottom: 30px} h1 { border-bottom: none !important; margin-bottom:20px; height:33px; font-size: 24px} .pgHead { margin-top:40px;} -.contactUs { border:1px solid #d9d9d9; box-shadow:0 0 2px #d9d9d9; border-radius:4px; padding:60px 40px 60px 40px; margin-bottom:30px; background:#fff; position:relative} +.contactUs { border:1px solid #d9d9d9; box-shadow:0 0 2px #d9d9d9; border-radius:4px; padding:20px; margin-bottom:30px; background:#fff; position:relative} .contactUs .arrow { background:url(/pic/arrow-25x40.png) no-repeat; display: block; width:25px; height:40px; position:absolute; left:-25px; top:30px;} .contactUs .introText { font-size:18px; border-bottom:2px dashed #d1d1d1; display: block; padding: 0 10px 25px; margin-bottom:35px;} .contactUs input { border:1px solid #d1d1d1; font-size:16px; padding:8px 10px; display: block; width:100%; border-radius:4px; margin-bottom:30px;} .contactUs textarea { border:1px solid #d1d1d1; font-size:16px; padding:8px 10px; display: block; width:100%; border-radius:4px; margin-bottom:20px; height:150px;} -input[type="button"] { background:#a31022; border: none; color:#fff; padding:10px; margin:40px 0 0;} +input[type="button"] { background:#a31022; border: none; color:#fff; padding:10px; margin:30px 0 0;} .infoTitle {font-size: 20px} .basicInfo {margin-top: 68px;} .infoText {line-height: 1.7em; font-size: 14px;margin-top:10px}