
   h1 {
    background: #ffffff;
    color: #4a6a94;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
   }

   h2 {
    background: #acbbce;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    padding: 0 10px 0 10px;
   }

   td.form-label {
    padding: 10px 10px;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    background: #FFFFFF;
    border: none; 
    float: left;
    text-align: left;
   }

   div.form-label {
    padding: 0 0 0 20px;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    background: #FFFFFF;
    border: none;
   }

   td.form-widget {
    font-size: 12px;
    font-family: Verdana;
    padding: 20px 0px 52px 25px;
    float: left;
   }

   div.form-widget {
    font-size: 12px;
    font-family: Verdana;
    padding: 20px 0 0 50px;
   }

   p.widget-content {
    word-wrap: break-word;
    width: 385px;
   }

   div.content {
    background-color: #ffffff;
    font-size: 12px;
    float:right;
    width:526px;
    overflow:hidden;
    position:relative;
    right: 13px;
   }

   div.validate-content {
    background-color: #ffffff;
    font-size: 12px;
    float:center;
    width:250px;
    overflow:hidden;
    position:relative;
    right: 13px;
    left: 13px;
   }

   div.option {
    float:left;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 0 0 0;
    z-index:2;
    position:absolute;
   }
   
   div.step {
    background: #acbbce;
    padding: 10px 20px 20px 10px;
    overflow:hidden;
    padding: 0 0 15px 15px;
    font-size: 12px;
   }

   div.img {
    float: left;
    padding: 0 15px 0 0;
   }

   div.step-active {
    color: #ffffff;
    float: left;
    padding: 2px 15px 10px 0;
   }

   div.step-inactive {
    color: #d6dde7;
    float: left;
    padding: 2px 15px 10px 0;
   }

   div.selected {
    float:left;
    z-index:5;
    left: 140px;
    position:absolute;
   }

   div.inst-text {
    padding: 0 12px 0 20px;
    font-size: 12px;
    background: #acbbce;
    font-family: Verdana;
   }

   div.select {
    width:700px;
    margin: auto;
   }

   div.validate {
    width:305px;
    margin: auto;
   }

   input {
    font-size: 12px;
    padding: 2px;
    font-family: Verdana;
   }

   div.button-align {
	padding: 20px 200px 0;
   }

   span.form-error {
    color: #FF0000;
    margin:auto;
    text-align:left;
   }

   a {
    text-decoration:none;
   }

   div.sent-email {
     font-size: 12px;
     font-family: Verdana;
     text-align:center;
     padding: 40px 15px 35px 15px;
   }

   div.validate-email {
     font-size: 12px;
     font-family: Verdana;
     text-align: center;
   }

   .left-top-corner {
	background: url(/Gsite/resources/forgotp/img_lado1i.png) 0 0 no-repeat;
   }

   .right-top-corner {
	background: url(/Gsite/resources/forgotp/img_lado2i.png) 100% 0 no-repeat;
   }

   .left-bottom-corner {
	background: url(/Gsite/resources/forgotp/img_lado3i.png) 0 100% no-repeat;
   }

   .right-bottom-corner {
	background: url(/Gsite/resources/forgotp/img_lado4i.png) 100% 100% no-repeat;
	padding: 35px;
	word-wrap:break-word; 
   }

   .right-bottom-corner-bc {
	background: url(/Gsite/resources/forgotp/img_lado4i.png) 100% 100% no-repeat;
	padding: 45px;
	word-wrap:break-word; 
   }

   .left-top-corner-out {
	background: url(/Gsite/resources/forgotp/img_lado1.png) 0 0 no-repeat;
   }

   .right-top-corner-out {
	background: url(/Gsite/resources/forgotp/img_lado2.png) 100% 0 no-repeat;
   }

   .left-bottom-corner-out {
	background: url(/Gsite/resources/forgotp/img_lado3.png) 0 100% no-repeat;
   }

   .right-bottom-corner-out {
	background: url(/Gsite/resources/forgotp/img_lado4.png) 100% 100% no-repeat;
	padding: 2px;
   }

   .right-bottom-corner-out-bc {
	background: url(/Gsite/resources/forgotp/img_lado4.png) 100% 100% no-repeat;
	padding: 2px;
   }

   .outside-box {
	background-color: #acbbce;
   }

   a.a-here {
     background-color: #acbbce;
     color: #ffffff;
     font-weight: bold;
     text-decoration:none;
     padding: 1px;
     font-size: 12px;
   }

   a.a-here:hover {
     font-size: 14px;
   }

   div.no-options {
	padding: 40px 0 20px 0;
	text-align: center;
   }

   .init-hide {
    display:none;
   }

   /*fix new instance Authentication*/
   body {
      background-color: #fff;
   }
   #kt_content {
      background-image: url(images/realbk.gif);
      background-color: #FFFFFF;
      background-repeat: repeat-x;
      background-position: top;
      text-align: left;
      padding: 0px 20px;
      overflow: visible;
      min-width: 100%;
      width: 100%;
   }

   .option {
      display: block;
   }

   div.content {
      padding: 0;
   }

   /*End fix new instance Authentication*/