/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */

html, body, span, applet, object, iframe, p, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 8pt;
	vertical-align: top;
	background: transparent;
	text-decoration: none;
	color: #000000;
	text-align:right;
}

/*	@end Reset */

/* @group Elements */
#logo {
	width:350px;
	height:179px;
	float:left;
	z-index:100;
	position:relative;
}
#comingsoon {
	position:relative;
}
#bar {
	position:absolute;
	width:800px;
	border-bottom:1px solid white;
}

.clear {
  clear: both;
}

.left {
	width: 420px;
	position:absolute;
	float:left;
	padding-right:15px;
	margin-left:20px;
	border-right: 1px solid black;
	text-align:left;
	margin-top:20px;
}

.right {
	margin-top:20px;
	width:420px;
	margin-left:470px;
	position:absolute;
	float:right;
	text-align:right;

}

#sponsors {
	position:relative;
	float:left;
	margin-left:0;
	margin-right:0;
	margin-top:100px;
	text-align:left;
	border-right: solid #000 thin;
}
#sponsors2 {
	position:relative;
	float:left;
	margin-left:0;
	margin-right:0;
	margin-top:100px;
	text-align:left;
	border-right: solid #000 thin;
}

body {
	background: URL(http://www.isbi2012-edinburgh.org/wp-content/themes/isbi%20version%203/images/isbiwebbg2.jpg) bottom center no-repeat fixed;
	background-repeat:no-repeat;
	background-size: 100%;
	color:#000000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 87.5%;			/* 14px */
	line-height: 1.5;			/* 21px */
	width: 900px;
	margin: 0 auto 3em auto;
}


/* @group links */

a:link { color: #26AEFF; text-decoration: none; }
a:visited { color: #26AEFF; text-decoration: none; }
a:hover, a:focus { color: #999; text-decoration: underline; }
a:active { color: #26AEFF; text-decoration: none; }

/* @end */

/* @group headers */

h1 {
	color: #000000;
	font-size: 4.2857em;		/* 60px */
	letter-spacing: -2px;
	float: right;
	text-align: right;
	margin-top:5px;
	margin-bottom:-40px;
}
	
h2 {
	color: #000000;
	font-size: 1.7143em;		/* 24px */
}

h5 {
	color:#000000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 87.5%;			/* 14px */
}

/* @end */

/* @group forms */

form {
	background-color: #ffffff;	
	margin: 0 0;
	padding: 1em 2em 2em 2em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	-o-border-radius: 0.75em;
	border-radius: 0.7em;
	width:300px;
	min-height:180px;
}

label {
	line-height: 1;
	margin-bottom: 1em;
	display: block;
}

button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #00ADEE;
	border: none;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.286em;			/* 18px */
	padding: 0.6667em 1em;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
}

button:hover {
	cursor: pointer;
	background-image: none;
}

/* @end */

/* @end */

	
.intro {
	clear:both;
	font-size: 1.5em;			/* 21px */
	margin-top: 2em;			/* 42px */
}

.error {
	color: #E9242E;
}
.feedback {
	background-color: #141C27;	
	margin: 2em 0;
	padding: 1em 2em 2em ;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	-o-border-radius: 0.75em;
	border-radius: 0.7em;
}

#logo {
	float: left;
	margin-bottom: 2em;
	display: inline;
}
#email {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	border: 2px #ccc solid;
	font-size: 1.286em;			/* 18px */
	width: 60%;
	vertical-align: middle;
	margin-right: 6px;
	padding: 0.6em;
}

welcometext {
	color:#000000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 87.5%;			/* 14px */
	line-height: 1.5;			/* 21px */
	width: 36em;
	margin: 0 auto 3em auto;
}
#container {
	background-color: #FFFFFF;
	width:900px;
	height:650px;
	position:relative;
	float:left;
}

