@CHARSET "UTF-8";

#poweredbyewe {
        min-height: 25px;
        min-width: 75px;
        margin: 0px 30px 10px;

}



.gradient {
  /* Legacy browsers */
  background: #1F4C85 url("bg_ewe.jpg") repeat-x top;
}



#content {
	padding: 10px 10px 20px;
	
    background-color:rgba(255,255,255,0.8);
    margin-left: auto ;
    margin-right: auto ;
    max-width:964px;
    min-height: 75%;
    border-color: #EEF3F9;
    border-left-color: #E4ECF6;
    border-collapse:collapse;
    border-width:1px;
    border-style:solid;
    font-family: arial,helvetica, sans-serif;
	border-radius: 5px;
	margin-bottom: 10px;
	
}
#headerline {
  background-image: url(../ewe/bg_line.png);
  background-repeat:repeat-x;
  height: 19px;
  margin-bottom: 10px;
}

.credinput {
    width: 80%;
    height: 30px;
    max-width: 250px;
    margin-bottom: 36px;
}

form#SubmitForm {
    text-align: center;
}

#agb{
	float:none;
}

input.button {
    padding: 16px 20px;
    background: #233382;
    color: white;
    border: none;
}

button.button {
display: none;	
}

.longerdiv {
display: none;
}

div#footer {
    background: #ababab;
    height: 59px;
    padding: 0;
}

.footerlinks {
    width: 25%;
    margin: auto;
    text-align: center;
    color: black;
    float: left;
    padding-top: 16px;
}

.pagedivider {
    display: none;
}

#footer{
	margin: 0;
}



#wlanlogo {
    max-width: 75%;
    max-height: 25%;
    min-height: auto;
    min-width: 75%;
    margin: auto auto 10px;
    display: block;
}

.tos {
    margin-left: 0;
}

@media only screen and (max-width: 500px){
	
.footerlinks {
    width: 35%;
	text-align: right;
    padding-left: 20px;
	}
#poweredbyewe {
    padding-bottom: 20px;
	padding-top: 12px;
}	

	div#footer {
    height: 106px;  
}
	
}