/*****************************************************
* Sub-Pages
*****************************************************/
	div#loginbox {
		
	}
	
	div#loginbox input.field{
		border					: 1px solid #9b9c9d;
		border-right			: 3px solid #9b9c9d;
		padding					: 3px;
		width					: 245px;
	}
	
	div#loginbox input#but_submit {
		width					: 100px;
		color					: #ffffff;
		text-align				: right;
		font-size				: 70%;
		padding					: 5px;
		border					: 1px solid #c2c2c2;
		background-color		: #072441;
		cursor					: pointer;
	}
	
	div#loginbox input#but_forgot {	
		width				: 100px;
		color				: #565757;
		text-align			: left;
		font-size			: 70%;
		padding				: 5px;
		border				: 1px solid #c3c3c3;
		background-color	: #dcdcde;
		cursor				: pointer;	
	}
	
	ul.chaptersites {
		list-style			: none;
	}
	
	ul.chaptersites li { 
		list-style			: none;	
		background-image 	: url(/_images/contents.png);
		background-repeat 	: no-repeat;
		background-position	: 0px 8px;
		padding				: 4px 0 4px 20px;
	}	