/*About box*/
.about_contents 
{
  width:500px;
}
.about_contents header {
  background: url("../images/layout/adsk_logo_bold.png") no-repeat scroll 10px 10px #000;
  height:38px;
  border-top: 1px solid #B7;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid #333333;
}

.about_contents .about_banner {
  background: url("../images/layout/aboutDialog_imageBanner.png") no-repeat scroll 0 0 transparent;
  height:74px;
}

.about_contents .about_banner p {
  font-size:16px;
  color:#fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.65);
  width:344px;
  padding-top:14px;
  padding-left:30px;
}

.about_contents .about_content {
  
  height: 212px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #eee;
  font-size: 9px;
  color: #2a2a2a;
}

.about_contents .margin_top {
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 113px;
  width: 483px;
  background-color: #eee;
}

.about_contents .margin_bottom {
  bottom: 0;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  width: 483px;
  border-bottom: 20px solid #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(rgba(238, 238, 238, 1)));
  background: -moz-linear-gradient(rgba(238, 238, 238, 0), rgba(238, 238, 238, 1));
  background: -webkit-linear-gradient(rgba(238, 238, 238, 0), rgba(238, 238, 238, 1));
}

.no-cssgradients .about_contents .margin_bottom {
  background: url("../images/layout/about_box_gradient_fade.png") repeat-x 0 0 transparent;
}

.about_contents div.about_terms {
  margin-left: 15px;
  margin-right: 20px;
  padding-top:20px;
}

.about_contents .about_terms p {
  margin-bottom:15px;
}

.about_contents .about_terms p a {
  color:#0066ee;
}

.about_contents .about_wrapper {
  padding-bottom:30px;
}

.no_border {
  border:0 !important;
  border-radius: 6px 6px 0px 0px !important;
}