/*
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 fieldset
{
   width:100%; margin:0;
   padding:0;
   border: none;   color : #ccc; 
}

#contactus legend, h2
{
   font-family : '微軟正黑體', Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#ccc;
}

#contactus label
{
   font-family : '微軟正黑體', Arial, sans-serif;
   font-size:1em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : '微軟正黑體', Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height:100%;
  color : #ccc; 
  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:100%; 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:100px;
   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-family: Verdana, '微軟正黑體', Arial, sans-serif; 
   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-family : '微軟正黑體', Arial, sans-serif;
   font-size: 1em;
   font-weight:bold;
   color:#ccc;   
}

#contactus .short_explanation
{
   font-family : '微軟正黑體', Arial, sans-serif;
   font-size: 13px;
   color:#ccc;   
}
#contactus .short_explanation a
{   color:#ff0;   
}
/* 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-family : '微軟正黑體', Arial, sans-serif;
   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;}

}
