.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; 
}