#topHeader {
	height: 75px;
}
#topHeader h1#craveTicketsLogo {
	margin-top:10px;
}
#banner {
	display:none;
}
#main {
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
	margin-top: -10px;
	padding-bottom:10px;
}
#headline {
	font-size: 40px;
	text-align:center;
	padding: 10px 0;
}
#signups {
	overflow:hidden;
	margin:0 auto;
	padding:0;
	width: 780px;
	margin-bottom:10px;
	border-top: 3px double #eee;
}
#signups > li {
	overflow:hidden; 
	float: left;
	width: 265px;
	margin:0;
	padding: 10px;
	background: #eee;
}
#signups > li.small {
	width: 200px;
	background: #eee;
	border: 1px solid #999;
	font-size: 12px;
	margin:0;
	margin-top:10px;
}

#signups > li.large {
	width: 240px;
	background: #fff;
	font-size: 14px;
}
#signups > li#affiliate {
	margin-right: 0;
}
#signups h3 {
	font-weight: bold;
	margin:0;
	font-size:20px;
	padding-bottom:10px;
	text-align: center;
}
#signups .small h3 {
	font-size: 16px;
}
.who, .steps {
	margin:0;
	padding: 0px;
	text-align: center;
}
.who {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	background: #f8f8f8;
	margin-bottom:10px;
}
.who > li {
	list-style:none;
	padding: 10px;
	margin-bottom:3px;
	margin-top:0;
}
.steps > li {
	padding:4px;
	margin-bottom: 3px;
	font-size: larger;
}
.create_account {
	display:block;
	width: 160px;
	height: 38px;
	text-indent: -999999px;
	background:url(/pages/default/images/create-account-button.png) no-repeat;
	background-position: -2px -5px;
	margin: 10px auto;
	padding:0;
}
.create_account:hover {
	background-position: -2px -44px;
}
.create_account:active {
	background-position: -2px -83px;
}
#signups_container {
	text-align:center;
}
small {
	font-size: 10px;
}
#side {
	width: 350px;
	margin: 10px auto;
}
#side h3 {
	text-align: center;
	font-weight:lighter;
	margin:10px;
}
#side h4 {
	margin: 0;
	font-size: 16px;
}
#logon, #customer_service {
	float:left;
	margin-right: 10px;
}
#logon {
	text-align: right;
	padding-right: 10px;
	border-right: 3px double #eee;
}
#customer_service {
	margin-right:0;
	font-size: 12px;
}
#customer_service ul {
	margin:0;
	padding:10px 0;
}
#customer_service li {
	list-style:none;
}
label {
	font-size: 12px;
	display:block;
}
#incorrect_login {
	color: red;
}

#banner {
	display:none;
}
#terms {
	border: 1px dotted #000;
	padding: 5px;
	overflow-y: auto;
	height: 500px;
	font-size: 12px;
}
#terms p {
	margin: 3px 0;
}

#ct_promoter_signup {
	width: 350px;
	float:left;
}
fieldset {
	border:0;
	margin-bottom:10px;
	border-bottom: 3px double #eee;
	padding:10px;
}
legend {
	margin: 10px -10px;
	padding:10px;
	text-decoration:underline;
	width: 100%;
}
fieldset label {
	display:block;
	font-size: 12px;
	margin-top: 10px;
}
fieldset > div > div {
	float: left;
	margin-right: 20px;
}
fieldset div {
	overflow:hidden;
}
div.notes {
  float: right;
  width: 180px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 10px;
}

div.notes h4 {
  background-image: url(icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
  margin-top: 0;
  margin-bottom: 15px;
}

div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

div.notes p.last {
  margin: 0em;
}
fieldset > div > input {
	width: 285px;
}
fieldset > div > div > input {
	width: 130px;
}
fieldset > #city-state-zip > div > input {
	width: 100px;
}
fieldset select {
	width: 100px;
}
fieldset > #city-state-zip > div > input#zip {
	width: 3em;
}

#ct_promoter_signup + div {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	float:right;
	margin-top:-80px;
	padding:10px;
	width: 245px;
}
