/* <Container> */
DIV#Main DIV.Container
{
	padding-bottom: 20px;
}

		DIV#Main DIV.Container P.Intro
		{
			float: left;
			display: inline;
			margin: 10px 38px 30px 60px;
		}

		/* <LoginForm> */
		DIV#Main DIV.Container DIV.Login
		{
			float: left;
			display: inline;
			width: 353px;
			height: 251px;
			margin: 0px 0px 0px 60px;
			background-color: #ffffff;
			text-align: center;
		}
		
		DIV#Main DIV.Container DIV.LoginOnly
		{
			margin: 0px 0px 0px 0px;
			position: relative;
			left: 145px;			
		}
		
			DIV#Main DIV.Container SPAN.Image
			{
				float: left;
				display: inline;
				position: relative;
				z-index: 1000;
				left: 96px;
				top: 20px;
				width: 209px;
				height: 268px;
				background: transparent url(../images/login/im_ipod.png) no-repeat left top;
				_background: none;
				_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/login/im_ipod.png',sizingMethod='scale');
			}
		

			DIV#Main DIV.Container DIV.Login H4
			{
				font-weight: bold;
				font-size: 11px;
				color: #ff4f2d;
				background-color: #ffffff;
				margin: 35px 0px 5px 0px;
			}

			DIV#Main DIV.Container DIV.Login UL LI 
			{
				margin-bottom: 6px;
				text-align: right;
				width: 300px;
				margin-right: 53px;
			}

				DIV#Main DIV.Container DIV.Login UL LI SPAN
				{
					display: inline;
					vertical-align: top;
				}

				DIV#Main DIV.Container DIV.Login UL LI INPUT
				{
					position: relative;
					top: -4px;
					width: 175px;
					height: 20px;
					border: 1px solid #d6d8d8;
				}

			DIV#Main DIV.Container DIV.Login P
			{
				margin: 18px 0px 18px 0px;
			}

			DIV#Main DIV.Container DIV.Login P.Send
			{
				margin: 0px 0px 0px 0px;
			}

			DIV#Main DIV.Container DIV.Login P.Forgot
			{
				display: block;
				background: transparent url(../images/login/ptt_sep.png) repeat-x left top;
				margin: 23px 0px 0px 0px;
				padding: 15px 0px 0px 0px;
				text-align: center;
			}

				DIV#Main DIV.Container DIV.Login P.Forgot A
				{
					color: #999999;
				}
		/* </LoginForm> */

		/* <Register> */
		DIV#Main DIV.Container DIV.Register
		{
			float: left;
			display: inline;
			width: 264px;
			height: 251px;
			background-color: #dee0e0;
			text-align: center;
		}

			DIV#Main DIV.Container DIV.Register H4
			{
				font-weight: bold;
				font-size: 11px;
				color: #5c5c5c;
				background-color: #dee0e0;
				margin: 35px 0px 5px 0px;
			}

			DIV#Main DIV.Container DIV.Register P
			{
				margin: 18px 0px 18px 0px;
			}
		/* </Register> */

/* </Container> */
