
	div#container-box
	{
		width: 625px;
		height: auto;
		margin-top: 10px;
	}

		div#container-box div.top
		{
			height: 35px;
			line-height: 35px;
			background: url('../img/box-625.top4.jpg') top left no-repeat;
			text-indent: 10px;
			color: #fff;
			font-weight: bold;
		}
		
		div#container-box div.top h2
		{
			height: 35px;
			line-height: 35px;
			color: #fff;
			font-weight: bold;
		}

		div#container-box div.middle
		{
			background: #5F7694 url('../img/box.bg.content-2.jpg') no-repeat scroll left top;
			padding: 10px;
		}

		div#container-box form#auth-form
		{
			padding: 20px 10px 10px 10px;
			border: 1px solid #000;
			background: #fff url('../img/icons/user_suit.png') 99% 5px no-repeat;
		}

			div#container-box form#auth-form fieldset
			{
				height: 20px;
				clear: both;
			}

				div#container-box form#auth-form fieldset label
				{
					width: 100px;
					float: left;
					text-align: right;
					padding: 0 5px 0 0;
				}

			div#container-box form#auth-form input.text
			{
				border: 1px solid #000;
				width: 260px;
			}

			div#container-box form#auth-form input.button
			{
				border: 1px solid #000;
				background-color: #C0CCE0;
				margin-left: 105px;
				padding: 0 10px;
				font-weight: bold;
			}

			div#container-box form#auth-form p.notice
			{
				margin-top: 10px;
				padding: 0 0 0 20px;
				margin-left: 60px;
				background: url('../img/icons/exclamation.white.png') top left no-repeat;
			}

				div#container-box form#auth-form p.notice a
				{
					color: #000;
					background: #C0CCE0;
					padding-right: 10px;
					border: 1px solid #000;
					padding: 2px;
					width: 90px;
					height: 14px;
					line-height: 14px;
					vertical-align: middle;
					text-align: center;
					display: block;
					float: left;
					margin: 10px 0 20px 100px;
				}


p.message {
	margin: 0 1.5em 1em 1em;
	padding: 0.5em;
	background: #efefef;
	font-weight: bold;
}


hr
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #444;
	margin: 20px 0;
}

div.forgot-password
{
	margin: 10px 0 0 100px;
}
