  span.red {
    color:red;
  }
  div#MO_wrapper {
    width: 631px;
    text-align:left;
  }
  div#MO_inloggen {
    width: 300px;
    height: 100%;
    float:left;
    border-right: 1px solid #f1f1f1;
    margin: 0 7px 0 0;
  }
  div#MO_info {
    width: 310px;
    height: 400px;
    float:left;
    clear:right;
    margin: 0 0 0 13px;
  }
  table.MO_LoginForm {
    padding: 25px 20px 0 20px;   
    margin: 0 0 0 5px;
  }
  table#MO_BorderTop {
    border-top: 1px solid #f1f1f1; 
  }
  table.MO_LoginForm td#input { 
    background-image: url('../img/input_text_border.png'); 
    background-repeat: no-repeat;
    width: 142px;
    height: 24px;
  } 
  table.MO_LoginForm input {
    margin: 0 0 0 3px;
 
    background-color:transparent;
    border:none;
    width: 130px;

    font-size: 11px;
  }
  div#MO_AjaxOverlay {
    display:none;
    opacity:0.7;
    filter:alpha(opacity=70);
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
    background-color:#000;
 }
 * html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
 }

  div#MO_AjaxOverlay span {
    opacity:1;
    filter:alpha(opacity=1);
    position: absolute;
    top: 50%;
    left: 50%;
    display:block; 
    height: 22px;
    width: 126px;
    background-image: url('../img/AjaxLoader3.gif');
 }
  table#MO_Modules { 
    margin: 31px 0 0 -5px;
  }
  table#MO_Modules tr td{ 
    padding: 0 12px 0 0;
  }
  div.MO_TopMod { 
    background-image: url('../img/MijnOjcTopModule.png'); 
    background-repeat: no-repeat;
    width: 313px;
    height: 30px;
    cursor: pointer;
  }
  div.MO_TopMod span { 
    display:block;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0 17px;
  }
  div.MO_MidMod { 
    background-image: url('../img/MijnOjcMidModule.png'); 
    width: 313px;
    margin: 0;
    padding: 1px 0 1px 0;    
  }
  div.MO_MidMod p { 
    padding: 5px 17px 0 17px;
    margin: 0 0 0 0;
  }
  span.DownloadSelection { 
    display:inline;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
  }
  div.expl { 
    font-size: 10px;
    line-height: 16px;
    padding: 30px 5px 5px 15px;
  }
  div.MO_MidMod table#MO_Download{
    width: 280px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 17px;
    border-bottom: 1px solid #f1f1f1;
  }
  div.MO_MidMod table#MO_Download td{ 
    font-size: 10px;
    line-height: 13px;
  }
  div.MO_MidMod table#MO_Download td#filename{  
    padding: 1px 0 0 0;
  }
  div.MO_MidMod table#MO_Download td#filename a{  
    text-decoration: underline;
    color: #000;
  }
  div.MO_MidMod table#MO_Download td#filename a:hover{  
    text-decoration: none;
  }
  div.MO_MidMod table#MO_InfoForm {
    margin: 0 0 10px 20px;
    padding: 20px 0 0 0;
  }
  table#MO_InfoForm td#input { 
    background-image: url('../img/input_text_border.png'); 
    background-repeat: no-repeat;
    width: 142px;
    height: 24px;
  } 
  table#MO_InfoForm input {
    margin: 0 0 0 3px;
 
    background-color:transparent;
    border:none;
    width: 130px;

    font-size: 11px;
  }
  div.MO_BottomMod { 
    background-image: url('../img/MijnOjcBottomModule.png'); 
    background-repeat: no-repeat;
    width: 313px;
    height: 5px;
 
    margin: 0 0 30px 0;
  }
  div#MO_SearchResults {
    width: 280px;
    height: 100px;
    border: 1px solid #d6d6d6;
    margin: 0 0 20px 15px;
    overflow: hidden;
    overflow-y: scroll;
  }
  div#MO_SearchResults a{
    display:block;
    width: 100%;
    padding: 5px 0 3px 10px;
    border-bottom: 1px solid #d6d6d6;
    height: 20px;
    color:black;
  }
