
/*Login*/
/* toggle effect - show/hide*/

a:active, a:focus{outline:none; }


#toggle a {text-decoration: none; color: #000;} 
#toggle a:hover {color: #616358;}
#toggle h2 {border-bottom: 2px solid black;}

#slide {
	width: 425px;
	color: #444;
	background: #eee;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	padding: 10px;
}

#slide a {
	text-decoration: none;
	color: #444;
}

#slide a:hover {
	color: red;
}

#slide .content {
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}




#slide .content input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: #444;
	height: 16px;
}

#slide .content input:focus.field {
	background: #545454;
}


#slide .return {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 60px;
	font-size: 0.8em;
	text-align: left;
}

#slide .return a {
	display: block;
	height: 20px;
	background: url(../images/button_close.gif) no-repeat right 0;
	
	border: none;
	font-size: 0.9em;
	color: #444;
} 

#slide .return a:hover {
	background: url(../images/button_close.gif) no-repeat right -20px;
	color: #444;
}

/* //////////////////////////////////////////////////////////////////////////////////*/

#toggle2 a {text-decoration: none; color: #000;} 
#toggle2 a:hover {color: #616358;}
#toggle2 h2 {border-bottom: 2px solid black;}

#slide2 {
	width: 425px;
	color: #444;
	background: #eee;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	padding: 10px;
}

#slide2 a {
	text-decoration: none;
	color: #444;
}

#slide2 a:hover {
	color: white;
}

#slide2 .content {
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}




#slide2 .content input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: #444;
	height: 16px;
}

#slide2 .content input:focus.field {
	background: #545454;
}


#slide2 .return {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 60px;
	font-size: 0.8em;
	text-align: left;
}

#slide2 .return a {
	display: block;
	height: 20px;
	background: url(../images/button_close.gif) no-repeat right 0;
	
	border: none;
	font-size: 0.9em;
	color: #444;
} 

#slide2 .return a:hover {
	background: url(../images/button_close.gif) no-repeat right -20px;
	color: #444;
}

#slide.content.comment.top {margin-bottom: 10px; border-bottom: 1px solid #444;}
#slide.content.comment.top.name { font-size: 120%; font-weight: bold; }
#slide.content.comment.top.date {  font-size: 100%;}
#slide.content.comment.text {font-size: 110%;}