	
	/**
	* about
	*/
	#about {
		width: 670px;
		padding: 0 0 10px;
		}
		


	/**
	* latest nes
	*/
	#latest-news {
		width: 220px;
		float: left;
		height: 450px;
		margin: 2px 0 0 0;
		}
		
	#latest-news .middle { /*height: 450px;*/ }
	#latest-news .top { background: url(../../../images/corners/latest-news-top.gif); }
	#latest-news .bottom { background: url(../../../images/corners/latest-news-bottom.gif); }
	
/* Mailing list popup box */

/**
	* login and mailing list
	*/
	#popup {
		width: 400px;
		min-height: 300px;
		height: auto !important;
		height: 300px;
		position: relative;
		/*background-image: url(../../../images/layout/login-bg.gif);*/
		background:#000000/* url(../../../images/layout/login-bg.gif) right*/;
		}
		
	#popup label {
		font-size: 1em;
		padding: 0 10px;
		}
		
	#popup input {
		width: 180px;
		height: 16px;
		line-height: 16px;
		border: 0;
		margin: 0 0 5px 10px;
		/*background: url(../../images/layout/input-bg.gif);*/
		}
		
	#popup input.checkbox {
		width: auto;
		margin: 5px 0 0;
		vertical-align:text-bottom;
		}
		
	#popup input#password {
		margin-bottom: 0;
		}
		
	#popup p {
		margin: 10px;
		font-size: 1em;
		}
		
	#popup #closebtn {
		bottom: 10px;
		right: 10px;
		position: absolute;
		}
		
	#popup .top { background: url(../../../images/corners/login-top.gif); }
	#popup .bottom { background: url(../../../images/corners/login-bottom.gif); }
	#popup #subscribeBox button { width: 61px; height: 18px; background: url(../../../images/buttons/join.jpg) 0 0; margin-left:145px; }

	
		

		
		
