/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

body {height:100%; margin:0;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:450px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}


  .myBoxwall {
    width: 620px;
    height:15px;
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px solid #DDEEF6;
    margin-bottom:30px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.myBoxwall img{
    margin-top:0px;
}
.myBoxwall .left{
   float:left;
}
.myBoxwall .right{
   float:right;
   margin-right:20px;
   font: normal 11px  Georgia, "Times New Roman", Times, serif; color:#777777;
}
.myBox {
    width: 585px;
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px solid #DDEEF6;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.myBox img{
    margin-top:0px;
}

#ddbox{
   width: 600px;
   border: 0px solid #DDEEF6;
   height:100px;
}
 #left_box_60 , #left_box_40{
   font:bold 12px   Arial, Helvetica, sans-serif; color:#6f6f6f;
 }


#left_box_60{
  width: 300px;
  float:left;
}
#left_box_40{
  width: 300px;
  float:right;
}
.dloadb{
  margin-left:200px;
}

.dbox{
  width:400px;
  height:200px;

}
.dbox img{
  margin-left:20px;
  margin-top:20px;
  float:left;
}


.details{
  margin-left:20px;
  margin-top:20px;
  float:left;
}

