body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  padding:0;
  margin:0;}

fieldset, img {border:0}

ol, ul, li {list-style:none}

:focus {outline:none}

body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}

p {
  font-size: 12px;
  width: 150px;
  display: inline-block;
  margin-left: 18px;
}
h1 {
  font-size: 24px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  margin-top: 8px;
 margin-bottom: 8px;

  font-family:Microsoft JhengHei,sans-serif;
}


.textbox {
	position:absolute;
	top:10px;
	left:50px;
  margin: 20px auto;
  width: 290px; 
  height: 260px; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #eeeeee; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
  z-index:100;
}

input[type=radio] {
  visibility: hidden;
}

form{
  margin: 0 20px;
}

label {
	  	display: inline-block;
	  	width: 60px;
	  	text-align: left;
	  	margin: 5px;
		font-size:14px;
		font-family:Microsoft JhengHei,sans-serif;
  }

hr{
  color: #a9a9a9;
  opacity: 0.3;
 
}

.hr2{
  color: #a9a9a9;
  opacity: 0.3;
  margin-bottom: 8px;
  margin-top: 15px;
}

select {
 width: 150px; 
  height: 25px; 
  font-size:14px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  font-family:Microsoft JhengHei,sans-serif;

}

select:focus{
background-color: #FFFFB0; 
}
input[type=text]:focus{
background-color: #FFFFB0; 
}

input[type=text]{
  width: 140px; 
  height: 25px; 
  font-size:14px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  padding-left: 10px;
}

a.button {
  font-size: 15px;
  font-weight: 600;
  color: white;
  padding: 6px 25px 0px 20px;
  margin: 8px 8px 20px 0px;
  display: inline-block;
  float: center;text-align: center;
  text-decoration: none;
  width: 50px; height: 27px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #3a57af; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75),2px 2px 2px 0px rgba(50, 50, 50, 0.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75),2px 2px 2px 0px rgba(50, 50, 50, 0.75); 
  box-shadow: 0 3px rgba(58,87,175,.75), 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

a.button:hover {
  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  
}

#sub_button{
	margin-left:15px;
}

#icon {
  display: inline-block;
  height: 25px; 
  background-color: #4b65ea;
  padding-left: 5px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

