
body{
	margin: 0;
	height:100%;
	font-family: 'HedleyNew-Regular', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #616060;
        display: block;
}

a{
	text-decoration:none;
	color:#616060;
}

.main{
	max-width:900px;
	margin:0 auto;
	padding:20px;
}

.main .logo{
	width:25%;
        min-width: 150px;
	margin:20px 0 20px 0;
}

.banner{
	width:90%;
        min-width: 150px;
	margin:20px 0 20px 0;
}

nav{
    margin:20px 20px 0 0;
    display: inline-block;
    vertical-align:top;
    float:right;
}
nav a{
    margin-right:  3px;
}

.form-group {
	margin:9px 0;
}


.form-group label{
        display:inline-block;
	width:175px;
	vertical-align:top;
	max-width:90%;
}

.rinput{
        display:inline-block;
	width:150px;
	vertical-align:top;
	max-width:90%;
}

.form-group.input input{
	padding:5px;
	width:200px;
	color:#444444;
	max-width:90%;
        display: inline-block;
}

.form-group .formp{
        margin-top:0;
        margin-bottom: 0;
        display:inline-block;
	/*width:200px;*/
	/*vertical-align:top;*/
        max-width:90%;
        font-size: 1.2em;
}
.form-group .formpl{
        margin-top:0;
        margin-bottom: 0;
        display:inline-block;
	width:200px;
	/*vertical-align:top;*/
        max-width:90%;
}
#email{
	padding:5px;
	width:200px;
	color:#444444;
	max-width:90%;
        display: none;
        /*visibility: hidden;*/
}

#code{
	padding:5px;
	width:200px;
	color:#444444;
	max-width:90%;
        display: none;
        /*visibility: hidden;*/
        
}

.form-group label.radiolabel{
        display:inline-block;
	width:auto;
	vertical-align:top;
	max-width:90%;
}

.form-group.radio{
    margin-left: 1.2em;
}

.form-group.option  select{
	padding:5px;
	width:200px;
	color:#444444;
	max-width:90%;
}

.form-group.input textarea{
	padding:5px;
	width:350px;
	min-height:50px;
	font-family: 'HedleyNew-Regular', sans-serif;
	font-size:12px;
	color:#444444;
	max-width:90%;
}

.form-group input.submit{
  background-color: #999999;
  padding: .5em;
  border-radius: 6px;
  color: #fff;
  font-size:15px;
  font-weight:bold;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group input.submit:hover{
  background-color: #888888;
}

button{
  
  margin-top: 10px;
  background-color: #999999;
  padding: .5em;
  border-radius: 6px;
  color: #fff;
  font-size:15px;
  font-weight:bold;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bodyreturn{
    margin-top: 2%;
    margin-bottom: 2%;
}