

/*------------------------------------------------------------------------------
                       Layout and Positioning
/*----------------------------------------------------------------------------*/

.top {
   max-width: 800px;
   margin: 0px auto 0 auto;
   padding: 0 15px 0 15px;
}

.tagline {
   margin: 0px 0 20px 0;
   padding: 5px 0 10px 0;
   display: block;
   clear: left;
}

.main-image {
   float: left;
   clear: left;
   margin: 0 60px 0 0px;
      border: none 0;
}

.description {  
   float: left;
   margin: 50px auto 0 auto;
   max-width: 370px;
   min-width: 170px;
   width: 50%;
}


/*---------------   Bottom Page Half    ------------*/
.top .top-divider {
   clear: both;
   height: 1px;
   margin: 20px auto 0 auto;
   width: 60%;
   padding: 0;
   line-height: 1px;
}

.bottom-container {
   margin: 0 auto;
   padding: 0 0 30px 34px;
}

.bottom {
   max-width: 700px;
   margin: 0 auto;
   padding-top: 10px;
   min-height: 350px;
}

/*---------------   Auth  Container  ---------------*/
.auth-container {
  float: right;
  margin: 5px 20px 10px 5px;
}

.auth-container .auth-button {
  float: right;
  padding: 4px 10px 4px 10px;
}

/*---------------   Steps Container  ---------------*/
.step-container {
   margin: 30px auto 30px 45px;
   clear: both;
}

.step-container .step {
   width: 110px;
   float: left;
   margin: 0 5px 0 0px;
   padding: 5px 0 5px 0;
}

.step-container .desc {
   clear: both;
   width: 456px;
   padding: 5px 0 5px 0;
}


/*--------------  Form Requirements  ---------------*/
.inputRequirement {
   margin-right: 30px;
   float: right;
}


/*-----------------  Form Fields  ------------------*/
.block {
   margin: 0px 0 25px 0;
}

.title {
   margin: 15px 0 10px 0;
   clear: left;
}

.input-title {
   float: left;
   clear: left;
   width: 185px;
   margin: 0 0 4px 25px;
   line-height: 24px;
}

.input-comments {
   float: left;
   clear: left;
   width: 450px;
   margin: 0 auto 4px 45px;
   line-height: 24px;
}

.input-radio {
   width: 120px;
}

.input {
   margin: 0 0 4px 0;
   line-height: 24px;
}

.input input[type=text] {
   width: 180px;
}

.submit-buttons {
   margin: 20px 270px 40px auto;
   height: 20px;
}

.submit {
   display: block;
   float: right;
   margin: 20px 270px 10px 0px;}

#back {
   display: block;
   float: left;
   clear: left;
   margin: 20px auto 10px 100px;}

.price {
   padding: 0 3px 0 6px;
}


/*------------------------------------------------------------------------------
                         Styles and Color 
/*----------------------------------------------------------------------------*/

.tagline {
background: url(/images/download/monitor_b.jpg) 0% 0% no-repeat;   font-size: 16px;
   font-weight: 700;
   color: #333333;
   text-align: left;
   text-indent: 60px;
}
      
.description {
   font-size: 16px;
   color: #666666;
}

.description b {
   color: #444444;
}

.description a,
.description a:link,
.description a:visited,
.description a:hover {
   font-size: 16px;
   color: #555555;
   text-decoration: underline;
}

.description a:hover {
   text-decoration: none;
}

/*---------------   Bottom Page Half    ------------*/
.top .top-divider {
   background-color: #DCDCA8;
}

/* used by totalsBlock to format numbers - needs to match background */
.font-hide {
   color: #f5f5dd;
}

.bottom-container {
   background-color: #f8f8e3;
}

.bottom {
   text-align: left;
   color: #333333;
}


/*-----------------  Auth Container  ---------------*/
.auth-container .auth-button {
   background-color: #eeddaa;
}


/*---------------   Steps Container  ---------------*/
.step-container .step {
   background-color: #aaaa77;
   font-size: 20px;
   font-weight: 700;
   text-align: center;
}

.step-container .curr-step {
   background-color: #ddddaa;
}

.step-container .desc {
   font-size: 18px;
   background-color: #ddddaa;
   text-align: center;
}


/*--------------  Form Requirements  ---------------*/
.inputRequirement {
   color: #bb0000;
}

.required {
   color: #bb0000;
}

.title .required {
  font-size: 14px;
}

.messageStackError {
   width: 450px;
   margin: 3px 0 3px 30px;
}

/*-----------------  Form Fields  ------------------*/
.title {
   font-size: 17px;
   font-weight: 700;
}

.input-title {
   font-size: 13px;
}

.input-comments {
   font-size: 13px;
   color: #664433;
}

.input-bold {
   font-weight: 700;
}

.price {
   font-size: 14px;
   font-weight: 700;
   color: #333311;
}

