/* global */
html, body {
	height: 100%;
  width: 100%;
}
body {
	margin: 0;
	background: transparent url(../images/shell/background.jpg) repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
  behavior: url("/css/csshover3.htc");
}

.cover:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
} 
.cover {
	zoom: 1;
}

.clear {
	clear: both;
}

a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

object {
	outline: 0;
}

/*page body*/
#body, #body692 {
	clear: both;
	background: url(../images/shell/main_bg/992.png) repeat-y;
	margin: 50px auto 0px auto;
	width: 992px;
}

#body .wrapper, #body692 .wrapper {
	padding: 13px 13px 0px 13px;
  background: url(../images/shell/main_bg/992-top.png) no-repeat;
  _height: 400px;
  min-height: 400px;
}

#body692 .wrapper {
	padding: 13px 14px 0px 13px;
}
	
/* Because of IE6's bugs, we cannot use classes to specify the different widths
 * sorry :( */

#body.header, #body692.header {
  margin-top: 60px;
}

#body692 {
  background-image: url(../images/shell/main_bg/692.png);
  width: 692px;
}
#body692 .wrapper {
  background-image: url(../images/shell/main_bg/692-top.png);
}


#top_header {
  /* change both top and bottom together so that the page itself doesn't move */
  margin: -38px 0 13px 10px;
  font-size: 21px;
  height: 25px;
  _position: relative;
}
#top_header span {
  color: #900;
}

/* Features Pagination */

.content .features_pagination {
	margin: 0 auto;
	clear: both;
}

.content .features_pagination a {
	display: block;
	text-indent: -999em;
	width: 14px;
	height: 24px;
	cursor: pointer;
	background: url(../images/video/dot_light.gif) center center no-repeat;
}

.content .features_pagination .left a {
	background-image: url(../images/video/arrow_flipper_left.gif);
	text-indent: -999em;
}

.content .features_pagination .left a:hover {
	background-image: url(../images/video/arrow_flipper_left_over.gif);
}

.content .features_pagination .right a {
	background-image: url(../images/video/arrow_flipper_right.gif);
	text-indent: -999em;
}

.content .features_pagination .right a:hover {
	background-image: url(../images/video/arrow_flipper_right_over.gif);
}

.content .features_pagination .selected a,
.content .features_pagination a:hover
{
	background: url(../images/video/dot_dark.gif) center center no-repeat;
}

.content .features_pagination a {
	height: 38px;
	width: 20px;
}
.content .features_pagination .left a,
.content .features_pagination .right a {
	width: 36px;
	height: 38px;
}

/* NEW STYLES */

div.myAccountWrapper {
	margin: 0;
	padding: 0;
}

div.myAccountBanner {
	width: 540px;
	height: 110px;
	background: url(../images/team_titleist/top_paneL_bg.png) left top no-repeat;
	margin: 8px 0 0 0;
	padding: 17px 0 0 22px;
}

div.myAccountBanner h1 {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	text-transform: none;
	padding: 0 0 15px 0;
	margin: 5px 0px 12px 0px;
	background: url(../images/mygame/border.jpg) left bottom repeat-x;
}

div.myAccountBanner img {
	margin: 0 0 5px 0;
	padding: 0;
	border-radius: 5px;
}

div.myAccountBanner a {
	margin: 0;
	padding: 0 0 0 0px;
	color: #DF4646;
	text-decoration: underline;
	display: block;
}

div.myAccountBanner a:hover {
	color: #FFF;
}

div.myAccountBanner div.upload {
	float: left;
	display: inline;
	width: 90px;
}

div.myAccountBanner div.status {
	float: left;
	width: 426px;
	_display: inline;
}

div.myAccountBanner div.status a {
	padding: 5px 0 0 0;
}

div.myAccountBanner div.status span.status_completion {
	color: #999;
	display: block;
	padding: 0 0 20px 0;
}

div.myAccountBanner div.status span.status_completion, div.myAccountBanner div.status span.status_header {
	color: #999;
}

div.myAccountBanner div.status span.status_header {
	font-weight: normal;
	padding: 0 5px 0 0;
}

div.myAccountBanner div.status span.status_update {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

#edit_profile_body 
{
  width: 750px;
  float: left;
  display: inline;
  margin: 0 0px 0 0;
  padding: 0;  
}

#edit_profile_body div.myAccountBanner {
	width: auto;
	height: 100px;
	background: none;
	margin: 8px 0 0 0;
	padding: 0px 0 20px 0px;
}

#edit_profile_body div.myAccountBanner h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-transform: none;
	padding: 0 0 0px 0;
	margin: 5px 0px 12px 0px;
	background: none;
	font-weight: bold;
}

#edit_profile_body div.myAccountBanner a {
	margin: 0;
	padding: 0 0 0 10px;
	color: #666;
	text-decoration: underline;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#edit_profile_body div.myAccountBanner a:hover {
	color: #990000;
}

#edit_profile_body div.myAccountBanner div.status a {
	padding: 0px 0 0 0;
	display: inline;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

#edit_profile_body div.myAccountBanner div.status span.status_update {
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

#left, #leftholeinone {
  width: 562px;
  float: left;
  display: inline;
  margin: 0 7px 0 0;
  padding: 0;  
}

#left {
	background: url(../images/mygame/bg_myaccount.jpg) left 186px no-repeat;
}
#right {
  width: 190px;
  float: left;
	display: inline;
	margin: 0px 0 0 0;
}
/* Top Tabs */

#top_tabs_myAccount {
  float: right;
  margin-top: -39px;
  height: 29px;
  _position: relative;
	background: url(../images/shell/top_tabs_border.jpg) left top no-repeat;
}
#top_tabs_myAccount li {
  float: left;
  height: 29px;
	background: url(../images/shell/top_tabs_border.jpg) left top no-repeat;
}

#top_tabs_myAccount a {
	color: #000000;
	display: inline-block;
	height: 17px;
	padding: 7px 20px 5px 20px;
	text-align: center;
}

#top_tabs_myAccount li.selected {
  background: url(../images/shell/tab.gif) no-repeat left bottom;
}
#top_tabs_myAccount li.selected a {
  color: #990000;
  background: url(../images/shell/tab_cap.gif) no-repeat right bottom;
}

/* My Account Navigation */
#profile_container 
{
  border: 1px solid #CCC;
  overflow: hidden;
  padding-bottom: 30px;
}

#edit_profile_tabs li
{
  float: left; 
	display: inline;
	height: 50px;
	width: 104px;
	text-align: center;
	background: #E5E5E5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#edit_profile_tabs li.last,
#edit_profile_tabs li:last-child
{
	width: 118px;
	border-right: 0px solid #CCC;
}
  
#edit_profile_tabs li a
{
	display: block;
	width: 105px;
	height: 50px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#edit_profile_tabs li a span
{
  display: block;
  text-align: center;
  cursor: pointer;
  margin-top: 19px;
}

#edit_profile_tabs li a span.two-line
{
  margin-top: 11px;
}

#edit_profile_tabs li.on
{
  background: white;
  border-bottom: 1px solid #FFF;
}

#edit_profile_tabs li.last a
{
	width: 118px;
}

#myAccount_tabs {
	width: 562px;		
	margin-left: -3px;
	height: 53px;
}

#myAccount_tabs li {
	float: left; 
	display: inline;
	width: 90px;
	height: 53px;
}

#myAccount_tabs li a {
	display: block;
	line-height:35px;
	height: 38px;
	width: 80px;
	background: url(../images/team_titleist/tab_divider_account.jpg) no-repeat left top;
	padding: 15px 5px 0px 5px;
	text-align: center;	
	text-decoration: none;
}

#myAccount_tabs li a span {
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	outline: none;
	display: inline-block;
	vertical-align:middle;
	cursor: pointer;
}
#myAccount_tabs li a s {
    display: inline-block;
	width: 0;
	visibility: hidden;
}

#myAccount_tabs li a.on span {
	color:#990000;
}

#myAccount_tabs li a.on {
	background-image: url("../images/team_titleist/tab_on.jpg");
	background-color: #FFF;
	height: 39px;
}

#myAccount_tabs li:first-child a {
	background: url(../images/team_titleist/right_border_top_menu.jpg) no-repeat left bottom;
}

#myAccount_tabs li:first-child a.on {
	background-image: url("../images/team_titleist/first_tab_on.jpg");
}

#myAccount_tabs li.last {
  width: 10px;	
}
#myAccount_tabs li.last a {
  width: 10px;
}
#myAccount_tabs li.last a:hover {
  background-image: url(../images/team_titleist/tab_divider_account.jpg);
}

#myAccount_tabs li a:hover span {
  color:#990000;
}

/* My Account Content */

div.myAccount_content {
	padding: 17px 42px 0px 22px;
}

#edit_profile_body div.myAccount_content {
	padding-left: 44px;
}

#edit_profile_body div.myAccount_content h2 {
	padding: 17px 0px 0px 22px;
}

#edit_profile_body div.myAccount_content h2,
#body #edit_profile_body .product-register h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0px 0 14px 0;
	border-bottom: 1px solid #CCC;
	margin: 30px 0px 40px 0px;
}

#edit_profile_body div.custom-fit h2 {
	margin-bottom: 25px;
}

#body #edit_profile_body .product-register h3 
{
  margin-bottom: 20px;
}

#edit_profile_body div.holeinone h2 {
	margin-bottom: 25px;
}

div.myAccount_content h2 {
	font-size: 20px;
	color: #333;
	padding: 10px 0 14px 0;
}

div.myAccount_content table tr th {
	padding: 5px 10px 5px 0;
}

div.myAccount_content table tr th h3 {
	font-size: 14px;
	color: #999;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #CCC;	
}

#edit_profile_body div.myAccount_content table tr th h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0px 0 8px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

div.myAccount_content table tr td {
	color: #333;
	padding: 5px 10px 5px 0;
}

div.myAccount_content form input {
	font-size: 11px;
}

#profile_password {
	margin-bottom: 30px;
}

div.form_rule {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	font-size: 0;
	margin-top: 20px;
}

input.saveBtn, input.continueBtn, input.editBtn  {
border: 0 none;
cursor: pointer;
display: block;
font-size: 0;
line-height: 0;
text-indent: -999em;
width: 109px;
}

input.saveBtn {
background: url("../images/team_titleist/save_btn.jpg") left top no-repeat;
height: 33px;
}

input.saveBtn:hover  {
background-position: 0 -33px;
}

#edit_profile_body div.myAccount_content form input.saveBtn,
#body #edit_profile_body .product-register #email .foot input {
background: url("../images/team_titleist/btn_red.jpg") left top no-repeat;
height: 26px;
width: 115px;
text-indent: 0;
font-size: 14px;
color: #FFF;
font-weight: bold;
padding-top: 3px;
line-height: 16px;
display: block;
margin: 0 0 0 0px;
}

#body #edit_profile_body div.myAccount_content form #profile_game input#saveButton
{
  margin-left: 0px;
}

#body #edit_profile_body div.in-my-bag form input#saveButton
{
  margin-left: 400px;
}

#body #edit_profile_body .product-register #email .foot input 
{
  margin-left: 490px;
}

#body #edit_profile_body .product-register .registerTable input,
#body #edit_profile_body .product-register a.red-button2 {
background: url("../images/team_titleist/btn_red_wide.jpg") left top no-repeat;
height: 26px;
width: 145px;
text-indent: 0;
font-size: 14px;
color: #FFF;
font-weight: bold;
padding-top: 3px;
line-height: 16px;
display: block;
}

#body #edit_profile_body .product-register a.red-button2 {
	height: 22px;
	text-align: center;
	padding: 4px 0 0 1px;
	margin-top: 15px;
}

#body #edit_profile_body .product-register a.red-button2:hover {
	text-decoration: none;
}

#body #edit_profile_body .product-register #panel_products .registerTable input {
	display: none;
}

#edit_profile_body div.myAccount_content form input.saveBtn:hover  {
background-position: 0 -26px;
}

input.continueBtn  {
background: url("../images/team_titleist/continue_btn.jpg") left top no-repeat;
height: 35px;
}

input.continueBtn:hover  {
background-position: 0 -35px;
}

input.editBtn  {
background: url("../images/team_titleist/edit_account_btn.jpg") left top no-repeat;
height: 33px;
}

input.editBtn:hover  {
background-position: 0 -33px;
}

#edit_profile_body input
{
  padding: 5px 0 5px 2px;
  font-size: 13px;
  width: 184px;
}

/* Right Modules */

#right a.more {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 123px;
	height: 23px;
	color: #000;
	background: url(../images/shell/learn_more_button_tour.gif) center center no-repeat;
}

#right a.more b {
	color: #666;
}

#right a.more:hover {
	color: #990000;
	text-decoration: none;
}

#right div.consumer_info_module {
	margin: 8px 0px 10px 0px;
	background: url(../images/mygame/right_panel_bg.png) left top no-repeat;
	font-size: 14px;
	color: #FFF;
	padding: 17px 14px 10px 18px;
	width: 158px;
	height: 213px;
}

#right div.consumer_info_module span {
	font-size: 13px;
	color: #999;
}

#right div.consumer_info_module h4 {
	margin: 12px 0px 10px 0px;
}

#right div.consumer_info_module h4 a {
	color: #DF4646;
	text-decoration: underline;
}

#right div.consumer_info_module h4 a:hover {
	color: #FFF;
}

#right div.consumer_info_module div.profile_complete {
	padding-bottom: 10px;
	background: url(../images/mygame/border.jpg) left bottom repeat-x;
}

#right div.consumer_info_module a.edit_button {
	display: block;
	width: 52px;
	height: 22px;
	background: url(../images/mygame/edit_btn.png);
	background-position: 0px 0px;
	text-indent: -999em;
	margin: 9px 0px 12px 0px;
}

#right div.consumer_info_module a.edit_button:hover {
	background-position: 0px -22px;
}

#right div.consumer_info_module a.edit_button:hover {
	background-position: 0px -22px;
}

#right div.consumer_info_module p {
	background-position: 0px -22px;
}

#right div.hio_module a {
	display: block;
	width: 190px;
	height: 288px;
	background: url(../images/mygame/hio_subfeature.jpg);
	background-position: 0px 0px;
	text-indent: -999em;
	margin-bottom: 10px;
}

#right div.hio_module a:hover {
	background-position: 0px -288px;
}

#right div.invite_friends_module {
	background: url(../images/mygame/right_panel_btm.png);
	width: 190px;
	height: 84px;
	padding-top: 17px;
}

#right div.invite_friends_module p {
	color: #000;
	font-size: 13px;
	width: 124px;
	margin: 0px auto 11px auto;
	text-align: center;
}

#right div.invite_friends_module a.gray_button {
	color: #000;
	font-size: 13px;
	width: 145px;
	height: 22px;
	background: url(../images/mygame/bullet_btn.png);
	display: block;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	padding-top: 5px;
}

#right div.invite_friends_module a.gray_button:hover {
	text-decoration: none;
}

#right div.invite_friends_module strong {
	font-weight: bold;
}

div.account_module {
	margin: 0;
	padding: 10px 10px 0 10px;
	background: url(../images/team_titleist/myAccount_feature_bg.jpg) left top no-repeat;
}

div.account_module_btm {
	background: url(../images/team_titleist/myAccount_feature_bg_btm.jpg) left top no-repeat;
	width: 309px;
	height: 18px;
	padding: 0 0 7px 0;
}

div.account_module h3 {
	font-size: 15px;
	color: #333;
	padding: 5px 0;
}

div.account_module p {
	font-size: 12px;
	color: #666;
	padding: 0 0 10px 0;
}

#right table tr td {
	color: #333;
	padding: 0 5px 0 0;
}

a.editBtn  {
background: url("../images/team_titleist/edit_btn.jpg") left top no-repeat;
border: 0 none;
cursor: pointer;
display: block;
font-size: 0;
height: 24px;
line-height: 0;
text-indent: -999em;
width: 62px;
}

a.editBtn:hover  {
background-position: 0 -24px;
}

input#signBtn  {
background: url("../images/team_titleist/signUp_btn.jpg") left top no-repeat;
border: 0 none;
cursor: pointer;
display: block;
font-size: 0;
height: 24px;
line-height: 0;
text-indent: -999em;
width: 70px;
margin-top: 10px;
}

input#signBtn:hover  {
background-position: 0 -24px;
}

a.registerBtn  {
background: url("../images/team_titleist/register_btn.jpg") left top no-repeat;
border: 0 none;
cursor: pointer;
display: block;
font-size: 0;
height: 24px;
line-height: 0;
text-indent: -999em;
width: 112px;
}

a.registerBtn:hover  {
background-position: 0 -24px;
}

#form1 select{
	width:100px;
}
#form1 select.birthday{
	width:40px;
}
#form1 select.birthdayYear{
	width:60px;
}
#profile_address{
	margin-bottom:40px;
}
#profile_address td .radio input, #edit_profile_body #profile_address .radio input {
  width: 20px;
}
#profile_address input {
  width: 150px;
}
#profile_address select {
  width: 140px;
}
#profile_game input {
  width: 150px;
}
#profile_game select {
  width: 180px;
}

#edit_profile_body #profile_address th + td
{
  width: 75px;
}

#edit_profile_body #profile_address td label
{
  width: 95px;
}

#edit_profile_body #profile_address td:first-child label
{
  width: 105px;
}

#edit_profile_body #profile_address input 
{
  width: 190px;
}

#edit_profile_body #profile_game td
{
  width: 260px;
}

#edit_profile_body #profile_game td:first-child
{
  width: 340px;
  padding-right: 50px;
}

#edit_profile_body .holeinone #profile_game td:first-child
{
  width: 150px;
}

#body .login_section #left,
#body .register #left {
  background: transparent url(../images/team_titleist/login/grayBg.jpg) no-repeat left top;
  width: 439px;
  min-height: 523px;
  _height: 523px;
  padding: 7px 50px 10px 40px;  
  font-size: 13px;
  position: relative;
  background-color: #CDCDCD;  
}

#body .login_section #left .bottom,
#body .register #left .bottom {
  background: transparent url(../images/team_titleist/login/grayBg_bottom.jpg) no-repeat left bottom;
  width: 529px;
  height: 20px;
  padding: 0px;
  margin: 0px 0px 0px -40px;
  position: absolute;
  bottom: -1px;
}

#body .register #left {  
  padding: 7px 50px 0px 40px;  
  _padding: 7px 0px 0px 40px;  
}

#body .register #left .bottom {  
  position: static;
  bottom: 0;  
}

#body .login_section #right {
  background: transparent url(../images/team_titleist/login/blackBg.jpg) no-repeat left top;
  margin-top: 0;
  padding: 250px 10px 10px 50px;
  width: 365px;
  min-height: 323px;
  _height: 323px;
  color: white;
  position: relative;
}

#body .register #right {
  background: transparent url(../images/team_titleist/login/blackBg_video.jpg) no-repeat left top;
  margin-top: 0;
  padding: 300px 10px 10px 50px;
  width: 365px;
  min-height: 410px;
  _height: 410px;
}

#body .login_section #right .bottom {
  background: transparent url(../images/team_titleist/login/blackBg_bottom.jpg) no-repeat left bottom;
  width: 425px;
  height: 20px;
  padding: 0px;
  margin: 0px 0px 0px -50px;
  position: absolute;
  bottom: -1px;
}

#body .login_section #right h2 {
  font-size: 16px;
  line-height: 200%;
  color: white;
}

#body .login #right #team_video, #body .login #right #team_video_caption {
  display: none;
}

#body .register #right #team_video {
  position: absolute;
  margin-top: -280px;
  margin-left: -30px;
}

#body .register #right #team_video_caption {
  position: absolute;
  margin-top: -60px;
  margin-left: -10px;
  color: #CCC;
  padding: 0px 0px 0px 0px;
}

#body .login_section ul {
  font-size: 13px;
}
#body .login_section li span {
  font-size: 1.5em;
  vertical-align: middle;
  color: #900;
}

#body .login_section legend {
  display: none;
}
#body .login_section label {
  color: #333;
}
#body .login h2 {
  font-size: 22px;
  color: #333;
  margin: 5px 0;
}
#body .register h2 {
  font-size: 22px;
  color: #333;
  margin: 5px 0;
}
#body .login_section .wrapper {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  height: auto;
  width: auto;
  min-height: 0;
  position: relative;
  width: 324px;
}

#body .login_section .image {
  display: inline-block;
  height: 28px;
  overflow: hidden;
  margin: 10px 0;
}

#body .login_section .image:hover input,
#body .login_section .image:hover img {
  margin-top: -28px;
}

#body .login_section input.save, #body .login_section input.forgotpass, #body .login_section input.unsubscribe  {	
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 28px;
	text-indent:-999em;
	font-size: 0px;
	line-height: 0px;
	width: 109px;
	margin: 10px 0 10px 0;	
}

#body .login_section input.save:hover, #body .login_section input.forgotpass:hover, #body .login_section input.unsubscribe:hover  {
	background-position: 0 -28px;
}

#body .login_section input.unsubscribe  {
	background: url("../images/team_titleist/unsubscribe_btn.jpg") left top no-repeat;
}

#body .login_section input.forgotpass  {
	background: url("../images/team_titleist/retrieve_password_btn.jpg") left top no-repeat;
	width: 130px;
}


#body .login_section hr {
  margin: 10px 0;
  border: 0px solid #999;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

#body .login_section p {
  color: #1f1f1f;
  margin: 5px 0;
  font-size: 12px;
  color: #666;
}

#body .login_section a, #body .login_section a:visited {
  color: #990000;
}

#body .login input.save  {
	background: url("../images/team_titleist/login/loginBtn.jpg") left top no-repeat;
}

#body .login #left {
  width: 445px;
  padding-right: 44px;
}

#body .login label {
  margin: 10px 0 3px 0;
  display: inline-block;
}
#body .login #left input.text {
  width: 324px;
  font-size: 16px;
  padding: 2px;
}

#body .login #left #forgot {
  position: absolute;
  right: 0;
  margin: 10px 0 3px 0;
  color: #900;
}

#body .register input.save  {
	background: url("../images/team_titleist/login/registerBtn.jpg") left top no-repeat;	
}

#body .register #left p {
  width: 409px;
}

#body .register #left #ajaxerror {
	*font-size: 0px;
	*line-height: 0px;
}

#body .register #left #ajaxerror ul {
	font-size: 12px;
	line-height: 14px;
}


/* class here because IE freaks out if we set something inline-block and then
 * later set it inline which we need to do for signups below */
#body .register #left label.ib {
  display: inline-block;
  width: 150px;
  line-height: 16px;
  margin: 0 0 8px 0;
  vertical-align: middle;
}

#body .register #left input.text {
  width: 249px;
  font-size: 16px;
  height: 20px;
  margin: 0 0 8px 0;
  vertical-align: middle;
}

#body .register #left select {
  margin: 0 0 8px 0;
  vertical-align: middle;
}

#body .register #left #signups {
  background-color: #ddd;
  border: 1px solid #eee;
	margin: 10px 0 0 0;
  padding: 10px 15px;
  width: 420px;
}

#body .register #left #signups b.header {
	display: block;	
	padding: 0 0 10px 0;
  border-bottom: 1px dotted #666;
}

#body .register #left #signups b.header2 {
	display: block;
	width: 405px;
	padding: 0 0 0px 0;
	border: none;
}

#body .register #left #signups label {
  width: auto;
  display: inline;
  line-height: 120%;
}

#body .register #left #signups input {
  vertical-align: text-bottom;
	margin-left: 20px;
}

#body .register #left #signups a {
	padding-left: 15px;
  color: #333;
	font-weight: bold;
	background: url(../images/team_titleist/login/arrow.gif) left 4px no-repeat;
}

#body .register #left #signups a.expand {	
	background: url(../images/team_titleist/login/arrowDown.jpg) left 4px no-repeat;
}

#body .register #left #signups #interests {
	margin: 10px 0 0 0;
}

#body .register #left #signups #interests table {
	width: 420px;
	zoom: 1;
}

#body .register #left #signups #interests td {
 padding: 5px 0 10px 0;
}

#body .register #left #signups #interests td  p {
  width: 380px;
  zoom: 1;
}

#body .register #left #signups #interests td a.countries {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

#body .register #left #signups #interests td a.countries:hover {
	color: #333;
}

#body .register #left #signups #interests h1.country_header {
	margin: 0;
	padding: 5px 0 10px 0;
	border-top: 1px dotted #666;
}

#body .register #left #signups #interests input {
  margin-right: 5px;
}

#body .register_confirm h1 {
  font-size: 20px;
  color: #333;
  margin: 15px 23px 0px 23px;
}
#body .register_confirm h1 span {
  color: #900;
}

#body .register_confirm #action-items div {
  float: left;
  display: inline;
  width: 276px;
  margin: 20px 23px;
}

#body .register_confirm #action-items .clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

#body .register_confirm #action-items img {
  display: block;
}

#body .register_confirm #action-items h3 {
  font-size: 16px;
  color: #900;
  margin: 5px 10px;
}

#body .register_confirm #action-items p {
  font-size: 12px;
  color: #1f1f1f;
  margin: 5px 10px;
  line-height: 18px;
}

#body .register_confirm #action-items .learn-more {
  display: block;
  text-indent: -999em;
  background: transparent url(../images/team_titleist/login/learnMoreBtn.jpg) no-repeat left top;
  height: 25px;
  width: 87px;
  margin: 5px 10px;
  cursor: pointer;
}

#body .register_confirm #action-items .learn-more:hover {
  background-position: left bottom;
}

#body .in-my-bag,
#body .custom-fit {
  font-size: 14px;
  color: #333;
}

#body #edit_profile_body .custom-fit {
  width: 604px;
}

#body .in-my-bag fieldset {
  margin-bottom: 10px;
}

#body #edit_profile_body .in-my-bag fieldset {
  margin-bottom: 25px;
  border-top: 0px;
}
#body #edit_profile_body .in-my-bag fieldset.last {
  border-bottom: 1px solid #999;
  padding-bottom: 40px;
}
#body .in-my-bag legend,
#body .custom-fit legend {
  display: none;
}
#body .in-my-bag h3 {
  color: #000;
  border-bottom: 1px solid #999;
  font-size: 14px;
  padding: 2px 5px;
  margin: 5px 0 0 0;
  font-weight: bold;
}
#body #edit_profile_body .in-my-bag h3 {
  padding: 2px 5px 15px 2px;
  margin: 5px 0;
}

#body .in-my-bag label {
  width: 250px;
  margin: 10px 0 10px 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  font-size: 12px;
}
#body .in-my-bag .text {
  width: 250px;
  margin: 10px 10px 10px 0;
  display: inline-block;
}
#body .in-my-bag .text input {
  font-size: 14px;
  width: 250px;
}
#body .in-my-bag .text span {
  color: #666;
  font-size: 12px;
  padding-left: .5em;
  margin-top: 1px;
  display: block;
}
#body .in-my-bag select {
  margin: 10px 0;
  display: inline-block;
}
#body .in-my-bag .add {
  cursor: pointer;
  margin: 0 0 0 265px;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 6px;
  display: inline-block;
}
#body .in-my-bag .add:hover {
  text-decoration: none;
  color: #000;
  border-color: #333;
}
#body .in-my-bag .add:before {
  content: '+ ';
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  vertical-align: bottom;
  display: inline;
}
#body #edit_profile_body  .in-my-bag .add {
  width: 142px;
  height: 21px;
  background: url(../images/team_titleist/btn_black.jpg) no-repeat;
  display: inline-block;
  border: 0px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  padding: 3px 0px 0px 28px;
  margin: 15px 0 0 304px;
}
#body #edit_profile_body  .in-my-bag .add:before {
  content: '';
}
#body #edit_profile_body .in-my-bag select {
  margin: 10px 0 0 0;
  display: inline-block;
  width: 204px;
  vertical-align: top;
}
#body #edit_profile_body .in-my-bag select.clear {
  display: block;
}
#body #edit_profile_body .in-my-bag .text {
  width: 250px;
  margin: 10px 10px 0px 12px;
  display: inline-block;
}

#body #edit_profile_body .in-my-bag label,
#body #edit_profile_body .in-my-bag h4 {
  width: 204px;
  margin: 18px 10px 0px 0px;
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

#body #edit_profile_body .in-my-bag h4 
{
  display: block;
}

#body .custom-fit fieldset {
  margin-bottom: 10px;
  border-top: 1px solid #999;
}
#body #edit_profile_body fieldset {
  margin-bottom: 10px;
  border-top: 1px solid #CCC;
}
#body #edit_profile_body .custom-fit div + fieldset {
  margin-bottom: 10px;
  border-top: 0px solid #CCC;
  padding-top: 0px;
}
#body .custom-fit label {
  width: 250px;
  margin: 10px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  height: 19px;
  font-size: 12px;
}
#body .custom-fit .text {
  width: 250px;
  margin: 10px 10px 0 0;
  display: inline-block;
}
#body .custom-fit .checkbox,
#body .custom-fit .radio {
  width: auto;
  vertical-align: top;
  line-height: 19px;
  display: inline-block;
  width: 20px;
  margin: 10px 0 0 10px;
}
#body .custom-fit label.small,
#body #edit_profile_body .custom-fit label.small {
  width: auto;
  vertical-align: top;
  display: inline-block;
  line-height: 19px;
  width: 90px;
  height: auto;
  margin: 10px 0 0 5px;
}
#body .custom-fit .text {
  font-size: 16px;
}
#body .custom-fit select {
  margin: 10px 0;
  display: inline-block;
  width: 265px;
  font-size: 12px;
}

#body .in-my-bag hr,
#body .custom-fit hr {
  border: none;
  border-bottom: 1px solid #999;
  height: 1px;
}

#body #edit_profile_body .in-my-bag hr,
#body #edit_profile_body .custom-fit hr {
  border: none;
  border-bottom: 1px solid #CCC;
  height: 1px;
}

#body .in-my-bag .save,
#body .custom-fit .save {
  display: inline-block;
  margin: 10px;
  height: 33px;
  overflow: hidden;
}
#body .in-my-bag .save:hover input,
#body .custom-fit .save:hover input {
  margin-top: -33px;
}

#body #edit_profile_body .custom-fit fieldset {
  padding: 15px 0px 20px 0px;
}

#body #edit_profile_body .custom-fit label {
  width: 265px;  
  margin-left: 4px;
  margin-right: 12px;
}

#body #edit_profile_body .custom-fit select {
  margin: 10px 0;
  display: inline-block;
  width: 318px;
  font-size: 12px;
}

#body .product-register h3 {
	font-size: 20px;
	color: #000;
	padding: 10px 0 20px 0;
}

#body .product-register a {
  color: #900;
}
#body .product-register .spacer {
  display: none;
  width: 20px;
  height: 20px;
  visibility: hidden;
}
#body .product-register .editButton {
  border: none;
  background: transparent;
  text-transform: capitalize;
  color: #900;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}
#body .product-register td {
  padding: 0;
}
#body .product-register strong {
  font-weight: bold;
}

#body .product-register h4 {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}


/* panel_products is a div that wraps two tables, the one with content is .tableborder */
#body .product-register {
  padding: 17px 38px;
}
#body #edit_profile_body .product-register {
  padding: 17px 98px 17px 42px;
}
#body .product-register #panel_products,
#body .product-register #panel_productform,
#body .product-register #shops_panel,
#body .product-register #email {
  background: transparent url(../images/team_titleist/pannelMid.jpg) repeat-y center center;
  width: 500px;
  position: relative;
  padding-bottom: 47px;
  font-size: 13px;
}

#body #edit_profile_body .product-register #shops_panel,
#body #edit_profile_body .product-register #panel_products,
#body #edit_profile_body .product-register #panel_productform,
#body #edit_profile_body .product-register #email 
{
  width: 608px;
  background: none;
}

#body #edit_profile_body .product-register #shops_panel {
	padding-bottom: 0px;
}

#body #edit_profile_body .product-register #panel_products 
{
  background: none;
  padding-bottom: 30px;
}

#body #edit_profile_body .product-register #panel_productform {
	padding-bottom: 60px;
}

#body #edit_profile_body .product-register .instructions
{
  border-top: 1px solid #CCC;
  margin-top: 28px;
  padding-top: 22px;
}

#body .product-register .registerTable {
  position: absolute;
  width: 607px;
  height: 47px;
  bottom: 0px;
  background: transparent url(../images/team_titleist/pannelBottom.jpg) no-repeat center bottom;
}
#body .product-register .registerTable td {
  padding: 0px 15px 10px 0px;
  vertical-align: bottom;
}
#body .product-register .registerTable input {
  border: none;
  text-indent: -999em;
  font-size: 1px;
  line-height: 1px;
  display: inline-block;
  width: 126px;
  height: 24px;
  background: transparent url(../images/team_titleist/registerBtn.jpg) no-repeat left top;
  cursor: pointer;
}
#body .product-register .tableborder {
  background: transparent url(../images/team_titleist/pannelTop.jpg) no-repeat center top;
}
#body .product-register .tableborder table td {
  background: transparent url(../images/team_titleist/table_row_divider.png) no-repeat left bottom;
  padding: 10px;
}
#body #edit_profile_body .product-register .tableborder table td {
  background: none;
}
#body .product-register .tableborder table td.left {
  padding-left: 20px;
  background-position: 15px bottom;
}
#body .product-register .tableborder table td.right {
  padding-right: 20px;
  background-position: -345px bottom;
  width: 48px;
}
#body .product-register .tableborder table tr.first td {
  padding-top: 15px;
}
#body .product-register .tableborder table tr.last td {
  padding-bottom: 15px;
  background: none;
}
#body .product-register #panel_products br {
  display: none;
}
#body #edit_profile_body .product-register .tableborder {
  background: none;
  border-collapse: collapse;
}
#body #edit_profile_body .product-register .tableborder td.tablebody {
  padding-bottom: 0px;
  border-bottom: 0px solid #CCC;
}
#body #edit_profile_body .product-register .tableborder table {
  border-collapse: collapse;
}
#body #edit_profile_body #shops_panel .tableborder table tr.first td 
{
  padding-bottom: 18px;
}
#body #edit_profile_body #shops_panel .tableborder table tr.first td.left 
{
  width: 280px;
}
#body #edit_profile_body #shops_panel .tableborder table tr.first td.both
{
  width: 258px;
}
#body #edit_profile_body .product-register .tableborder table td {
  border: 1px solid #CCC;
  padding-bottom: 10px;
}

#body #edit_profile_body .product-register #panel_productform .tableborder table {
	border: 1px solid #CCC;
}

#body #edit_profile_body .product-register #panel_productform .tableborder table td {
  border: 0px solid #CCC;
  padding-bottom: 10px;
  vertical-align: top;
}
#body #edit_profile_body .product-register .tableborder table .extra td {
  border: 0px solid #CCC;
}
#body #edit_profile_body #shops_panel .product-register .tableborder table td {
  border: 0px;
}
#body #edit_profile_body .product-register #panel_products .tableborder table td {
  padding: 15px 20px 18px 20px;
}
#body #edit_profile_body .product-register .tableborder .tableheader table td,
#body #edit_profile_body .product-register .tableborder .first td
 {
  background: #333;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
}

#body #edit_profile_body .product-register #panel_productform .tableborder .tableheader table td,
#body #edit_profile_body .product-register #panel_productform .tableborder .first td
{
  background: #FFF;
  color: #333;
  text-align: left;
  font-weight: normal;
}

#body #edit_profile_body .product-register #panel_productform .tableborder .first td
{
  padding-top: 25px;
}

#body #edit_profile_body .product-register .tableborder .first td
{
  text-align: center;
}
#body #edit_profile_body .product-register .tableborder table#interests 
{
  width: 550px;
}

#body #edit_profile_body .product-register .tableborder table#interests td {
  border: 0px;
  padding-bottom: 10px;
}

#body #edit_profile_body .product-register .tableborder table#interests td input {
  width: auto;
  height: auto;
  float: left;
}

#body #edit_profile_body .product-register .tableborder .tableheader table td 
{
  padding: 15px 0px 15px 20px;
}

#body .product-register .registerTable td {
  padding: 0px 15px 28px 0px;
  vertical-align: bottom;
}

#body #edit_profile_body .product-register .registerTable {
  background: none;
  bottom: -36px;
}

#body #edit_profile_body .product-register .registerTable td {
  background: none;
  bottom: -36px;
  padding: 0px 0px 28px 0px;
}

/* edit page */
#body .product-register #panel_productform .tableborder table td {
  background: none;
  padding: 5px;
}
#body .product-register #panel_productform .tableborder table tr.first td {
  padding-top: 15px;
}
#body .product-register #panel_productform .tableborder table tr.last td {
  padding-bottom: 15px;
}
#body .product-register #panel_productform .tableborder .left {
  width: auto;
  padding-left: 80px;
}
#body .product-register #panel_productform .tableborder .right {
  width: auto;
  padding-right: 80px;
}
#body .product-register #panel_productform br {
  display: none;
}
#body .product-register #panel_productform .tableborder table tr.last td {
  background: transparent url(../images/team_titleist/pannelBottom.jpg) no-repeat center bottom;
  position: absolute;
  width: 500px;
  height: 35px;
  bottom: 0px;
  _bottom: -1px;
  padding: 12px 0 0 0;
}
#body #edit_profile_body .product-register #panel_productform .tableborder table tr.last td {
  background: none;
  width: 607px;
  position: static;
  font-size: 0px;
  line-height: 0px;
  padding: 0px 0px 20px 0px;
  height: 0px;
}
#body .product-register #panel_productform .tableborder .last input {
  float: right;
}
#body .product-register #panel_productform #registerProductButton {
  border: none;
  text-indent: -999em;
  font-size: 1px;
  line-height: 1px;
  width: 126px;  
  height: 24px;
  background: transparent url(../images/team_titleist/registerBtn.jpg) no-repeat left top;
  cursor: pointer;
  margin: 0 15px;
  *margin-top: -5px;
}
#body .product-register #panel_productform #updateRegistrationButton {
  border: none;
  text-indent: -999em;
  font-size: 1px;
  line-height: 1px;
  width: 126px;
  width: 116px;
  height: 24px;
  background: transparent url(../images/team_titleist/updateBtn.jpg) no-repeat left top;
  cursor: pointer;
  margin: 0 15px;
  *margin-top: -5px;
}
#body .product-register #panel_productform #registerProductButton {
  border: none;
  text-indent: -999em;
  font-size: 1px;
  line-height: 1px;
  width: 126px;  
  height: 24px;
  background: transparent url(../images/team_titleist/registerBtn.jpg) no-repeat left top;
  cursor: pointer;
  margin: 0 15px;
  *margin-top: -5px;
}
#body #edit_profile_body .product-register #panel_productform #updateRegistrationButton {
    background: url("../images/team_titleist/btn_red_wide.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 16px;
    padding-top: 3px;
    text-indent: 0;
    width: 145px;
	margin: 0px;
	position: absolute;
	bottom: 15px;
	right: 0;
}
#body #edit_profile_body .product-register #panel_productform #registerProductButton {
    background: url("../images/team_titleist/btn_red_wide.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 16px;
    padding-top: 3px;
    text-indent: 0;
    width: 145px;
	margin: 0px;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
#body .product-register #panel_productform #removeRegistrationButton {
  border: none;
  height: 24px;
  cursor: pointer;
  background: none;
  color: #999;
  font-size: 13px;
  text-decoration: underline;
  *margin-top: -5px;
}

#body #edit_profile_body .product-register #panel_productform #removeRegistrationButton {
	position: absolute;
	bottom: 15px;
	right: 150px;
}

#body .product-register #panel_productform input {
  font-size: 14px;
  margin-bottom: 6px;
}

/* my golf shop */
#body .product-register #shops_panel .tableborder .left {
  width: 225px;
  padding-left: 25px;
}
#body #edit_profile_body .product-register #shops_panel .tableborder .left {
  width: 280px;
  padding-left: 25px;
}
#body .product-register #shops_panel .tableborder .middle {
  width: 90px;
}
#body #edit_profile_body .product-register #shops_panel .tableborder .middle {
  width: 130px;
  border-right: 0px;
}
#body .product-register #shops_panel .tableborder .right {
  width: 100px;
  background-position: -275px bottom;
  padding-right: 30px;
}
#body #edit_profile_body .product-register #shops_panel .tableborder .right {
  width: 130px;
  padding-right: 0px;
  border-left: 0px;
}
#body .product-register #shops_panel .tableborder .right {
  text-align: center;
}
#body .product-register #shops_panel .tableborder tr.first .both {
  background-position: -165px bottom;
}
#body #edit_profile_body .product-register #shops_panel .tableborder tr.first .both {
  text-align: center;
}
#body .product-register #shops_panel .tableborder tr.first strong {
  color: #999;
  font-weight: normal;
}
#body #edit_profile_body .product-register #shops_panel .tableborder tr.first strong {
  color: #FFF;
  font-weight: bold;
}
#body .product-register #shops_panel .tableborder a {
  color: #333;
  font-weight: bold;
}
#body .product-register #shops_panel .tableborder input {
  border: none;
  background: none;
  color: #900;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-indent: -0.1em;
}
#body .product-register #shops_panel .tableborder tr.DefaultTrue td.right:before {
  content: "Default Shop";
  color: #999;
  font-weight: bold;
}
#body .product-register #shops_panel .extra {
  display: block !important;
  background: transparent url(../images/team_titleist/pannelBottom.jpg) no-repeat center bottom;
  position: absolute;
  width: 500px;
  height: 47px;
  bottom: 0px;
  _bottom: -1px;
}
#body #edit_profile_body .product-register #shops_panel .extra 
{
  background: none;
  width: 100%;
  position: static;
  width: auto;
}
#body .product-register #shops_panel .extra td {
  width: 500px;
  height: 35px;
  display: block;
  padding: 0;
  text-align: right;
  background: none;
  padding-top: 12px;
}
#body #edit_profile_body .product-register #shops_panel .extra td {
  width: auto;
}
#body .product-register #shops_panel .extra a {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 1px;
  line-height: 1px;
  color: #fdfdfd;
  width: 116px;
  height: 24px;
  background: transparent url(../images/team_titleist/addDealerBtn.jpg) no-repeat left top;
  cursor: pointer;
  margin: 0 15px;
  *margin-top: -5px;
  text-indent: -9999em;
}
#body #edit_profile_body .product-register #shops_panel .extra a {
  background: url("../images/team_titleist/btn_red_plus.jpg") left top no-repeat;
  height: 22px;
  width: 165px;
  text-indent: 0;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding-top: 4px;
  line-height: 16px;  
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#body .product-register #shops_panel .extra a:hover {
  text-decoration: none;
}

/* email */
#body .product-register #email {
  margin-top: 15px;
}

#body .product-register #email td {
  background: none;
}
#body .product-register #email .tableheader {
  padding: 0px 10px;
}

#body #edit_profile_body .product-register #email .tableheader {
  padding: 0px 0px;
}

#body .product-register #email .tableheader table {
  border-bottom: 0px solid #ccc;
}
#body .product-register #email .tablebody input {
  vertical-align: text-bottom;
}
#body .product-register #email label {
  padding-left: .5em;
  float: left;
  width: 510px;
}
#body .product-register #email .foot {
  display: block !important;
  background: transparent url(../images/team_titleist/pannelBottom.jpg) no-repeat center bottom;
  position: absolute;
  width: 500px;
  height: 47px;
  bottom: 0px;
  _bottom: -1px;
}
#body #edit_profile_body .product-register #email .tablebody table 
{
  padding: 0px;
  margin: 0px;
}
#body #edit_profile_body .product-register #email .foot {
  display: block !important;
  background: none;
  position: static;
  width: 500px;
  height: 47px;
}

#body .product-register #email .foot td {
  width: 590px;
  height: 35px;
  display: block;
  padding: 0;
  text-align: right;
  background: none;
  padding-top: 12px;
}
#body #edit_profile_body .product-register #email .foot td {
  border: 0px;
}
#body .product-register #email .foot input {
  border: none;
  text-indent: -999em;
  font-size: 1px;
  line-height: 1px;
  width: 66px;
  height: 24px;
  background: transparent url(../images/team_titleist/saveBtn.jpg) no-repeat left top;
  cursor: pointer;
  margin: 0 15px;
  
}

#body div.alert {
	margin-top: 18px;
    line-height: 18px;
    padding: 14px 46px 14px 75px;
	border-radius: 5px;
	background: #E5E5E5 url(../images/team_titleist/i_icon.jpg) no-repeat 22px 15px;		
}

#body div.alert a {
	text-decoration: underline;
}

/* my account validation styles, styles for holeinone */
#body .myAccountWrapper div#errors {
	background: transparent url(../images/team_titleist/error_top_long.jpg) no-repeat top;		
	width: 515px;	
	margin-bottom: 8px
}

#body .myAccountWrapper div#errors ul{		
	background: transparent url(../images/team_titleist/error_bottom_long.jpg) no-repeat bottom;
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

#body .myAccountWrapper div#errors ul li {
	background: transparent url(../images/team_titleist/error_arrow.jpg) no-repeat center left ;
	padding: 3px 20px;	
	margin-left: 10px;
	color: #9C0000;
	font-size: 12px;
}

#body .login_section div#errors {	
	background: transparent url(../images/team_titleist/error_bottom_short.png) no-repeat bottom;	
	width: 430px;	
	padding-bottom: 9px;
	margin-bottom: 8px
}

#body .login_section div#errors ul{		
	
	background: transparent url(../images/team_titleist/error_top_short.png) no-repeat;		
	list-style-type: none;
	padding: 5px 0 0 5px;
	margin: 0;	
}

#body .login_section div#errors ul li{
	background: transparent url(../images/team_titleist/error_arrow.jpg) no-repeat center left ;
	padding: 3px 20px;	
	margin-left: 10px;
	color: #9C0000;
	font-size: 12px;
}

#body .myAccountWrapper div#errors ul li a,
#body .myAccountWrapper div#errors ul li a:visited,
#body .login_section div#errors ul li a,
#body .login_section div#errors ul li a:visited {
	color: #990000;
	text-decoration: underline;
}

#body .holeinone {
	padding: 0 15px 0 15px;
}

#body #edit_profile_body .holeinone {
	padding: 0 44px 0 42px;
}

#body .holeinone h2{
	padding: 0;
}

#body .holeinone p {
	padding: 0 0 42px 0;
}

#body .holeinone #gender input, #body .holeinone #interests input{
	width: 20px;
}
#body #edit_profile_body .holeinone #gender input {
	width: 20px;
	height: 14px;
}
#body #edit_profile_body .holeinone #gender td {
	width: 76px;
	padding-right: 0px;
}
#body #edit_profile_body .holeinone #interests input {
	width: 20px;
	float: left;
}
#body #edit_profile_body .holeinone #interests label {
	float: left;
	width: 515px;
	margin-left: 15px;
}
#body .holeinone table#interests {
	width: 600px;
}
#body .holeinone div.captcha_image{
	padding-top: 5px;
}
#body .holeinone .dropdown{
	width: 55px;
}

.hio-thankyou .message
{
  float: left;
  width: 368px;
  margin-left: 48px;
}

.hio-thankyou h1{
    font-size: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: bold;    
    padding: 22px 0 7px 0;
    margin: 0;
    text-transform: none;
}
#body .holeinone .hio-thankyou p{
    float: left;
    padding: 0 0 10px;
    width: 360px;
}
.hio-thankyou img {
    float: left;
}
.hio-thankyou .lightgray-button {
    background: url("../images/team_titleist/bg_btn_gray.jpg") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 140px;
    text-decoration: none;
}
.hio-thankyou .lightgray-button:hover {
    background-position: 0 -24px;
    color: #990000;
}
