  #logo{
    position: absolute;
    top: 0px;
    left: 15px;
    border:0px;
  }

  img {
    border: 0;
  }

  #func {
    position: absolute;
    top: 65px;
    left: 625px;
  }

  #content { 
    top: 110px;
    width: 770px;
    padding-top: 100px;
    padding-left: 0px;
    padding-right: 0px;
 	}
  
  body {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-left: 15px;
    background-color: #ccc;
    background-image: url( /my/images/bkg.jpg );
    background-repeat: repeat-y;
  }
  
  h1 {
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      padding: 5px 5px 0px 5px;
  }
  h2 {
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 14px;
      line-height: 14px;
      padding: 5px 5px 5px 0px;
      margin-bottom: 5px;
  }
  h3 {
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 11px;
      line-height: 14px;
      padding: 5px 5px 0px 0px;
  }   
  td {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
  }
 
  .error {
    color: red;
  }   

	.message {
    color: blue;
  }   

p {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
  }
  
  a:link, a:visited {
    color: #26547c;
    text-decoration: none;
  }

  a:hover {
    color: #000000;
    text-decoration: none;
  }
  
  #myLeftCol {
  	position:relative;
    width:315px;
    border-right: 1px solid #999;
    padding-left:20px;
    padding-right:20px;
  }
  
  #myRightCol {
    position:relative;
    width:374px;
    padding-left:20px;
    padding-right:20px;
  }
  
 	#myNoCol {
  	position:relative;
    float:left;
    padding-left:20px;
    padding-right:20px;
  }

  #optin {
    width:690px;
    padding:10px 30px;
  }
  
  #myFooter {
    text-align:right;
    width:690px;
    padding:10px 30px;
  }
  
  #loginLeft {
  	position:relative;
    float:left;
    width:349px;
    padding-left:20px;
    padding-right:20px;
  }  
  #loginRight {
    position:relative;
    float:left;
    width:320px;
    border-left: 1px solid #999;
    padding-left:20px;
    padding-right:10px;
  }  
  
  #footer {
    position: relative;
    line-height: 14px;
    padding-top:10px;
    align:middle;
    width:770px;
  }
 .clear {
		height: 0px;
		clear: both;
 	}
 
  .required {
  	color: red;
	}
	
	input, select {
  	font-size: 11px;
	}