/****** Chipin Page ******/


#chipin_into_area {	
	min-height: 200px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;		
}

#chipin_into_area #chipin_intro_image {
  width: 630px;
	height: 130px;
}

#chipin_into_area #chipin_intro {
	float: left;
	width: 450px;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 12px;	
	text-align: justify;
}

#chipin_into_area #chipin_intro2 {
	float: left;
	width: 610px;
  padding: 0px 0px 0px 0px;
  margin: 20px 10px 0px 12px;	
	text-align: justify;
}

#chipin_into_area #chipin_list {
	width: 165px;
	float: left;
  list-style-image: url('/images/bullet.gif'); 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;	
	line-height: 16px;
}

#chipin_into_area #chipin_list li {
  font-family: Tahoma;
  font-size: 12px;
  color: #676666;
  font-weight: normal;
}

.chipin_area {
	min-height: 220px;
	width: 655px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 25px 0px;
}

.chipin_area .chipin_item {
	float: left;
	width: 380px;
    text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.chipin_area .chipin_item .chipin_item_title {
	display: block;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #576f94;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.chipin_area .chipin_widget {
	position: relative;
	float: right;
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.chipin_odd_row {
	background-color: #e5e5e5;
}

.chipin_even_row {
	background-color: #ffffff;
}



/** Registry page **/
/*****************/

#gray_area_top {
	width: 656px; /* +1 pixel because it is actually 656 unless I fix it */
	height: 9px;
  margin: 0px 40px 0px 42px;
	background-color: #ffffff;
	background-image: url('/images/gray_area_top.jpg');
	background-repeat: no-repeat;
}

#header_registry {
	width: 656px;  /* +1 pixel because it is actually 656 unless I fix it */
	height: 440px;
	background-color: #ffffff;
	background-image: url(/images/combinedHEADER.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
  margin: 0px 40px 0px 44px;
}

#header_registry #hr_video {
	position: relative;
	top: 98px;
	left: 239px;
	width: 360px;
	height: 240px;
}

#pick_category {
  width: 655px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/pick.jpg);
	background-repeat: no-repeat;
}

#registry_footer {
	width: 655px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/realsite.jpg);
	background-repeat: no-repeat;
}

/*****************/




.widget_area {
  position: relative;
  width: 220px;
  height: 200px;
  background: url('../images/widget_bg.png') no-repeat;
}

.widget_area_goal_reached {
  position: relative;
  width: 220px;
  height: 200px;
  background: url('../images/goal_reached.png') no-repeat;
}

.widget_title {
  position: absolute;
  top: 6px;
  left: 30px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
	color: #000000;
}


.widget_zero {
  position: absolute;
  top: 35px;
  left: 14px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
	color: #000000;
}

.widget_amount_to_raise {
  position: absolute;
  top: 35px;
  right: 60px;  
  font-family: Arial;
  font-size: 12px;
  font-weight: bold; 
	color: #000000; 
}

.widget_progress {
  position: absolute;
  top: 50px;
  left: 14px;
  width: 144px;
  height: 18px;
}

.widget_percent {
  position: absolute;
  top: 54px;
  left: 165px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;  
	color: #000000;
}

.widget_raised_of {
  position: absolute;
  top: 75px;
  left: 14px;
  font-family: Arial;
  font-size: 14px;
	color: #000000;
}

.widget_note {
  position: absolute;
  top: 95px;
  left: 14px;
  width: 170px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;  
	color: #000000;
}

.widget_form {
  position: absolute;
  top: 145px;
  left: 60px; 
}
