@charset "utf-8";
/* CSS for Download Page*/

/* global definition */

#downloadPage a {
  text-decoration: none;
  color:#555555;
}
#downloadPage a:hover {
  color:#555555;
  text-decoration: underline;
}
#quickGuide a {
  text-decoration: none;
  color:#555555;
}
#quickGuide a:hover {
  color: #555555;
  text-decoration: underline;
}




/* download page */
#downloadPage {
    position:relative;
	margin:0 auto;
	height:900px;
    font-size: 1em;
    line-height: 1.4em;
	}
#downloadPage hr{ display:none;}
#dlLeft{
    position:relative;
    margin-top:20px;
	float:left;
	width:500px;
	font-size:13px;
}
#dlRight{
    position:relative;
	margin-top:20px;
	float:right;
	width:250px;
	right:1px;
	font-size:12px;
}
div#homecontent, div#maincontent {padding: 15px 5px 20px 5px;overflow: hidden;}
.dlbox{
    margin: 0 8px 15px 7px;
}
.dlbox .boxhead {
  width: auto;
  padding: 0;
  background: url(../images/box_corner_lt.png) no-repeat top left;
  margin: 0;
  height: 29px;
}
.dlbox .boxbody {
  padding: 10px 15px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.dlbox .boxbody p{
  margin-top:5px;
}
.dlbox #marginEl {margin-top:0;}
.dlbox .boxhead h2
{
  color: #555555;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 31px;
}
.dlbox h2 {
  padding: 0;
  margin: 0;
}
.dlbox h2 a,
.dlbox h2 a:visited,
.dlbox h2 a:active,
.dlbox h2 a:hover
{
  color: #fff;
}
.dlbox h2 a:active,
.dlbox h2 a:hover
{
  text-decoration: none;
}
.dlwidth1{
    width:500px;
}
.dlwidth2 {
  width: 245px;
}
.dlboxColor2 .boxhead{
  background: #E1E6FF url(../images/dl_headbox_bg.png) left top repeat-x;
}

#signupForm {
   text-align:left;
   display:block;
   position:relative;
   margin-top:.5em;
}
#signupForm div,#signupForm .field {
   display:block;
}
#signupForm .fieldgrp { display: block; clear:both;width: 100%; margin-bottom: 5px; }
#signupForm label { font-weight: bold; width: 58px; padding: 6px 10px 0 0; _padding-top: 3px; float: left; display: block; text-align: right; }
#signupForm .field { width: 380px; float: left; font-size: 92%; }
#signupForm .field .longfield {
   width: 195px;
   background-color:#FFFFFF !important;
   border:1px solid #CCCCCC;
   color:#4383C4;
   margin-top:5px;
   margin-left:5px;
   padding:2px;
}
#signupForm .noSpam { color: #666; display: inline; float: none; font-size: 100%; font-weight: normal; padding: 0; width: auto; }
.vmid { vertical-align: middle; }
#signupForm .joinbtn { clear:both;padding:0 73px;  }
#signupForm small { /*padding:0 50px;*/ padding-left:5px;  }
/*.btn-primary { background: #fff url(../images/bg_btn_email.gif) no-repeat; border: 1px solid #006699; padding: 1px 4px;  overflow: visible; vertical-align: middle; } */
.btn-primary {
  font-size: 92%;

}

.dlboxColor3 {
  max-width: 755px;
  background: #f3f3f3 url(../images/box_grey_bg_plain.png) no-repeat bottom right;
  xfloat: left;
  width: auto;
}
.dlboxColor3 .boxhead {
  background: url(../images/box_corner_lt.png) no-repeat top left;
  padding: 0;
  margin: 0;
  height: auto;
  z-index:200;
}
.dlboxColor3 .boxhead h2, .dlboxColor3 .boxbody h2.subhead {
  color: #777;
  font-weight: bold;
  font-size: 1.5em;
  background: url(../images/box_corner_lr.png) no-repeat top right;
  margin:0;
  padding:0;
  line-height: 1.2em;
  margin-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  z-index:100;
}
.dlboxColor3 .boxbody h2.subhead {
  background: none;
  margin-left: 0;
}
.dlboxColor3 .boxbody {
  background: url(../images/box_corner_bl.png) no-repeat bottom left;
  padding: 5px 15px 5px 15px;
  border: 0;
}

.dlboxColor4 {
  max-width: 755px;
  xfloat: left;
  width: auto;
}
.dlboxColor4 .boxhead {
  background: url(../images/box_corner_lt.png) no-repeat top left;
  padding: 0;
  margin: 0;
  height: auto;
  border-bottom: 1px solid #ddd; 
}
.dlboxColor4 .boxhead h2{
  color: #777;
  font-weight: bold;
  font-size: 1.5em;
  background: url(../images/box_corner_lr.png) no-repeat top right;
  margin:0;
  padding:0;
  line-height: 1.2em;
  margin-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
#dlAwards .boxbody ul li{
  list-style:none;
  margin: 10px auto;
  background:none;
}
#thankYou,#mailExist {
  line-height:1.4em;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1em;
  text-align:left;
  float:left;
  margin:50px 100px;
  width:550px;
}
#thankYou h2,#mailExist{
  color:#333333;
}
#quickGuide,#dlAwards{
  font-size:90%;
}
.centerImg {
  margin: 10px auto 0 100px;
}
#IEroot #signupForm .field .longfield {
  margin-top:0;
}

