
* {
	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 {
  height: 286px;
  background: url(images/join-form-bg.jpg) top no-repeat;
}
#join_form {
  margin-left: 700px;
  padding-top: 30px;
}
#myPrev1 {
  margin-left: 700px;
  padding-top: 30px;
}
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: 147px;
  height: 36px;
  background: url(images/join-continue.png) no-repeat;
  border: none;
  margin-left: 93px;
  cursor: pointer;
}
/*footer*/

#footer {
	width: 1200px;
	/*height: 413px;*/
    background:  url(images/join-footer-bg.jpg) top no-repeat;
}

#foot_text {
  padding: 20px 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-top: 20px;
}
#footer table {
  margin: 0 auto;
}
#thanks {
  padding: 20px 0;
  margin-left: 700px;
  margin-right: 260px;
  color: #000;
  font-weight: bold;
}



