
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: 900;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

html {
    width:100%;
    height: 100%;
}

body {
	font-family: Verdana,Arial,sans-serif,Calibri;
	font-size:0.75em;
	color:#333;
	width:100%;
	height: 100%;
	margin: 0 auto;

}

.header {
    position:relative;
    //top:0;
    //left:0;
    width:100%;
    //line-height:20px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border: none;
    vertical-align: middle;
    //z-index: 999;
    //opacity:1;
    //background-color: #ffffff;
}

.main {
	position:relative;
	width:100%;
    height:100%;
	margin: 0px auto;
	text-align: center;
	//border: 2px solid black;
	//background-repeat: no-repeat;
	//background-position: center top;

}
.header img {
    position:relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 960px; /* corresponds to max height of 450px */
    
}

.main img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 960px; /* corresponds to max height of 450px */
    
}

h1 {
	font-size: 3em;
	color: #f26522;
}

.header h2 {
    font-size: 2em;
}

h2 {
	font-size: 1.5em;
	color: #ffffff;
	margin: 10px auto;
	text-align: center;
}

.showme {
    position: absolute;
    display: none;
    margin: 0 auto;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    //color: #ffffff;
}

.account {
    position: absolute;
    display: block;
    margin: 0px auto;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    //color: #ffffff;
}

.account table {
    width:80;
    margin:0 auto;
}

.account table th{
    font-size:1em;
    font-weight:900;
    height:15px;
}

#center {
    text-align: center;
    
}

.showmeon{ 
    display: block;
    //font-size: 2em;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    //color: #ffffff;
    margin: 100px auto;
    padding: 10px 0;
    width: 400px;
    //background-color: #f26522;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow:    0px 0px 4px 4px #fff;
    -webkit-box-shadow: 0px 0px 4px 4px #fff;
    box-shadow:         0px 0px 4px 4px #fff;
}

.showmeon p{
    margin: 5px 0;
}

.form {
	text-align:left;
	padding:10px;
	//background-color: #f26522;
	border-bottom: 2px solid #ffffff;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow:    0px 0px 4px 4px #fff;
    -webkit-box-shadow: 0px 0px 4px 4px #fff;
    box-shadow:         0px 0px 4px 4px #fff;
}

.form p {
    font-size: 12px;
	margin:5px;
	line-height:18px;
}

p.input {
    background-color: #ffffff;
    color: #000000;
    font-size:12px;
    line-height:14px;
    margin: 10px 10px 10px 10px;
    padding: 4px;
    -moz-box-shadow:    0px 0px 4px 4px #fff;
    -webkit-box-shadow: 0px 0px 4px 4px #fff;
    box-shadow:         0px 0px 4px 4px #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;    
}

.form input {
    font-size: 12px;
    margin:0px;
    line-height: 14px;

}

.survey {
     margin: 5px auto;
     display: table;
}

.survey p {
    background-color: #ffffff;
    color: #000000;
    font-size:14px;
    line-height:14px;
    margin: 10px 10px 10px 10px;
    padding: 4px;
    -moz-box-shadow:    0px 0px 4px 4px #fff;
    -webkit-box-shadow: 0px 0px 4px 4px #fff;
    box-shadow:         0px 0px 4px 4px #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.survey p.radio {
    text-align: right;
    white-space: nowrap;
    display: inline-block;
}

.survey input{
    height:12px;
    padding:0;
    font-size:10px;
    vertical-align:middle;
}



.button_login {
	display: block;
	margin-bottom: 15px!important;
	padding: 5px 8px 5px 8px;
	max-width: 80px;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-color: #000000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:    0px 0px 4px 4px #fff;
    -webkit-box-shadow: 0px 0px 4px 4px #fff;
    box-shadow:         0px 0px 4px 4px #fff;
	text-decoration:none;
}

.button_login:hover {
	background: #000000;
	color: #22ea0a;
}

.button_free {
	display:block;
	width: 153px;
	height: 45px;
	background-color: #000000;
	border-color: #000000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-image:url('../images/free_wifi.gif');
}

.button_free:hover {
	background-image:url('../images/free_wifi_over.gif');
}

#footer {
    position:fixed;
    bottom: 0%;
    margin: 0px auto;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
}

#footer table {
    margin:0 auto;
}

#footer div {
    font-size: 10px; 
    color: shadow;
}

a {
    text-decoration: none; 
    font-weight: 900;
    margin-left:5px;
    white-space: nowrap;
    color:blue;
    background-color:white;
    border-color: #FFFFFF;
    opacity: 0.5;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow:    0px 0px 2px 2px #fff;
    -webkit-box-shadow: 0px 0px 2px 2px #fff;
    box-shadow:         0px 0px 2px 2px #fff;
}

a:hover {
    text-decoration: none; 
    font-weight: 900;
    margin-left:5px;
    white-space: nowrap;
    color:blue;
    background-color:white;
    border-color: #FFFFFF;
    opacity: 1;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow:    0px 0px 2px 2px #fff;
    -webkit-box-shadow: 0px 0px 2px 2px #fff;
    box-shadow:         0px 0px 2px 2px #fff;
}

#footer a {
    font-size: 12px;
    background-color:white;
}

.logos {
    width: 150px;
    height: 60px;
}

.error {
    width: 350px;
    color:red;
    background-color:white;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow:    0px 0px 2px 2px #fff;
    -webkit-box-shadow: 0px 0px 2px 2px #fff;
    box-shadow:         0px 0px 2px 2px #fff;
    
}

.toc,.toc a {
    font-size:8px!important;
    text-align: center!important;
}

.submitlink {
    background: #FFFFFF;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    opacity: 0.5;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    -moz-box-shadow:    0px 0px 1px 1px #fff;
    -webkit-box-shadow: 0px 0px 1px 1px #fff;
    box-shadow:         0px 0px 1px 1px #fff;
}

.submitlink:hover {
    background: #FFFFFF;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    opacity: 1;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow:    0px 0px 1px 1px #fff;
    -webkit-box-shadow: 0px 0px 1px 1px #fff;
    box-shadow:         0px 0px 1px 1px #fff;
}


@media screen and (max-width: 475px) {
    
	.showme {
		width: 90%;
	}
	.showmeon {
        width: 100%;
    }
	h1{
		font-size: 1.2em;
		line-height: 1.5em;
	}
	
	#footer {
	   height: 36px;
	}
	
	#footer table {
	    width: 100%;
	}
	
	#footer a {
        font-size: 8px;
    }
    
    .logos {
        width: 90px;
        height: 36px;
    }
	
}
