/* style.css */

.testdiv{
	display:none;
}
.test2div{
	display:none;
}

p.normal_text {
        text-align: center;
/*      color: #751F47; */
        color: LightGray;
        font-family: tahoma;
        font-weight: 500;
}

label.normal_text {
        text-align: center;
        color: LightGray;
        font-family: tahoma;
        font-weight: 750;
        font-size: medium;
}

.contactarea1{
	    text-align: center;
        color: LightGray;
        font-family: tahoma;
        font-weight: 750;
		font-size: medium;
		vertical-align:top;
}

.contactarea2{
	    text-align: center;
        color: LightGray;
        font-family: tahoma;
        font-weight: 750;
		font-size: medium;
		vertical-align:top;
}

.contactcomments{
	    text-align: center;
        color: LightGray;
        font-family: tahoma;
        font-weight: 750;
		font-size: medium;
		vertical-align:top;
		
		
}

small_text {
        text-align: center;
        color: LightGray;
        font-family: tahoma;
        font-weight: 500;
        font-size: small;
}

.button {
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #751F47;
  border: none;
  border-radius: 30px;
  box-shadow: 0 5px #999;
}

.button:hover {background-color: #751F62}

.button:active {
  background-color: #751F62;
  box-shadow: 0 2px #666;
  transform: translateY(4px);
}

textarea::placeholder{
    opacity: 1;
    font-weight: 900;
}


.textarea1 {
	color: #751F47;
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    resize: vertical;
    height: 25px;
	margin: 0 0 0px 0px;
	margin-right: 5em;
	outline: none;
	resize: none;
	overflow: hidden;
}
.textarea2 {
	color: #751F47;
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    resize: vertical;
    height: 25px;
	margin: 0 0 0px 0px;
	margin-right: 9em;
	outline: none;
	resize: none;
	overflow: hidden;
}
.textarea5 {
	color: #751F47;
    width: 300px;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    height: 70px;
	margin: 0 0 0px 0px;
	margin-right: 8em;
	outline: none;
	resize: none;
	overflow: hidden;
}

form .stars {
  background: url("stars.png") repeat-x 0 0;
  width: 150px;
  margin: 0 auto;
}

form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: default;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}
