h2
{
    font-size: 200%;
    color: #3A6EB6;

    margin-bottom: 1em;

    font-family: Georgia, serif;

    font-weight: normal;
}

dl.steps
{
    width: 350px;
	
}

dl.steps dt, dl.steps dd
{
    border-left-style: dashed;
    border-right-style: dashed;
    border-width: 1px;
    border-color: #FF8811;

    background-color: #E4E9F5;

    padding: 5px 1em;
}

dl.steps dt
{
    font-weight: bold;
    border-top-style: dashed;
}

dl.steps dd
{
    margin-bottom: 1em;

    border-bottom-style: dashed;
}

dl.steps dt span.number
{
    float: left;
    padding-right: 0.5em;

    margin-top: 0.25em;
    margin-bottom: 0.75em;

    font-size: 250%;
    color: #FF8811;

    height: 1.5em;
    line-height: 0.7em;
}

dl.steps dt span.label
{
    font-size: 125%;
}

dl.steps dt.selected, dl.steps dd.selected {
 background-color: #ffffff;
}

dl.steps dt.selected, dl.steps dt.hovered {
 border-style: solid solid none;
}

dl.steps dd.selected, dl.steps dd.hovered {
 border-style: none solid solid;
}

dl.steps dt.hovered {
 border-style: solid solid none;
}

dl.steps dd.hovered {
 border-style: none solid solid;
}

dl.steps dt.hovered, dl.steps dd.hovered {
 background-color: #EDF0F8;
 cursor: pointer;
}

dl.steps a, dl.steps a:visited {
  color: #000;
}

#slideList li {
  list-style-type: none;
  margin: 0 auto;
}

#altLeft, #altRight {
  float: left;
}

#altLeft {
  width: auto;
}

#altRight {
  width: 590px;
}

#slideList {
  margin-left: 65px;

  height: 330px;
  width: 440px;
  border: 10px solid #DDDDDD;
}

#createNow {
  width: 440px;
  margin: 20px auto 0;
}

#createNow div {
  float: left;
  font-size: 145%;
  margin-right: 15px;
  line-height: 20px;
  height: 20px;
  padding: 7px;

  margin-left: 10px;
}

#createNow a.button {
  float: left;
}

