
div.license-scroll {
  width:438px;
  height:400px;
  overflow:scroll;
  overflow-x:auto;
  overflow-y:scroll;
  font-size:11px;
  padding:10px;
  border:1px solid #aaa;
  background:#f2f2f2;
  -moz-box-shadow: inset 2px 2px 3px #ddd;
  -webkit-box-shadow: inset 2px 2px 3px #ddd;
  box-shadow: inset 2px 2px 3px #ddd;
}

.license-scroll h1 {
  color:black;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
}
.license-scroll h1:first-child {
  margin-top:0;
}

.license-scroll p {
  text-align:justify;
  margin:5px 0;
  line-height:16px;
}
.license-scroll p.hilight {
  color:red;
}

.license-scroll a:visited,
.license-scroll a:active,
.license-scroll a:hover,
.license-scroll a {
  color:#db0303;
}

.license-buttons {
  width:460px !important;
  padding-top:10px;
}
.license-buttons input#agree {
  display:inline;
  width:15px;;
  margin-right:5px;
  margin-left:116px;
}
.license-buttons label {
  display:inline;
  margin-top:10px;
  display:inline;
  width:400px;
  font-weight:bold;
  color:black;
}
.license-buttons a.btn-download {
  background:url(/images/downloads/install-btn.gif) no-repeat left top transparent;
  height:33px;
  width:116px;
  margin:0 auto;
  margin-top:20px;
  display:block;
}
.license-buttons a.btn-download:hover { background-position:left -33px; }
.license-buttons .agree-required {
  color:red;
  display:none;
  font-size:12px;
  font-weight:bold;
  margin: 0 auto;
  margin-top:10px;
  width:252px;
}
