
* {
	margin:0;
	padding:0;
}
a img{ border: 0;
	margin:0;
	padding:0;
    display: block;
 }
img{ border: 0;
	margin:0;
	padding:0;
    display: block;
 }
a:link,a:visited,a:active{
	color:    #CC0000;
	text-decoration:none;
}

a:hover{
    text-decoration: underline;
}
body {
    background: url(images/body-bg.jpg) top center repeat-x;
    background-color: #EBEBEB;
	font-family:    Tahoma, Arial, sans-serif;
	font-size: 11px;
    width: 1200px;
    color: #666666;
    position: relative;
    margin: 0 auto;
}

/* header */
#header {
	width:1200px;
    height: 215px;
    position: relative;
    background: url(images/join-header-bg.jpg) top no-repeat;
}


#logo img {
  margin-left: 333px;
}



.clear {
    clear: both;
}

/*content*/
#content {

}
div#form {
  background: url(images/join-form-bg.jpg) top no-repeat;
  position: relative;
  overflow: hidden;
}
*html div#form {
  height: 1px;
  overflow: visible;
}
div#form table {
  margin: 0 auto;
  padding-bottom: 20px;
}

div#form table p {
  font-size: 16px;
  padding: 0 20px 0px 20px;
  color: #000;
  text-align: left;
}

#join_form {
   padding-top: 10px;
}
#get_passw {
  float: left;
  margin-left: 170px;
  width: 386px;
  height: 434px;
}
*html #get_passw {
  margin-left: 85px;
}

#get_passw img {

}

#form_area {
 padding-right: 170px;
  font-size: 18px;


}

label {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.txt_field {
  width: 232px;
  height: 21px;
  background: url(images/join-txt-field.png) no-repeat;
  border: none;
  margin-bottom: 7px;
  padding: 0 2px;
}
*html .txt_field {
  background-attachment: fixed;
  cursor: text;
}
.butt {
  width: 213px;
  height: 52px;
  background: url(images/join-continue.gif) top no-repeat;
  border: none;
  /*float: right; */
  /*margin-left: 260px;*/
  cursor: pointer;
  margin-bottom: 20px;
}
/*footer*/

#footer {
	width: 1200px;
	/*height: 413px;*/
    background:  url(images/join-footer-bg.jpg) bottom no-repeat;
}

#foot_text {
  padding: 0px 270px 20px 305px;
}

#foot_bonus {
  text-align: center;
}
img#title_free {
  margin: 0 auto;
}
img.thumb_free {
  /*float: left; */
  padding: 5px;
  display: inline;
}
#foot_copy {
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
#footer table {
  margin: 0 auto;
}
#footer table td {
  padding: 4px;
}

#thanks {
  padding: 20px 0;
  margin-left: 700px;
  margin-right: 260px;
  color: #000;
  font-weight: bold;
}
.whiteborder {
	border: 3px solid #FFFFFF;
}

