@charset "UTF-8";
/*

Main stylesheet for Free Wi-Fi for Shoreditch

*/



/*=====================
Eric Meyer's reset start
=====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*=====================
Eric Meyer's reset end
=====================*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	overflow-y: scroll;
}
p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
small {
	font-size: 0.8em;
}
h2 {
	font-size: 1.8em;
	margin-top: 0.8em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}


#container {
	width: 700px;
	margin: 20px auto;
}
#column1 {
	width: 334px;
	margin-right: 25px;
	float: left;
}
#column2 {
	float: left;
	width: 340px;
}
#column1 img {
	margin-bottom: 120px;
}
p.error {
	margin-bottom: 0;
	color: #990000;
}
fieldset {
	display: block;
	clear: both;
}
fieldset div {
	float: left;
	clear: both;
	margin-top: 0.5em;
}

legend {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-top: 1.5em;
}
label {
	font-size: 1.2em;
	float: left;
	padding-top: 0.4em;
}
input.text {
	width: 230px;
	border: 1px solid #CCC;
}
.ISP label {
	display: block;
	font-size: 1em;
	margin-bottom: 0.3em;
	float: none;
	width: inherit;
	padding-top: inherit;
}
.ISP input {
	vertical-align: sub;
	vertical-align: baseline;
}
* html .ISP input {
	vertical-align: middle;
}
.personal div {
	width: 350px;
}
.personal label {
	width: 3.5em;
}
.personal .tel label {
	width: 3.5em;
}
.personal .tel input {
	width: 130px;
}
.address div {
	width: 350px;
}
.address label {
	width: 8em;
}
.address .postcode label {
	width: 5em;
}
.address .postcode input {
	width: 130px;
}
input#submit {
	margin: 20px 0;
}
img.thanks {
	margin-top: 80px;
}
