/* CSS Document for XJSClients.COM System */

html, body{
	margin: 0;
	padding: 0;
	background: url(../images/x-jhedstudios_bg.gif) fixed bottom center no-repeat;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

#whole{
	width: 100%;
	height: auto;
	float: left;
}

.notify{
	width: 610px;
	height: auto;
	float: left;
	padding: 70px 70px 0 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	-moz-opacity: .80; 
	opacity: .80;
	text-align: center;
}

/* Header Styles */

	#top{
		width: 100%;
		height: 24px;
		float: left;
		background: url(../images/login_top.gif) repeat-x;
	}

	#header{
		width: 100%;
		height: 57px;
		float: left;
		background: url(../images/header_bg.jpg) repeat-x;
	}

	#goto_site:link, #goto_site:active, #goto_site:visited{
		width: 184px;
		height: 57px;
		float: right;
		background: url(../images/goto_xjhedstudios.gif) no-repeat;
		margin-right: 5px;
	}

	#goto_site:hover{
		background: url(../images/goto_xjhedstudios_hover.gif) no-repeat;
	}

/* Content Styles */

	#content_container{
		width: 750px;
		height: auto;
		text-align: left;
	}

	#contents{
		width: 610px;
		height: auto;
		float: left;
		padding: 70px 70px 0 70px;
		-moz-opacity: .80; 
		opacity: .80;
	}

	/* Login Form */

		#login_form{
			width: 241px;
			height: auto;
			float: left;
			overflow-x: hidden;
			overflow-y: auto;
			margin-right: 9px;
		}

		#login_form_top{
			width: 241px;
			height: 51px;
			float: left;
			background: url(../images/client_login_top.gif) no-repeat;
		}

		#login_form_fields{
			width: 207px;
			height: auto;
			float: left;
			padding: 0 17px 5px 17px;
			background: #f5f5f5 url(../images/client_login_bg.gif) no-repeat top;
			color: #333333;
		}

		#login_form_bottom{
			width: 241px;
			height: 32px;
			float: left;
			background: url(../images/bottom_bg.gif) no-repeat;
			padding: 10px 0 0 0 ;
			text-align: center;
		}

		.margin_bottom{
			margin-bottom: 5px;
		}

		A.regular_links:link, A.regular_links:active, A.regular_links:visited{
			text-decoration: none;
			color: #387d56;
		}

		A.regular_links:hover{
			text-decoration: underline;
			color: #f08600;
		}

	/* Login info Styles */

		#login_info{
			width: 360px;
			height: auto;
			float: left;
			margin-top: 3px;
		}

		#login_info_top, #login_info_bottom{
			width: 360px;
			height: 16px;
			float: left;
			background: url(../images/login_info_top.gif) no-repeat;
		}

		#login_info_contents{
			width: 306px;
			height: auto;
			float: left;
			padding: 5px 25px 6px 25px;
			border: 1px solid #cccccc;
			border-top: 0;
			border-bottom: 0;
			background: #f5f5f5;
		}

		#login_info_bottom{
			background: url(../images/login_info_bottom.gif) no-repeat;
		}

		.title{
			color: #336666;
			font-size: 16px;
		}

		.regular_text{
			margin: 0;
			padding: 0 0 5px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666;
			text-align: justify;
		}

	/* Footer Styles */

	#footer{
		width: 610px;
		height: auto;
		float: left;
		padding: 10px 70px 70px 70px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: right;
		color: #666666
	}