																										 /* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Login Wide Block ----- */

		.Login-Wide {

			position: relative;
			float: left;

			margin: 10px 0 0 20px;

			width: 710px;
			height: auto;

			background-image: url(http://images.esellerpro.com/2145/images/elements/content-wide-c-bg.gif); 

		}

		* html .Login-Wide { margin: 10px 0 0 10px; }

		.Login-Wide-Top { 

			position: relative;
			float: left;

			width: 710px;
			height: 4px;

			line-height: 0px;

			background-image: url(http://images.esellerpro.com/2145/images/elements/content-wide-c-top.gif); 

		}

		.Login-Wide-Base { 

			position: relative;
			float: left;

			width: 710px;
			height: 4px;

			background-image: url(http://images.esellerpro.com/2145/images/elements/content-wide-c-base.gif);

		}

		.Login-Wide-Header {

			position: relative;
			float: left;

			width: 710px;
			height: auto;
			
			border-bottom: 1px dotted #cbcbcb;

		}
		
		.Login-Wide-Footer {
		
			position: relative;
			float: left;

			width: 710px;
			height: auto;

		}

	/* ----- Element Styles ----- */

		.Login-Wide H2 {

			position: relative;
			float: left;

			margin: 5px 0 0 14px; 	
			padding: 0 0 5px 0;

		}

		* html .Login-Wide H2 { margin: 5px 0 0 7px; }
		
		.Login-Wide UL {
		
			margin: 10px 10px 10px 20px; 
			list-style: none;
								
		}
		
		.Login-Wide UL { line-height: 13px; }
		
		/* ----- Log Me In Table ----- */

			.Login-Divider { 
					
				font-size: 0px;

				border-top: 1px solid #000000; 
						
			}
		
			.LogMeIn { 

				position: relative;
				float: left;

				margin: 10px 0 10px 10px;
				padding: 0 0 0 0;

				width: 690px;

			}

			.LogMeIn-Header {

				padding: 3px 0 3px 5px;	

				width: 280px;

				text-align: left;
				background-color: #8c9db5;

			}

			.LogMeIn-Option-Title { 

				padding: 3px 5px 5px 15px;

				width: 150px;

				text-align: left;
				background-color: #ebebeb;

			}

			.LogMeIn-Option-Value {

				padding: 3px 5px 5px 10px;
				
				width: 500px;

				text-align: left;
				background-color: #ebebeb;

			}

			.LogMeIn Input { 

				margin: 5px 0 0 0;

				width: 200px;
				height: 15px;

				text-align: left;

				border: 1px solid #000000;

			}

			.LogMeIn-Login Input {

				margin: 5px 0 0 0;

				width: 100px;
				height: 25px;

				text-align: center;

				background-color: #8c9db5;

			}

			.LogMeIn-Information {

				padding: 3px 5px 5px 5px;

				background-color: #ebebeb;

			}

			.LogMeIn-Information p { padding: 5px 10px 5px 10px; }

			.LogMeIn-Information .Register-Link { }

			.LogMeIn-Login { }		
			.LogMeIn-Input { }		
			.LogMeIn-Submit { }

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */
		
	/* ----- Log Me In Table ----- */
			
		.LogMeIn-Header b { color: #ffffff; }		
		.LogMeIn-Login Input { color: #ffffff; }
		
		.LogMeIn-Information p { color: #000000; }

		.LogMeIn-Information p a { color: #3e3e3e; }
		.LogMeIn-Information p a:hover { color: #6e6e6e; }

		.LogMeIn-Forgot-Password a { color: #3e3e3e; }
		.LogMeIn-Forgot-Password a:hover { color: #6e6e6e; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- Login Block Elements ----- */
		
		/* .Login-Wide p { font-size: 0.7em; }	*/

		.Login-Wide H2 { font-size: 0.8em; }
		
		.Login-Wide p a { text-decoration: none; }
		
	/* ----- Table Elements ----- */
	
		.Login-Wide Table { font-size: 0.7em; }
		
		/* ----- Cancel out the double sizing of P tag ----- */
			
			/* .Login-Wide Table p { font-size: 1.0em; } */
		
		/* ----- Sort out link elements ----- */
		
		.Login-Wide Table a { text-decoration: none; }
		
	/* ----- Log Me In Table ----- */
				
		.LogMeIn-Option-Title { }

		.LogMeIn Input { }

		.LogMeIn-Login Input { font-weight: bold; }

		.LogMeIn-Input { }
		.LogMeIn-Header { }

		.LogMeIn-Information p a { 

			text-decoration: none;
			font-weight: bold;

		}
		
		.Register-Now-Tag { font-size: 1.2em; }

		.LogMeIn-Forgot-Password a { 

			text-decoration: none;
			font-weight: bold;

		}