label
{
	/*width: 200px;*/
	/*display: inline-block;*/
  display: block;

}
input[type="text"], select
{
	display: inline-block;
	margin-bottom: 10px;
	/*width: 300px;*/
}
label.error
{
	/*width: auto;*/
	margin-left: 10px;
}

#postForm
{
	width: 220px;
}
textarea
{
	margin-bottom: 10px;
}

#strValidation, #strValidationB, .message
{
  padding: 15px;
  margin: 10px 0;
  
}
#strValidation p, #strValidationB p
{
  color: white;
  font-size: 1.3em;
  height: auto;
  line-height: initial;
  padding-bottom: 0;
  margin-top: 0;
    

}
#strValidation
{
  background-color: green;
}

#strValidationB
{
  background-color: red;
}

/*   .buttons a    is for all links on page */
.button, .buttons a
{
  cursor: pointer;
  font-weight: bold;
  -webkit-appearance: none;
  width: auto;
  font-size: 14px;
  text-align: center;
  /* border: none; */
  display: inline-block;
  color: #FFFFFF;
  background-color: #008CBA;
  padding: 10px;
  text-decoration: none;
  /* border: none 5px #000000; */
  border-radius: 10px;
  border: none;
  margin: 10px 0;
}
.button:hover
{
  background-color: #222222;
}


