@charset "UTF-8";
/* CSS Document */

/* Colors 
Blue #0099cc
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''} 
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none } 
* a { position:relative } 
a { outline:none } 
a img { border:none }
/* End Global reset */

body {
	font-size:26px;
}

div#ie_warning{ width:100%; color:#000; background:yellow;}
div#ie_warning a {color:blue;}

a {
	color:#0099cc;
	padding:3px;
}

a:hover {
	color:#fff;
	background-color:#0099cc;
	text-decoration:none;
}

#wrapper {
	position:relative;
}

#header, #footer, #iphone-header {
	width:100%;
	background-color:#0099cc;
	height:20px;
	color:#fff;
	font-size:14px;
}

#header {
	text-align:right;
}

#header a, #footer a {
	color:#fff;
	padding:3px;
}

#header a:hover, #footer a:hover {
	background-color:#fff;
	color:#0099cc;
	padding-bottom:3px;
}

#iphone-header {
  text-align:center;
  font-size:200%;
  height:auto;
  padding:10px;
}

#iphone-header a {
  background-color:#fff;
  text-decoration:none;
	color:#0099cc;
	padding-bottom:3px;
}

#header #user_info {
	position:absolute;
	left:10px;
}

#footer {
	text-align:center;
	margin-top:8%;
	position:fixed;
	bottom:0;
}

#logo {
	margin:20px auto;
	margin-bottom:0px;
	width:800px;
	height:80px;	
}

#logo a:hover {
	background-color:transparent;
}

input {
    font-size:20px;
	padding:3px;
	margin-bottom:30px;
	margin-top:3px;
}

select {
	font-size:26px;
	margin-bottom:30px;
}

#container {
	margin:80px 25%;
}

#p_eg {
	margin:10px 0px;
}

#eg {
	background-color:yellow;
}

ul li {
	list-style:disc inside;
}

ol li {
	list-style:decimal inside;
	margin-top:10px;
}

#user_new_reminder {
	text-align:right;
}

#notice, #error {
	float:left; position:absolute; left:50px; margin-top:0px;
}

#logged_in_email {
	color:#0099cc;
}

.label-additional {
  color:#999;
}

#iphone-footer {
  width: 900px;
  margin:0 auto;
  margin-bottom:50px;
  margin-top:-50px;
  background:#ebebeb;
  padding: 3px 5px;
  text-align:center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  -khtml-border-radius: 5px;
  border:2px solid #ddd;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
  box-shadow: 0 1px 10px rgba(0,0,0,.3);
}

#iphone-footer p {
  color:#666;
  font-weight:800;
  text-align:center;
  padding:10px 0;
}

#iphone-footer p em {
  color:#0099cc;
  font-style:normal;
  font-weight:800;
}

#iphone-footer a {
  text-decoration:none;
}

#iphone-footer a:hover {
  background:#ebebeb;
  color:#0099cc;
  text-decoration:underline;
}

#iphone-screenshots a:hover {
  background:none;
}

#iphone-footer-link {
  vertical-align:-40%;
}

#iphone-footer-link:hover {
  background:none;
}

#iphone-footer hr {
  border:none;
  background:#ddd;
  height:2px;
  width:90%;
  margin:0 auto;
  margin-bottom:20px;
}

#hoverNav a {padding:0;}

#bottomNav a:hover {
  background:none;
}

#iphone-screenshots {
  margin-bottom:10px;
}
