@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);   /* 思源黑體*/

/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/
#contactus{font-family:sans-serif, Verdana, Arial, "Times New Roman", Times, serif;}
#contactus fieldset
{
   width:100%; margin:0;
   padding:0;
   border: none;   color : #333; 
}

#contactus legend, h2
{
   
   font-size: 19px;
   color:#333;
}

#contactus label
{
   padding-right:5px;
   font-size:16px; display:inline-block; text-align:right; width:93px;

}

#contactus input[type="text"],textarea
{
  
  font-size: 16px;
  line-height:100%;
  color : #333;  
  border : 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}
#contactus input[type="text"]{ margin: -5px 0 0 0; }
textarea{ margin: 5px 0 0 0; }

#contactus input[type="text"]
{
  height:22px;margin: 5px 0 0 0; 
 width:calc(100% - 110px); max-width:300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;   
  
}

#contactus #scaptcha
{
  width:65px;
  height:22px;
}

#contactus input[type="submit"]
{
   width:93px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;   
}

#contactus textarea
{
  height:120px;
  width:100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #333;
  border : 1px solid #990000; line-height:1.2;
  background-color : #ffff99;

}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:100%;
}

#contactus fieldset#antispam legend
{
   
   font-size: 1em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   
   font-size: 13px;
   color:#333; display:inline-block;    
}

#contactus .short_explanation a
{   color: #F00;   
}

.required { font-size: 13px; text-align:left;}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}


.left { display:inline-block; float: left; width:47%; margin-right:15px;}
.right { display:inline-block; float:right;width:50%}

@media screen and (max-width: 640px) {
.left,.right { display:block; float: left; width:100%; margin:0;}
#contactus label{ text-align: left; }
}
