.overview {
  float: left; 
  width: 225px; 
  margin: 10px 0 15px 0;
	border-bottom: 1px solid #e276ab;
}
.steps, .tips {
  background: url(/images/pink-shade.gif) repeat-x;
  margin: 0;
  padding: 0;
	border: 1px solid #e276ab;
	border-bottom: 0;
	width: 100%; 
  float: left;
  clear: left;
}
.steps h2, .tips h2 {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #cb0768;
	font-size: 13px;
}
.steps .inner, .tips .inner {
  padding: 0 5px 10px 5px;
  float: left;
}

.steps ul {
  margin: 10px 5px 10px 0px;
  padding: 0 0 0 7px;
  list-style-type: none;
}
.steps a {
  padding: 0 0 0 20px;
}
.steps a.active, .steps a:hover {
  background: url(/images/arrow.gif) no-repeat 0 2px;
  padding: 0 0 0 20px;
}
.tips ul {
  margin: 10px 5px 10px 15px;
  padding: 0 0 0 7px;
}
.steps li, .tips li {padding-bottom: 3px;}

div.actions {
  width: 700px;
}
div.actions form {
  float: right;
  margin: 20px 5px 20px 5px;
}

.mine li, .existing li, .reg-volunteers li {
  margin-bottom: 15px;
  list-style-type: none;
}
.existing li input {
  position: relative;
  top: 3px;
  left: -25px;
}
.mine li label, .reg-volunteers li label {font-weight: bold;}
.existing li label {
  position: relative;
  left: -25px;
  font-weight: bold;
}
.mine .actions, .reg-volunteers .actions {
  margin: 5px 0 5px 0;  
  text-align: left;
  width: auto;
  font-weight: bold;
}

.school .inner {
  margin-left: 40px;
}

form div.selections {
  padding: 0 0 10px 0;
  margin: 0;
  clear: none;
  float: left;
}
form fieldset div label {width: 175px;}
form div.actions {
  margin: 10px 0 10px 185px;
  text-align: left;
  width: auto;
}
