@charset "UTF-8";
/* CSS Document */

 select {
-webkit-appearance: none !important;
-webkit-border-radius: 0px;
background-color: #fafafa;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border: 1px solid #cccccc;
padding: 10px;
color: rgba(0, 0, 0, 0.75);
line-height: normal;
border-radius: 0;
width:100%;
margin-bottom:1.25rem;
}

label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  }

 input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
-webkit-appearance: none;
-webkit-border-radius: 0px;
background-color: #ffffff;
font-family: inherit;
border: 1px solid #cccccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
margin: 0 0 1rem 0;
padding: 10px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
 textarea {
	min-height: 50px;
}

.bttn_main {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-weight: bold;
line-height: normal;
margin: 0 0 2px;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: inline-block;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
background-color: #333;
border-color: #333;
color: #ffffff;
transition: background-color 300ms ease-out;
border-radius:5px;
}

 .bttn_main:hover {
	background-color: #000;
	text-decoration: none;
}

 .gray {
	background-color: #999;
}

.bttn_secondary {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
background-color: #eee;
border-color: #eee;
color: #666 !important;
transition: background-color 300ms ease-out;
border-radius:5px;
float:left;
}

 .bttn_secondary:hover {
	background-color: #ccc;
}

 input.edtErr-TextBox  {
	background-color:#FFFF00;
 }
 
h1 {
    font-size: 1.8em;
    line-height: 1.8em;
    font-weight: normal;
    text-align: center;
}
