/* - - - - - - CSS Document - - - - - - - - -
Title : SS
Author : Cody.Lindley@albertsons.com

Created : 3/16/07
Description:
- - - - - - - - - - - - - - - - - - - - - */

#wizardpanel { 
	margin:5px;display:none;
}
#wizardcontent {
  min-height:300px;
}
#wizardwrapper{
	width: 596px;
  float: left;
}



/* BUTTONS */
.buttons{margin:10px;clear:both}
.next {float:right}
.previous {float:left}

#frmAdd label.error{
  margin-left: 10px;
  width: auto;
  display: inline;
  color:red;
}

.error {
  color:red;
  font-weight: bold;
}



