body {
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  width: 100%;
  height: 100%;
  background: white url(../../images/bg.jpg);
  color: #000;
  font-size: 15px; }

a {
  color: #467b00;
  outline: none;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 18px; }

.inner {
  width: 980px;
  margin: 0 auto;
  position: relative; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #fff; }

/* Header
-----------------------------------------------------------------------------*/
#header {
  background: url(../../images/header.gif) repeat-x 0 0; }
  #header .inner {
    height: 158px; }
    #header .inner .logo {
      position: absolute;
      display: inline-block;
      top: 30px;
      left: 0; }
    #header .inner ul {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      background: url(../../images/separate.gif) right top no-repeat;
      height: 47px; }
      #header .inner ul li {
        display: inline; }
        #header .inner ul li a {
          display: inline-block;
          height: 47px;
          line-height: 47px;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          padding: 0 51px;
          background: url(../../images/separate.gif) left top no-repeat; }
          #header .inner ul li a:hover {
            text-decoration: underline; }
    #header .inner a.support {
      display: inline-block;
      padding: 0 0 0 52px;
      height: 56px;
      line-height: 38px;
      position: absolute;
      top: 36px;
      right: 0;
      font-size: 14px;
      font-weight: bold;
      color: #000000;
      background: url(../../images/support.png) 0 0 no-repeat;
      text-decoration: none; }
      #header .inner a.support:hover {
        text-decoration: underline; }

#top {
  height: 376px;
  background: url(../../images/bg.jpg); }
  #top .out {
    background: url(../../images/top.png) center top no-repeat; }
  #top .top-left {
    width: 470px;
    float: left;
    padding-top: 20px; }
    #top .top-left strong {
      font-weight: bold; }
    #top .top-left h2 {
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      line-height: 34px;
      margin-bottom: 20px;
      text-shadow: 0 1px 1px #59871c; }
      #top .top-left h2 span {
        font-weight: normal; }
    #top .top-left .desc {
      color: #e4ff00;
      line-height: 23px;
      margin-bottom: 20px; }
      #top .top-left .desc + p {
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 10px 0; }
        #top .top-left .desc + p + ul {
          color: #fff;
          text-shadow: 0 1px 1px #59871c; }
          #top .top-left .desc + p + ul li {
            font-size: 18px;
            line-height: 26px;
            padding: 0 0 0 26px;
            background: url(../../images/marker.png) 0 5px no-repeat; }
  #top .top-right {
    width: 562px;
    height: 370px;
    background: url("../../images/form-bg.png") 0 9px no-repeat;
    float: right;
    margin-right: -62px; }
    #top .top-right .inner {
      width: 350px;
      padding: 30px 0 0 0;
      margin: 0 0 0 126px; }
      #top .top-right .inner h3 {
        font-family: "Open Sans Condensed", sans-serif;
        color: #1d1d1d;
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
        text-transform: uppercase; }
        #top .top-right .inner h3 span {
          font-weight: bold; }
      #top .top-right .inner p {
        margin: 0 0 10px 28px !important; }
        #top .top-right .inner p input[type=text] {
          width: 252px; }
        #top .top-right .inner p input[type=submit] {
          width: 294px;
          height: 64px;
          border: none;
          cursor: pointer;
          background: url("../../images/b1.png") 0 0 no-repeat; }
          #top .top-right .inner p input[type=submit]:hover {
            background-position: 0 -63px; }
        #top .top-right .inner p.desc {
          text-align: center;
          font-size: 12px;
          font-family: Arial;
          line-height: 14px;
          margin: 0 !important;
          position: relative; }
          #top .top-right .inner p.desc img {
            position: absolute;
            left: 0px;
            top: -25px; }

/* Middle
------------*/
#content {
  background: #fff;
  padding: 30px 0 66px 0; }
  #content .program {
    margin: 0 0 38px 0;
    padding: 0 0 20px 0; }
    #content .program .description {
      width: 780px;
      float: right;
      background: url(../../images/dot.gif) left bottom repeat-x; }
    #content .program h2 {
      font-weight: bold;
      font-size: 24px;
      margin: 0 0 25px 0; }
    #content .program p {
      margin: 0 0 20px 0;
      font-size: 13px; }
      #content .program p.more {
        margin: 0 0 38px 0; }
        #content .program p.more a {
          color: #467b00; }
  #content .inner > div:last-child .description {
    background: none; }

#login-form {
  width: 358px;
  margin: 0 auto; }
  #login-form h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center; }
  #login-form .form-inner {
    padding: 30px 30px 20px 30px;
    text-align: center;
    background: url(../../images/form-bg.gif) 0 0 repeat; }
    #login-form .form-inner input {
      text-align: center; }
    #login-form .form-inner p {
      margin: 0 0 10px 0; }
      #login-form .form-inner p input[type=text] {
        width: 254px; }
      #login-form .form-inner p input[type=password] {
        width: 254px; }
      #login-form .form-inner p:last-child {
        margin: 0; }
      #login-form .form-inner p.button-row {
        padding: 10px 0 0 0;
        margin: 0 0 20px 0; }
        #login-form .form-inner p.button-row input[type=submit] {
          width: 294px;
          height: 64px;
          background: url(../../images/login.png) 0 0 no-repeat;
          border: none; }
        #login-form .form-inner p.button-row + p {
          font-size: 12px; }

#change-password {
  width: 358px;
  margin: 0 auto; }
  #change-password h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center; }
  #change-password .form-inner {
    padding: 30px 30px 20px 30px;
    text-align: center;
    background: url(../../images/form-bg.gif) 0 0 repeat; }
    #change-password .form-inner input {
      text-align: center; }
    #change-password .form-inner p {
      margin: 0 0 10px 0; }
      #change-password .form-inner p input[type=text] {
        width: 254px; }
      #change-password .form-inner p input[type=password] {
        width: 254px; }
      #change-password .form-inner p:last-child {
        margin: 0; }
      #change-password .form-inner p.button-row {
        padding: 10px 0 0 0;
        margin: 0 0 20px 0; }
        #change-password .form-inner p.button-row input[type=submit] {
          width: 294px;
          height: 64px;
          background: url(../../images/order.png) 0 0 no-repeat;
          border: none; 
      font-size:25px;}
        #change-password .form-inner p.button-row + p {
          font-size: 12px; }




.left {
  width: 715px;
  float: left; }
  .left h1 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: bold; }
  .left h2 {
    text-transform: uppercase;
    color: #467b00;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }
  .left .line {
    height: 1px;
    overflow: hidden;
    margin: 0 0 20px 0;
    background: url(../../images/dot.gif) 0 0 repeat-x; }
  .left p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify; }

.right-sidebar {
  width: 208px;
  float: right;
  padding: 0 0 10px 0;
  background: #eaeaea url(../../images/form-bg.gif) repeat-x 0 100%; }
  .right-sidebar form {
    padding: 20px 0 0 0;
    margin: 0 10px; }
    .right-sidebar form h3 {
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 20px 0; }
      .right-sidebar form h3 span {
        display: block;
        font-size: 24px;
        font-weight: bold; }
    .right-sidebar form p {
      margin: 0 0 10px 0;
      text-align: center;
      font-size: 12px;
      line-height: 14px; }
      .right-sidebar form p.button-row {
        padding: 10px 0; }
    .right-sidebar form input[type=text] {
      width: 145px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 15px; }
    .right-sidebar form input[type=submit] {
      width: 187px;
      height: 52px;
      background: url(../../images/reg.png) 0 0 no-repeat; }
      .right-sidebar form input[type=submit]:hover {
        background-position: 0 -51px; }

#registration-form {
  width: 1000px;
  margin: 0 auto;
  background: url(../../images/registration.jpg) 0 55px no-repeat;
  padding-bottom: 20px; }
  #registration-form h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
    text-align: center; }
  #registration-form .form-inner {
    width: 490px;
    margin: 0 auto;
    padding: 30px 30px 20px 30px;
    text-align: center;
    background: url(../../images/form-bg.gif) 0 0 repeat-x; }
    #registration-form .form-inner input {
      text-align: center; }
    #registration-form .form-inner p {
      margin: 0 0 10px 0; }
      #registration-form .form-inner p input[type=text] {
        width: 424px; }
      #registration-form .form-inner p:last-child {
        margin: 0; }
      #registration-form .form-inner p.button-row {
        width: 350px;
        padding: 10px 0 0 0;
        margin: 0 auto 10px; }
        #registration-form .form-inner p.button-row input[type=submit] {
          width: 294px;
          height: 64px;
          border: none;
          cursor: pointer;
          background: url("../../images/b1.png") 0 0 no-repeat; }
          #registration-form .form-inner p.button-row input[type=submit]:hover {
            background-position: 0 -63px; }
        #registration-form .form-inner p.button-row + p {
          width: 350px;
          margin: 0 auto 20px;
          font-size: 12px;
          position: relative; }
          #registration-form .form-inner p.button-row + p img {
            position: absolute;
            left: -5px;
            top: -25px; }

#bottom {
  background: url("../../images/bg.jpg"); }
  #bottom .out {
    height: 112px;
    background: url("../../images/top.png") center top no-repeat; }
  #bottom .bottom-left {
    width: 410px;
    float: left;
    font-weight: bold;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    text-shadow: 0 -1px 1px #1a4201;
    font-size: 26px;
    line-height: 28px;
    padding: 20px 0 0 0;
    background: url(../../images/arrow2.png) right 20px no-repeat; }
  #bottom .bottom-right {
    width: 554px;
    height: 70px;
    padding: 32px 0 0 20px;
    position: relative;
    margin-right: -5px;
    float: right;
    background: url(../../images/bottom-right.png) 0 6px no-repeat; }
    #bottom .bottom-right input[type=text] {
      margin: 0 8px 0 5px;
      width: 250px; }
    #bottom .bottom-right input[type=submit] {
      width: 224px;
      height: 52px;
      border: none;
      cursor: pointer;
      background: url("../../images/b2.png") 0 0 no-repeat; }
      #bottom .bottom-right input[type=submit]:hover {
        background-position: 0 -52px; }

/* Footer
--------------*/
#footer {
  width: 100%;
  margin: -66px auto 0;
  height: 66px;
  position: relative;
  background: url("../../images/bg.jpg"); }
  #footer .out {
    height: 66px;
    background: url("../../images/footer.png") center 0 no-repeat; }
  #footer .inner {
    height: 66px;
    text-shadow: 0 -1px 1px #1a4201; }
    #footer .inner ul {
      padding: 25px 0 0 0; }
      #footer .inner ul li {
        display: inline;
        margin: 0 20px 0 0; }
        #footer .inner ul li a {
          font-family: Arial;
          font-size: 13px;
          font-weight: bold;
          color: #fff;
          text-decoration: none; }
          #footer .inner ul li a:hover {
            text-decoration: underline; }
    #footer .inner .copyright {
      position: absolute;
      right: 0;
      top: 25px;
      color: #fff;
      font-size: 13px; }

form input[type=text], form input[type=password]{
  height: 28px;
  padding: 10px 20px;
  border: 1px solid #bababa;
  -moz-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #9c9c9c;
  font-size: 18px; }
  form input[type=text]:focus {
    font-style: normal;
    color: #000000; }
#RegistrationFormMain_verifyCode {vertical-align: top;}