body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.22857;
}
a{ padding: 5px 8px;
font-size: 18px;
line-height: 1.33333;
cursor: pointer;text-decoration:none;}

.lheader a{ padding: 5px 8px;
font-size: 36px;
line-height: 1.33333;
cursor: pointer;text-decoration:none;}
.header {
    padding: 0px 0px 0px 0px;
	background-color:#66AFE9;
    height: 1000px;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
}
#left
     {
    float:left;
    }

#right 
    { padding: 5px 8px;
    float:right;
    }
.footer {
    border-top: 0px none;
}
.outer {z-index: 1050;
    padding: 10px;
    width: 600px;
    margin: 4% auto 0px;
    position: relative;
}
.inner {
    background-color: #FFF;
    padding: 20px;
    position: relative;
	font-size: 36px;
   border-radius: 3px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15), 0px -5px 3px -10px #FFF;
}
.lheader {box-sizing: border-box;
	text-align:center;
	margin-top: 10px;
    margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.lform {
    margin-top: 10px;
}
.outer p {
    margin: 5px 0px 5px;
}
.outer label {
    display: block;
    color: #666;
    letter-spacing: 1px;
    font-size: 22px;
}
.input {
padding: 5px 8px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px;
width: 90%;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
}
.lg-submit {
  padding: 5px 8px;
font-size: 18px;
line-height: 1.33333;
cursor: pointer;
color: #FFF;
background-color: #337AB7;
border: 1px solid #337AB7;
-webkit-appearance: none;
}
img {margin-top: 10px;
    border: 0px none;
}

.reset {
    padding: 5px 5px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    background-color: #666;
    border: 1px solid transparent;
    -webkit-appearance: none;
}
@media screen and (max-width: 620px) {
	
 button, input, select, textarea { font-size: 14px; }
.outer { width: auto; margin: 5px; padding:5px;}
.outer label { font-size: 14px;}
.outer p {
    margin: 5px 0px 8px;
}
.inner { margin: 5px;}
.lheader {font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
}
.input {
padding: 5px 8px;
}
.header {
    height: 500px;
}

}