/* OVERRIDDEN TAGS */

html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18pt;
  color: #444;
  background-color: #f0f0f0;
  height: 100%;
}

a:link {
  color: #417E00;
  text-decoration: none;
}

a:visited {
  color: #417E00;
  text-decoration: none;
}

a:hover {
  color: #66AD19;
  text-decoration: none;
}

a:active {
  color: #417E00;
  text-decoration: none;
}

/* GENERAL PURPOSE */

#main-container {
  position: relative;
  width: 700px;
  margin: 0 auto;
  
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%;
  
  text-align: center;      
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#main-content-container {
  padding: 0 20px 100px 20px;
}

.support-header {
  margin-top: 20px;
  font-size: 20pt;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 12pt;
}

.clear {
  clear: both;
}

/* IPHONE SUPPORT PAGE */

#status {
  float: left;
  width: 300px;
  text-align: center;
  font-size: 18pt;
}

#twitter-widget {
  float: right;
  text-align: center;
  width: 300px;
}

.online {
  color: #008800;
  font-weight: bold;
}

.offline {
  color: #870000;
  font-style: italic;
}

.offer-row {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.offer-image {
  float: left;
  width: 128px;
  height: 128px;
  border: 1px solid #999;
  margin-right: 20px;
}

.offer-info {
  float: left;
  width: 460px;
  font-size: 16pt;
  font-weight: bold;
  color: #0A4568;
}

.offer-details {
  font-size: 12pt;
  padding: 15px;
  color: #000;
}

.offer-price {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  color: #0A991B;
  border: 1px solid #2A5200;
  padding: 10px;
  background-color: #F5FFEB;
  cursor: pointer;  
}

/*** FORMS ***/
.signupForm {
  margin: 0;
  padding: 0;
}

.signupForm input[type="text"],
.signupForm input[type="password"] {
	font-family:inherit;
	font-size:inherit;
	margin:3px 0;
	padding:5px 3px;
	width:100%;
}
.signupForm select {
  font-family:inherit;
	font-size:inherit;
	width:100%
}

.signupForm input[type="submit"] {
	font-size:12px;
	font-weight:bold;
	margin:7px 0 8px;
	width:100%;
}

.signupForm input[type="button"] {
	font-size:12px;
	font-weight:bold;
	margin:7px 0 8px;
	width:100%;
}