#colorbox, #cboxWrapper, #cboxContent {
  background:#d3c7ad;
  margin-top:0;
  -moz-border-radius:4px;
  overflow:hidden;
}
#cboxContent {
  border:2px solid #916767;
}
#cboxLoadingOverlay, #cboxLoadedContent, #cboxLoadedContent iframe {
  background:#d3c7ad;
  padding:0;
  -moz-border-radius:4px;
  overflow:hidden;
}

#cboxLoadedContent{
}

#cboxClose {
  background:url(/images/general/vp-exit.png);
  width:25px;height:25px;
}
#cboxLoadingGraphic {
  background:url(/images/spinners/loading_large.gif) center center no-repeat;
  /*background:none;*/
}

.mpx {
  font-size: 12pt;
  background-color:#d3c7ad;
  height:534px;
  width:686px;
  text-align:left;
  -moz-border-radius:4px;
  overflow:hidden;
}
.mpx div {
  margin-bottom:10px;
}
.mpx .title-bar {
  height:40px;
  margin:0px;
  background-color: #c1b59b;
  border-bottom:1px solid #e8e8e8;
}
.mpx #logos img {
  float:left;
}
.mpx #training-logo {
  position:relative;
  top:17px;
  left:5px;
}
.mpx h1 {
  font-weight: bold;
  font-size: 16pt;
  text-align:left;
}
.mpx .swf-div {
  position:relative;
  top:20px;
  display:none;
}
.mpx .content {
  margin:20px 20px 0px 20px;
  position:relative;
  height:474px;
  overflow:hidden;
}
.mpx #feedback {
  margin:50px 5px;
}
.mpx #buttons {
  text-align:center;
}
/* TODO Add in hover and active items here */
.vp-icon { overflow:hidden;background-repeat:no-repeat; cursor:pointer;}
.vp-icon { width:25px;height:25px;background-image:url(/images/general/vp-icons.png); }
.vp-icon.close { background-position:0px 0px; }

.mpx-button { overflow:hidden;background-repeat:no-repeat;}
.mpx-button { width:359px;height:43px;background-image:url(/images/general/mpx-intro-buttons.png); }
.mpx-button.click-here  { background-position:0px 0px; }
.mpx-button.build       { background-position:0px -50px; }
.mpx-button.find        { background-position:0px -100px; }
.mpx-button.continue    { background-position:0px -150px; }
.mpx-button.maybe-later { background-position:0px -200px; }
.mpx-button.wide { width:511px;height:43px;background-image:url(/images/general/mpx-routing-buttons.png); }
