input[type='text'], input[type='password'], textarea {
	font-size: 18px;
	border: 1px solid #bbb;

	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	border: 1px solid #ccc;
	min-height: 23px;
	/*display: block;*/

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input[type='text']:focus, input[type='password']:focus, input[type='text']:hover, input[type='password']:hover, textarea:focus, textArea:hover {
	background-color: #EFEFEF;
  -webkit-box-shadow: 0 0 40px #0078AE;
	-moz-box-shadow: 0 0 40px #0078AE;
	box-shadow: 0 0 40px #0078AE;
}

label{
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-style: oblique;
	color: black;
}

select {
	border: 1px solid Black;
  padding:3px;
  margin: 0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  background: #f8f8f8;
  color:#888;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.notInputStyles{
	
}

/**/
.setOpacityBackground
{
  background-color: white;
  background-color: rgba(0, 0, 0, 0.2) !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
