@charset "utf-8";
/* CSS Document */

  .selectbox
  {
      background-color: #fff; width:277px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 2px;
    padding: 7px;
	width:342px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
  .selectboxcat
  {
      background-color: #fff; 
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 2px;
    padding: 7px;
	width:356Px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
   .qualtext
  {
      background-color: #fff; width:277px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 2px;
    padding: 7px;
	width:342px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
  .qualitextcontent
  {
	  font-weight:bold;
	  font-size:14px;
	  color:#333;    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .textarea
  {
      background-color: #fff; width:277px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 2px;
    padding: 7px;
	width:342px;
	height:70px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
  .textcontent
  {
	  font-weight:bold;
	  font-size:14px;
	  color:#333;    font-family: Georgia, "Times New Roman", Times, serif;
  }
  
  }
  #footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #1582AB;
	border-top: 1px solid #1885B0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}