/*======================================================================== 
  Copyright: 匯豐汽車網路事業
  Author: Shanny
  ========================================================================*/

@media screen, projection{

.mainContent { overflow: hidden;}

.greeting {
  display: block;
  clear: both;
  margin: 0 20px 30px 0;
	font-size: 15px;
}
.form-group{ margin: 6px 0;}
.contact-form {
  background: url(../../images/contact_line.jpg) no-repeat right 60px;
  margin-bottom: 20px;
	padding-bottom: 20px;
  border-bottom: dotted 1px #ccc;
}
.contact-form .has-feedback .control-label::before {
  content: '*';
  color: #ff3300;
}
.contact-form .help-block a {
  color: #ff6c00;
  text-decoration: underline;
}
.site { margin-bottom: 20px;}
.site h3 {
  font-size: 16px;
  color: #285e8f;
  margin-bottom: 20px;
  background: url(../../images/icon/arrowRed01.gif) no-repeat 5px 5px;
  padding-left: 15px;
}
.site table{ width: 990px; margin: 0 auto; line-height: 160%;}
.site table td{ width: 165px; padding: 5px 0; text-align: center; border-left: solid 1px #e1e1e1; font-size: 15px;}
.site table td.taipei{ width: 330px; border-left: none; padding-right: 15px; box-sizing: border-box; text-align: right; vertical-align: bottom;
	background-image: url(../../images/contact_site.gif); background-repeat: no-repeat; background-position: 0 0;}
.site table td img{	margin: 0 5px 3px 0; vertical-align: middle;}
.site table td strong{ color: #000; font-size: 17px; font-weight: normal;}
