html, body{
  height: 100%;
  margin: 0;
  background-color: #151819;
  _behavior: url(csshover.htc);
}

*{
  margin: 0;
}

html{
  overflow: auto;
}

body{
  background: url(images/bkg.png);
}

#right_column_container{
  width: 41%;
  height: 100%;
  float: right;
  overflow: auto;
  background-color: #111112;
  background: url(images/bkg_right.png) repeat-y;
}

  #right_column{
    width: 320px;
  }
  
  #right_column #content{
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #d5d9e9;
  }
  
    #right_column #content h2{
      margin-top: 30px;
    }
    
    #right_column #content p{
      text-align: justify;
    }

    #right_column #content a{
      color: #6abbff;
      font-weight: bold;
    }
	
	#right_column #content a:hover{
      color: #9fd3ff;
    }
	
	#right_column #content p.p3{
      text-align: center;
      color: #363838;
    }
	
	#right_column #content #links1{
	  width:49%; float:left;
	}
	
	#right_column #content #links2{
	  width:49%; float:right;
	}
	
	#right_column #content p.p2{
      color: #5b5d64;
      font-weight:normal;
    }
	
	#right_column #content p.p2 a{
      color: #5b5d64;
      font-weight:normal;
	  text-decoration:none;
    }
	
	#right_column #content p.p2 a:hover{
      color: #9b9da5;
	  text-decoration:underline;
    }

#flash_container{
  width: 59%;
  _width: 58%;
  height: 100%;
  text-align: right;
}

  #flash_container #flash{
    width: 500px;
    margin: 0 20px 0 auto;
    height: 100%;
	font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #d5d9e9;
  }
  #flash_container #flash a{
    color: #6abbff;
    font-weight: bold;
  }
  #flash_container #flash a:hover{
    color: #9fd3ff;
  }
  
form{
  margin-top: 10px;
}

  form fieldset{
    border: 0;
  }
  
    form fieldset div.row{
      margin-bottom: 3px;
    }
    
      form fieldset .row .label{
        width: 50px;
        float: left;
        height: 20px;
        line-height: 20px;
        text-align: right;
        margin-right: 5px;
      }
      
      form fieldset .row .input{
        display: inline;
        float: left;
        margin-bottom: 3px;
      }
        form fieldset .row .input input, form fieldset .row .input textarea, form fieldset .row .input input#submit{
          width: 219px;
          height: 17px;
          /*background: url(images/bkg_input.png) no-repeat;
          _background: url(images/bkg_input.png) no-repeat fixed;*/
          background: transparent;
          border: 0;
          font-size: 8pt;
          color: #d5d9e9;
          padding: 3px 3px 0 3px;
        }
        
        .input_container{
          background: url(images/bkg_input.png) no-repeat;
        }
        
        form fieldset .row .input textarea{
          width: 219px;
          height: 119px;
          /*background: url(images/bkg_textarea.png) no-repeat;
          _background: url(images/bkg_textarea.png) no-repeat fixed;*/
          background: transparent;
          font-family: Arial, sans-serif;
          padding: 3px;
          overflow: auto;
        }
        
        .textarea_container{
          width: 225px;
          height: 126px;
          float: left;
          background: url(images/bkg_textarea.png) no-repeat;
        }
        
        form fieldset .row .input input#submit{
          width: 106px;
          height: 28px;
          background: url(images/bkg_submit.png);
          color: #fff;
          text-align: center;
          font-weight: bold;
          padding-top: 0;
          padding-bottom: 2px;
          cursor: pointer;
        }
        
        form fieldset .row .input input#submit:hover{
          background: url(images/bkg_submit_over.png);
        }
        
        #right_column #content #form_status{
          display: none;
          text-align: center;
          font-weight: bold;
          color: #9FD3FF;
          margin: 10px auto 0;
          text-align: center;
        }
        
        .error{
          font-weight: bold;
        }