/* Main CSS Document */

body
{
margin: 0px 0px 0px 0px;
font-family: Arial, "Times New Roman", Times, serif;
background-image: url("../images/document_background.png");
background-repeat: repeat-x;
text-align: center;
}

a img
{
border: none;
}

a:link
{
text-decoration: none;
color: #336699;
}

a:visited
{
text-decoration: none;
color: #666666;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
color: #022a52;
}

/* 
****************
document wrapper 
****************
*/

  .wrapper
  {
  position: relative;
  margin: auto;
  width: 850px;
  text-align: left;
  }

/* 
**********************
class-a: document head 
**********************
*/
  
  .a
  {
  position: relative;
  margin: 0px;
  left: 0px;
  }
  
  .a img#logo
  {
  position: absolute;
  margin: 0px;
  width: 250px;
  height: 71px;
  left: 0px;
  top: 22px;
  }

  .a img#dev
  {
  position: absolute;
  margin: 0px;
  top: 0px;
  left: 660px;
  width: 180px;
  height: 20px;
  }
  
  .tag
  {
  position: absolute;
  margin: 0px;
  width: 250px;
  height: 30px;
  top: 25px;
  left: 170px;
  color: #7c7c7c;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 12px;
  }  
  
  .top_nav
  {
  position: absolute;
  margin: 0px;
  width: 400px;
  top: 55px;
  left: 500px;
  }

  .partners a:link
  {
  text-decoration: none;
  color: #c4df9b;
  }

  .partners a:visited
  {
  text-decoration: none;
  color: #b3cd8c;
  }

  .partners a:hover
  {
  text-decoration: underline;
  color: #b3cd8c;
  }
  
  .partners
  {
  position: absolute;
  margin: 0px;
  width: 750px;
  top: 85px;
  left: 100px;
  color: #c4df9b;
  font-size: 12px;
  }

  .page_title
  {
  position: absolute;
  margin: 0px;
  width: 850px;
  height: 30px;
  top: 115px;
  background-image: url("../images/title_line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  }

  .page_title img#title
  {
  position: absolute;
  margin: 0px;
  width: 180px;
  height: 28px;
  left: 20px;
  }

  .page_description
  {
  position: absolute;
  margin: 0px;
  width: 850px;
  height: 58px;
  top: 150px;
  background-image: url("../images/title_line.png");
  background-repeat: repeat-x;
  background-position: bottom;  
  font-size: 13px;
  text-align: center;
  }

/* 
**********************
class-form: mail form 
**********************
*/

  .form
  {
  position: relative;
  margin: 0px;
  width: 850px;
  top: 218px;
  }
  
  .mail-form
  {
  position: relative;
  margin: 0px;
  top: 10px;
  width: 850px;
  height: auto;
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
  }
  
  td#title
  {
  width: 170px
  }
  
  td#field
  {
  }
  
  .star
  {
  font-size: 8pt;
  color: #cc3333;
  }
  
  .e
  {
  position: relative;
  text-align: center;
  width: 850px;
  }
  
  .footer_text
  {
  position: relative;
  width: 850px;
  font-size: 12px;
  text-align: center;
  }
  
  .notice
  {
  background-image: url("../images/mailUs/notice_bg.png");
  background-repeat: repeat-x;
  font-size: 14px;
  color: #cc3366
  }
    