
/* CSS Document */
/* --for tour page*--/

/*--middle start--*/
#t-middle {
	font-family:tahoma,helvetica,verdana, arial, sans-serif;
	width:600px;
	float:left;
	margin:0 0 0 0;
}

#t-middle h1{
	font: bold 14px tahoma,helvetica,verdana, arial, sans-serif;
	color:#497c00;
	padding:5px 20px 0px 5px;
}

#t-middle ul{
	width:590px;
	height:22px;	
	background: url(../images/memtitlebar.gif) 2px no-repeat;
	font: bold 12px tahoma,helvetica,verdana, arial, sans-serif;
	color:#555;
	padding: 10px 0 3px 2px;
	float:left;	
}

#t-middle img{
	padding: 5px 10px 5px 50px;	
	border:0px;
	float:left;
	margin: 0 15px 0 0;	
	width:520px;
	height:468px;
}

#t-middle 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;	
	color:#6e450b;
	background-color:#fff;
	margin:0 0 17px 0;
	padding:0 0 0 20px;
}

#t-middle form p.signupbtn{
	width:53px;
	height:13px;
	border:0px;
	margin:0 0 0 3px;	
	background:url(../images/signupbutton.gif) 0 0 no-repeat;	
}

#t-middle form p.signinbtn{
	width:53px;
	height:13px;
	border:0px;
	margin:0 0 0 3px;
	background:url(../images/signinbutton.gif) 0 0 no-repeat;	
	text-align:left;
}

#t-middle form a{
	font:bold 12px/19px tahoma,verdana, arial, helvetica, sans-serif;
	color:#6e450b;	
	text-decoration:underline;
	padding:0 0 0 0;
}
#t-middle form a:hover{
	text-decoration:none;
}
#t-middle p.bottom{
	background:url(../images/loginbottom.gif) 0 0 no-repeat;
	width:265px;
	height:25px;
	margin:0 0 10px 0;
}