div {
	display:block;
	font-family: arial,helvetica,sans-serif;
	font-weight:normal;
}
#wrapper {
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
	top:10px;
	text-align:left;
	background-color:transparent;
}
#thickbox {
	position:absolute;
	left:0px;
	top:0px;
	background-color:none;
}
#trapper1 {
	position:absolute;
	width:900px;
	height:290px;
	left:0px;
	top:0px;
	text-align:center;
	background-color:rgb(0,0,0);
	opacity:0.5;
}
#trapper2 {
	position:absolute;
	width:900px;
	height:285px;
	left:0px;
	top:390px;
	text-align:center;
	background-color:rgb(0,0,0);
	opacity:0.5;
}
#trapper3 {
	position:absolute;
	width:325px;
	height:100px;
	left:0px;
	top:290px;
	text-align:center;
	background-color:rgb(0,0,0);
	opacity:0.5;
}
#trapper4 {
	position:absolute;
	width:315px;
	height:100px;
	left:585px;
	top:290px;
	text-align:center;
	background-color:rgb(0,0,0);
	opacity:0.5;
}
#waiter {
	position:absolute;
	width:250px;
	height:80px;
	left:325px;
	top:290;
	border:5px solid rgb(82,82,82);
	padding-top:10px;
	background-color:rgb(255,255,255);
	text-align:center;
	font-size:12px;
}
/**** MATCH ****/
#top01 {
	position:absolute;
	width:880px;
	height:66px;
	left:0px;
	top:114px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	background-color:rgb(255,255,255);
	background-image:url('../images/logos/browse.top01.gif');
	color:rgb(0,0,0);
	font-weight:bold;
}

#registerLog {
	position:absolute;
	width:900px;
	height:410px;
	left:0px;
	top:200px;
	background-color:rgb(242,242,242);
	background-image:url('../images/logos/browse.mid01.gif');
}
#login {
	position:absolute;
	width:280px;
	height:110px;
	left:280px;
	top:120px;
	padding:15px;
	background-color:rgb(255,255,255);
	color:rgb(57,58,108);
	font-family:helvetica,arial,sans-serif;
	font-size:13px; font-weight:bold;
	line-height:20px;
	background-image:url('../images/logos/loginbase.gif');
}
#lstrip {
	position:relative;
	width:280px;
	max-width:280px;
	height:25px;
	background-color:rgb(255,255,255);
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
	font-weight:normal;
}
#rstrip {
	position:absolute;
  top:0px;
  right:0px;
	width:180px;
	height:21px;
	padding:2px;
	background-color:rgb(255,255,255);
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
	font-weight:normal;
}
#registerC {
	position:absolute;
	width:900px;
	height:410px;
	left:0px;
	top:200px;
	background-color:rgb(242,242,242);
	background-image:url('../images/logos/browse.mid01.gif');
}

/**** MISCELLANEOUS ***/

h2 {
	display:inline;
	position:relative;
	font-size:14px;
	font-weight:bold;
}

h3 {
	display:inline;
	position:relative;
	font-size:12px;
	font-weight:normal;
}
.form-button {cursor: pointer;}
a.gobutton{
	cursor: pointer;
	background: transparent url('../images/buttonl.gif') no-repeat top left;
	display: block;
	float: right;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 21px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	text-align:center;
}
a:link.gobutton, a:visited.gobutton, a:active.gobutton{
color:rgb(10,10,10); /*button text color*/
}
a.gobutton span{
background: transparent url('../images/buttonc.gif') repeat top right;
display: block;
padding: 4px 8px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
width:100px;
}
a.gobutton:hover{ /* Hover state CSS */
background: transparent url('../images/buttonsl.gif') no-repeat bottom left;
color:rgb(255,255,255);
}
a.gobutton:hover span{ /* Hover state CSS */
background: transparent url('../images/buttonsc.gif') no-repeat bottom right;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
display:block;
position:absolute;
right:6px;
top:5px;
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
#tangerine {color:rgb(51,51,102);}

a {text-decoration: none;}
a:link {color: rgb(254,254,254);}
a:visited {color: rgb(254,254,254);}
a:active {color: rgb(51,153,255);}
a:hover {color:rgb(255,153,51);}

a.goto {text-decoration: none;}
a.goto:link {color: rgb(222,0,0);}
a.goto:visited {color: rgb(222,0,0);}
a.goto:active {color: rgb(153,0,0);}
a.goto:hover {color:rgb(255,153,51);}

