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

#form {
  background: url(../images/sign_up.png) no-repeat;
	width: 900px;
	height: 389px;
	padding: 0;
	margin: 0 auto;
}

* html #form {
  background: url(../images/sign_up_ie6.png) no-repeat;
}


#tagline, label {
  display: none;
}

.field {
  position: absolute;
	left: 366px;
	height: 24px;
	width: 226px;
	padding: 5px 8px 0 8px;
	border: none;
	background: none;
	font-size: 16px;
	color: #837c6f;
}

#name {
	top: 147px;
}

#l458225-458225 {
  top: 200px;
}

#fav_resort_field {
  top: 255px;
}

#submit_btn {
  width: 175px;
	height: 37px;
  position: absolute;
	left: 360px;
	top: 305px;
	text-indent: -9000px;
}

#privacy {
  position: absolute;
	left: 543px;
	top: 305px;
	width: 66px;
	height: 31px;
	display: block;
	text-indent: -9000px;
}





#fav_list_wrapper {
  background: url(../images/bubble.png) no-repeat;
	width: 237px;
	height: 400px;
	position: absolute;
	top: 55px;
	left: 140px;
	z-index: 100;
}

* html #fav_list_wrapper {
  background: url(../images/bubble.gif) no-repeat;
}

#fav_list {
	width: 197px;
	list-style: none;
	padding: 0;
	margin: 20px;
	font-size: 12px;
}

#fav_list li {
  margin: 0;
}

#fav_list li a {
  padding: 4px 15px;
	display: block;
	width: 150px;
	text-decoration: none;
	color: #555;
}

#fav_list li a:hover {
  background: #E9F3FC;
	color: #3E658B;
}

#fav_list li a:active {
  background: #3E658B;
	color: #fff;
}





.checkbox_label_row1 {
  width: 85px;
	height: 55px;
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 150px;
}

.checkbox_label_row2 {
  width: 85px;
	height: 50px;
	display: block;
	text-indent: -9000px;
	position: absolute;
	top: 210px;
}

#label_twitter, #label_text_sms {
  left: 619px;
}

#label_myspace, #label_email {
  left: 704px;
}

#label_facebook, #label_rss {
  left: 789px;
}




checkbox {
  padding: 0;
	margin: 0;
	border: none;
	border: 1px solid red;
}

.pref_row1 {
  position: absolute;
	top: 176px;
}

.pref_row2 {
  position: absolute;
	top: 236px;
}

#pref_twitter, #pref_text_sms {
  left: 653px;
}

#pref_myspace, #pref_email {
  left: 743px;
}

#pref_facebook, #pref_rss {
  left: 823px;
}




:focus {
-moz-outline-style: none;
}