@charset "utf-8";
/* CSS Document */
.contactus_page{}
.contactus_box{}

/*與我們連絡*/
.contact_us_box{ clear: both; float: left; padding-bottom: 10px; width: 100%; }
.contact_us_box .title{ border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999; margin: 0px; padding: 5px; background-color: #666; color: #FFF; font-weight: bold; font-size: 15px; }
.contact_us_box .title span{ margin: 0px; color: #FFF; font-size: 12px; line-height: normal; font-weight: normal; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 10px; }
.contact_us_box ul{ margin: 0px; padding: 0px; list-style-image: none; list-style-type: none; clear: both; float: left; width: 100%; }
.contact_us_box li{ color: #CCC; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999; font-size: 13px; clear: both; float: left; width: 100%; line-height: 20px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; }
.contact_us_box li a{}
.contact_us_box li span{ float: left; line-height: 22px; display: block; }
.contact_us_box li strong{ background-image: url(../images/news_bt.jpg); background-repeat: no-repeat; background-position: 5px 2px; width: 180px; display: block; border-right-width: 1px; border-right-style: solid; border-right-color: #CCC; margin-right: 10px; font-weight: bold; font-size: 13px; float: left; padding-left: 22px; color: #FFF; }

.submit_box{ clear: both; float: left; display: block; margin: 0px; width: 100%; padding-top: 8px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; }
.submit_box .submit{ color: #FFF; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: transparent; cursor: pointer; padding: 0px; background-image: url(../images/register_submit.png); background-repeat: no-repeat; background-position: left top; height: 41px; width: 113px; margin-top: 0px; margin-right: 10px; margin-bottom: 0px; margin-left: 0px; font-family: Arial, Helvetica, sans-serif; }
.submit_box .submit:hover{ background-position: 0px -41px; }

.contact_us_box #textarea{ width: 90%; }
