/* CSS Document */

body{
  color:#333333;
  font-family:Verdana,sans-serif;
  font-size:11px;
  text-align:left;
  background-color: #E4E8EB;

}

#global{
  
    width:783px;
    /*background-color: blue;
    border:1px #B4B3B3 solid;*/
    padding: 0px;
    margin: 0px;


}
#border{
border:1px #B4B3B3 solid;
background-color:white;
}
#left{

    float: left;
    width: 163px;
    margin:0;
    padding:0;
    background-color:white;
    
}

#right{

    margin:0;
    padding:0;
    margin-left:163px;
    border-left:1px #B4B3B3 solid;
    background-color: red;
    background-color:#F7F7F7;
    background-image:url(images/gen_css_deg2.gif);
    background-repeat: repeat-x;
    background-position: left top;

}


#header{

    
    
    height: 110px;
    margin:0;
    padding:0;

}

#content{
    border-top:1px #B4B3B3 solid;
    /*margin: 30px;*/
    padding: 30px;
    background-color:white;
    background-image: url(images/gen_css_deg1.gif);
    background-repeat: repeat-x;
    background-position: left top;
    text-align:left;

}

#content_dl2{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin:0;
    background-color:white;
    text-align:left;
}

#content_dl3{
    padding-bottom: 30px;
    margin:0;
    background-color:white;
    text-align:left;
}
.blocvid3{
padding-left: 30px;
padding-right: 30px;

}

#content_dl{
    border-top:1px #B4B3B3 solid;
    background-color:white;
    text-align:left;


}
#steps{
    margin:0;
    padding:0;
}


#step1{
    float:left;
    width:205px;
    height:179px;
    display:block;
    margin-bottom: 10px;
}

#step2{
    float:left;
    width:206px;
    height:179px;
    display:block;
    margin-bottom: 10px;
}

#step3{
    float:left;
    width:206px;
    height:179px;
    display:block;
    margin-bottom: 10px;
}

#footer{

    border-top:1px #B4B3B3 solid;
    background-image:url(images/gen_css_degfooter.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 65px;
    margin:0;
    padding:0;
}

#bigcontent{

    background-color:white;

}

.submit{
     text-align: center;
     border: none;
     color:#000;
     background: transparent url('images/bt_continue.gif') no-repeat top left;
     width:87px;
     height:32px;
     font-weight: bold;
     font-size: 11px;
}



a:hover input.submit {
    cursor:pointer;
    background-image: url('images/bt_continue_r.gif');
}
a:hover div#sub {
    cursor:pointer;
    background-image: url('images/bt_continue_r.gif');
}

#sub{
    
    margin-top: 30px;
    text-align:right;
}

#sub a{
    text-decoration: none;
}

.title{
    font-weight: bold;
    color:#E80C0E;
    background-image: url('images/gen_css_point1.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 2px;
    line-height: 25px;

}
#title{
    
}

#eula{

  display: block; 
  height: 300px; 
  overflow: auto; 
  background-color: #EFEFEF;
  border-width:1px;
  border-color:#BBBBBB;
  border-style: solid ;
  padding: 10px;
}

.download{
  float:left;
  margin-right: 20px;
}

.blocvid{
  width: 151px;
  float: left;
  margin-right: 32px;
}
.txtvid{

}
.tut{
  font-size: 12px;
  text-align: center;
}

.clear{
  clear: both;
  margin-bottom: 15px;
    /*background-image: url('images/gen_css_point1.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 2px;*/
}

h5 {
  font-size: 12px;
  font-weight: bold;
  margin:0;
  padding:0;
  margin-bottom: 5px;
}

.mail_msg{
    background-color: green;
    color:white;
    padding: 5px;
}

td{
font-size: 11px;
}
td.emailtd{
/*width:70px;
overflow: hidden;
display: block;*/
}
