/*
 * REGISTRATION PAGE
 */

#register select {
	width: 280px;
}

#register .mainFrames {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #29C;
	-webkit-box-shadow: 0 0 10px rgba(34,153,204,0.4);
	-moz-box-shadow: 0 0 10px rgba(34,153,204,0.4);
	box-shadow: 0 0 10px rgba(34,153,204,0.4);
}
#forms-holder .frameTitle h2 {
	font-size: 20px;
	font-weight: 100;
}
#registration form {
	display: inline-block;
}
#registration .l_holder {
	position: relative;
}
#registratoin .formHolder {
	width: 580px;
}
#registration label,
#registration .label-text {
	font-size: 15px;
	display: inline-block;
}
#registration label:hover,
#registration input[type=radio]:focus + span,
#registration input[type=checkbox]:focus + span {
	color: #208EBD;
}
#registration input[type=radio],
#registration label,
#registration input[type=checkbox] {
	cursor: pointer;
}

#stepControls a {
	display: inline-block;
	font-size: 11px;
	padding: 4px 6px;
	position: fixed;
	margin-left: -100px;
}
#stepControls a .backstep {
	background: url('../images/backstep.png') no-repeat 50% 0 transparent;
	display: block;
	height: 30px;
	width: 30px;
	overflow: hidden;
}
#stepControls a:hover .backstep {
	background-position: 50% -30px;
}

/* STEP ONE */

#u_form {
	padding: 20px 0;
	margin: 0 auto;
	height: 115px;
	max-height: 115px;
	text-align: center;
	width: 545px;
}
#u_form .l_holder {
	float: left;
	width: 175px;
	margin: 0 3px;
}
#u_form a {
	display: block;
	width: 175px;
}
#u_form .acc-type-text {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16px;
	padding-bottom: 1px;
	line-height: 20px;
	color: #444;
	text-shadow: 0 1px 0 #FAFAFA;
}
#u_form a:hover .acc-type-text {
	color: #111;
}
#u_form .hidden {
  display: none !important;
}
#u_form .account {
	margin: 0 auto;
	height: 95px;
}
#u_form .user_a {
	background: url('../images/user-accounts.png') no-repeat transparent 0px 8px;
	width: 138px;
	display: block;
}
#u_form .merch_a {
	background: url('../images/merchVenues.png') no-repeat transparent -16px -19px;
	width: 100px;
	display: block;
}
#u_form .school_a {
	background: url('../images/uni-account.png') no-repeat transparent 0px 0px;
	width: 100px;
	display: block;
}

/* STEP TWO */

#babysteps-2 .formHolder {
	margin: 15px auto 0;
}
#babysteps-2 form {
	text-align: left;
	width: 100%;
}
#babysteps-2 .i_data {
	color: #666;
}
#babysteps-2 input[type=text],
#babysteps-2 input[type=password],
#babysteps-2 textarea {
	width: 280px;
	max-width: 280px;
}
#babysteps-2 textarea {
	overflow-y: auto;
}
#babysteps-2 .fields-head {
	width: 100%;
	text-align: center;
	margin: 10px 0;
	padding: 5px 0;
	height: 23px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FAFAFA;
}
#babysteps-2 .fields-head.alpha {
	margin-top: 0;
}
#babysteps-2 legend {
	text-align: center;
	width: 100%;
}
#babysteps-2 fieldset {
	text-align: center;
}
#babysteps-2 .r_holder {
	position: relative;
}
#babysteps-2 .p-holder,
#babysteps-2 .p-holder.error {
	display: inline-block;
}
#babysteps-2 #popup_wrap {
	right: 0;
	left: auto;
	margin: 3px -105px 0 0;
	top: 0;
	min-height: 19px;
	width: 210px;
}
#babysteps-2.for-merchants #popup_wrap {
	margin-right: -90px;
}
#babysteps-2 #popup {
	float: left;
}
#babysteps-2 #popup_wrap .pin-tab {
	top: 8px;
	width: 12px;
	float: left;
	left: 1px;
}
#babysteps-2 label {
	margin-bottom: 5px;
	position: relative;
}
#babysteps-2 label.dummed {
	margin: 0;
}
#babysteps-2 label[for=franchisee].dummed {
	color: #3D3D3D;
}
#babysteps-2 .label-text.error label[for=franchisee].dummed {
	color: #F00;
}
#babysteps-2 .undum {
	margin: 5px 15px 5px 0;
	display: inline-block;
	width: 280px;
}
#babysteps-2 .label-text label:hover {
	cursor: default;
}
#babysteps-2 .p-holder {
	text-align: left;
}
#babysteps-2 label[for=yesFranchise],
#babysteps-2 label[for=yesUnion] {
	margin-right: 15px;
}
#babysteps-2 .label-text {
	width: 180px;
	text-align: left;
	margin-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}
#babysteps-2 .label-text.dummed {
	padding-top: 0;
}

#babysteps-2 .user-data {
	color: #444;
}

fieldset#accept_terms {
	text-align: center;
	width: 500px;
	margin: 0 auto;
}
#accept_terms label[for=t_accept] {
	line-height: 24px;
}
#accept_terms label a {
	text-decoration: underline;
}
#accept_terms label a:hover {
	text-decoration: none;
	border-bottom: 3px solid #3AD;
	padding-bottom: 2px;
	color: #333;
}
#accept_terms label span {
	display: inline-block;
	max-width: 390px;
	vertical-align: top;
}
#accept_terms .view-the-map {
	top: -2px;
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
}

#complete {
	margin-top: 10px;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}

.formHolder .warning {
	text-align: right;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
	word-spacing: 1px;
	display: none;
	color: #FFF;
}
#accept_terms .warning {
	text-align: center;
}
.formHolder .warning span {
	background-color: #FF5932;
	border: 1px solid #A62D10;
	padding: 2px 8px;
	margin-bottom: 5px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* schools and unis */
#s_form .uni-steps {
	display: none;
}
/* merchants */
#m_form .label-text {
	width: 160px;
}

/* users */
#babysteps-2 .download-user {
	padding: 15px 0;
}
#register_form {
	margin-top: 20px;
}
#register_form label {
	cursor: default;
}
#register_form .table-radio {
	margin: 0 auto 5px;
}
#register_form .table-radio label,
#register_form .table-select .bday-holder {
	width: 290px;
	text-align: left;
}
#register_form .table-radio input[type=radio] {
	margin-right: 10px;
}
#register_form .table-radio .text {
	padding: 0;
}
#register_form .label-holder {
	text-align: center;
}
#register_form p a {
	color: #339ecc;
}
#register_form select {
	width: 292px;
	border: 1px solid #BBB;
	background-color: #fff;
	padding: 0 10px;
	height: 29px;
	margin-bottom: 5px;
}
#register_form .for-bday select {
	margin-right: 10px;
	width: auto;
}
#register_form .error {
	display: inline-block;
}
#register_form .just-center {
	text-align: center;
	display: block;
	font-size: 15px;
}
#register_form a:hover {
	color: #fff;
}




#download_now {
	width: 530px;
	margin: 0 auto;
	text-align: center;
}
#appIcon .app-holder {
	display: inline-block;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  padding: 5px;
}
#appIcon img {
	display: block;
}
#download_now .availableOn {
	display: inline-block;
	margin: 5px 0px;
}
#download_now h3 {
	padding: 5px 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
}
#download_now .availableOn a {
	display: inline-block;
	background-color: #E2E2E2;
	border: 1px solid #CCC;
	padding: 0 10px 0 11px;
	margin: 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 36px;
	overflow: hidden;
}
#download_now .availableOn a:hover {
	cursor: pointer;
	background-color: #BDDFF2;
	border-color: #00B1EA;
	color: #000;
}
#download_now .availableOn a span {
	background: url('../images/availableOn.png') no-repeat scroll transparent;
	height: 22px;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#download_now .availableOn table {
	font-size: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-shadow: 0 1px 1px white;
	letter-spacing: -1px;
	line-height: 28px;
	height: 28px;
	margin: 4px 0;
}
#download_now .availableOn .iphone span {
	background-position: 0px 0px;
	width: 20px;
	top: 2px;
}
#download_now .availableOn .blackberry span {
	background-position: 0px -22px;
	width: 29px;
	top: 3px;
}
#download_now .availableOn .android span {
	background-position: 0px -44px;
	width: 21px;
	top: 3px;
}

/* STEP THREE */
#setupAccount .formHolder {
	width: 440px;
	margin: 15px auto 0;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#setupAccount .continueProfile {
	margin-bottom: 20px;
}
#setupAccount .continueProfile p {
	margin: 10px;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
}
#setupAccount .continueProfile p a {
	color: #00B1EA;
}
#setupAccount .continueProfile p a:hover {
	text-decoration: underline;
}

/* merchants|venues */
#formMerch p {
	min-height: 56px;
}
#formMerch p.areFranchise label[for=franchisee],
#formClub p.areUnion label[for=unions] {
	cursor: default;
	color: #3D3D3D;
}
#formMerch p.areFranchise input[type=radio],
#formClub p.areUnion input[type=radio] {
	margin-left: 10px;
}
#formMerch p.areFranchise label.inline,
#formClub p.areUnion label.inline {
	margin-right: 20px;
	font-size: 14px;
}

/* student clubs */
#formClub p#partUnion {
	display: none;
}

/* errors */
#registration .errors .error {
	display: none;
	margin-top: 5px;
	margin-bottom: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
}

#registration .errors p.error {
	display: block;
	margin-bottom: 10px;
}





/* banner notice */

#banner {
	padding: 15px 0;
	background-color: #FFF8DC;
	margin: 20px -20px 0;
	border-top: 1px solid #DFD8BC;
	border-bottom: 1px solid #DFD8BC;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}