html, body {					
     background: url('/skins/club_fondue/background.gif');				          
}		
								
#topnav tr td {	 
	 background-image: url('/skins/club_fondue/topnav_bg.gif');		
}

#topnav tr td.selected {	 
	 background-image: none;
	 background-color: white;
}

#topnav tr td:hover,  #topnav tr td a:hover  {   
	background-image: none;
	background-color: white;
	color: #330000;
}

#login_container, #signup_container {
	 background: url('/skins/club_fondue/login_bg.jpg');	
	 background-position: bottom;	
	 height: 409px;
	 width: 664px;	 	 
	 color: white;
}

#login_container a, #signup_container a  {
	 color: white;
}

#login_table {
	position:relative;
	top: 200px;
	left: 340px;
}

#signup_container {
	background: url('/skins/club_fondue/signup_bg.jpg');		
  background-color: #400112;
  background-position: bottom;	
  background-repeat: no-repeat;
	height: 516px;
}

#signup_table {
	margin-top: 0px;
	margin-left: 322px;
}

#signup_table  #big_store_dd { 
	width: 210px;
}

#sendtofriend_table {
	margin-top: 10px;
	margin-left: 280px;
}

#sendtofriend_table input {
	width: 150px;
}

#welcome_msg {
	font-size:14px;
}

#signup_msg, #signup_msg a {
	color: white;
	font-size: 11px;
}

.popup {
	background-color: white;
}

.popup .dragbar {
	background-color: #330000;
}

.iframed, .iframed body, .iframed #signup_container {
	background: none;
	color: #3c3839;
	font: 12px/16px Arial, Verdana, sans-serif;
}
.iframed #wrapper, .iframed #signup_container, .iframed #layout_table {
	width: 100%;
	height: auto;
}
.iframed #signup_table {
	margin: 0;
	width: 100%;
}
.iframed #login_table {
	position: static;
}
.iframed #welcome_msg {
	font-size: 1.5em;
	line-height: 42px;
}
.iframed #signup_msg, .iframed #signup_msg a {
	color: #3c3839;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0.83em;
}
.iframed #signup_msg a {
	display: none;
}
.iframed #login_container a, .iframed #signup_container a  {
	color: #3c3839;
}
.iframed #policies, .iframed #user_details, .iframed #table_spacer {
	display: none;
}
.iframed input.button {
	padding: 5px;
}
.iframed .ihide {
	display: none;
}
