*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  background: #F2F2F2;
  -webkit-font-smoothing: antialiased;
}

#page-wrapper {
  width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
/*  border-top: 5px solid #69c773; */

}

h1 {
  margin-top: 0;
}

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  height: 150px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 1.3em;
  padding: 0.5rem 0.8em;
  background: #86BF4D;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


.green-nav {

background-color: #fff;

}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li { display: block; float: right; }

#navcontainer a {
    display: block;
    width: 60px;
}


#logo {  text-align: center;
  margin: auto;
  width: 50%;
}


#lmheader {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		height: 4.5em;
		line-height: 4.5em;
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
	}
#lmlogo {
		position: absolute;
		left: 1em;
		top: .4em;
		height: 2.5em;

		font-size: 14pt;

		line-height: 2.5em;
		letter-spacing: 0px;
	}
	

		#lmlogo a {
			font-size: 1.25em;
		}

	#lmnav {
		position: absolute;
		right: 0.5em;
		top: 0;
		height: 4em;
		line-height: 4em;
	}

		#lmnav ul {
			margin: 0;
		}

			#lmnav ul li {
				display: inline-block;
				margin-left: 0.5em;
				font-size: 1.5em;
			}

				#lmnav ul li a {
				
				border-bottom: none;
					display: block;
					color: #fff;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					padding: 0 0.5em 0 0.5em;
					outline: 0;
				}
				
			.buttonA.specialA {
			background-color: #3c9a35;
		
			box-shadow: none;
			border-radius: 30px;
			color: #ffffff !important;
/*			font-size: 1.35em; */
				-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		
	
		border: 0;
		box-shadow: inset 0 0 0 2px #dddddd;
		
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3em;
		letter-spacing: 0.05em;
		line-height: 3.15em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		}

			input[type=submit].specialA:hover, input[type=reset].specialA:hover, input[type=button].specialA:hover, buttonA.specialA:hover, .buttonA.specialA:hover {
				background-color: #33842d;
			}
			
			

			
