#wrap {
	margin: 0 auto; 
	width: 770px;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

.bar {
  margin: 0;
  padding: 10px;
  text-align: center;
  display: block;
  overflow: auto;  
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-top: 4px solid #CC0000;
  border-bottom: 4px solid #CC0000;
}

select {
	padding: 2px;
	border:1px solid #CCCCCC;
	font: normal 11px tahoma, sans-serif;
	color:#777;
}

input {
	padding: 2px;
	border:1px solid #CCCCCC;
	font: normal 11px tahoma, sans-serif;
	color:#777;
}
textarea {
	padding:2px;
	font: normal 11px tahoma, sans-serif;
	border:1px solid #CCCCCC;
	display:block;
	color:#777;
}
input.buttonx { 
	margin: 0; 
	font: 12px tahoma, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}

.xtable      { 
    margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: normal 12px tahoma, Sans-Serif;
	color: #000;
	background: #FAFAFA;
    border: 0px solid #CCCCCC; 
}

.xtr    { 
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0 3px 0 0;
	background: #f2f2f2;
 }
 
.xtd         { 
	border: 1px solid #CCCCCC;
	margin: 0;	
	padding: 0 3px 0 0;
	background: #FFF;
	}

.xtt         { 
    border: 1px solid #CCCCCC;	
	font: bold 15px Times New Roman,Arial;
    color: white;
    background: black url(images/titlebar.png) repeat-x center right;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    padding: 4px 10px 4px 0; /*header text is indented 10px*/
    text-align:center;
}

.xtx         { 
    border: 1px solid #CCCCCC;	
	font: bold 15px Times New Roman,Arial;
    color: white;
    background: black url(images/titlebar-active.png) repeat-x center right;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    padding: 4px 10px 4px 0; /*header text is indented 10px*/
    text-align:center;
}

hr           { border: 1px dotted #B5A35B;}

form.reg {
    width:450px;
	padding: 0; margin: 0 auto;
	border: none;
	background-color: transparent; 
}

/*------------------------------------------------login panel--------------------*/
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

#logindiv{
	width:264px;
	margin:0 auto;
}
#logindiv h2.mem{
	width:214px;
	height:57px;
	background:url(images/member_login.gif) 0 0 no-repeat;
	padding:0 50px 0 0;
	font:bold 20px/57px Arial, Helvetica, sans-serif;
	color:#7BCA0A;
	background-color:inherit;
}
#logindiv form{
	background:url(images/memberlogin_bg.gif) 0 0 repeat-y;
	width:228px;
	padding:0 18px;
	margin:0;
}
#logindiv form input.txtBox{
	width:206px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	/*font:normal 11px/19px Arial, Helvetica, sans-serif;*/
	color:#000;
	background-color:#fff;
	margin:0 0 17px 0;
	padding:0 10px 0 0;
}
/*
#logindiv form a{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#FF6600;
	background-color:#131313;
	text-decoration:underline;
	float:right;
	background:url(images/register_here_bg.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	width:79px;
}
#logindiv form a:hover{
	text-decoration:none;
}
*/
#logindiv form input.login{
	background:url(images/btn_login.gif) 0 0 no-repeat;
	width:53px;
	height:13px;
	border:none;
	cursor:pointer;
	float:left;
}
#logindiv p.bottom2{
	background:url(images/memberlogin_bot.gif) 0 0 no-repeat;
	width:264px;
	height:25px;
	margin:0 0 5px 0;
}

/*------------------------------------------------login panel--------------------*/


