/* CSS Document */
	
	body {
		background:#820729 url(../images/tile.gif);
		color:#d9aeff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:70%;
		margin:20% 0;
		padding:0;
		text-align:center;
	}
	
	a:link {
		color:#fff; 
		text-decoration:underline;
	}
	a:visited {
		color:#fff; 
		text-decoration:underline;
	}
	a:hover {
		color:#fff; 
		text-decoration:none;
	}
	a:active {
		color:#fff; 
		text-decoration:underline;
	}
	
	
	#outer, #branding, #container, #footer, #content {
		margin:0 auto;	
		text-align:left;
	}
	
	#outer {
		background:#780626 url(../images/login-bg-red.gif) no-repeat;
		padding:12px 0 0 0;
		width:388px;
		position:relative;
	}
	
	#branding, #content {
		width:360px;
		}

	#branding {
		background:url(../images/login-hdr-pur.gif) no-repeat;
				
		}
		
	#branding img {
		padding:11px 0 3px 12px;
		margin-bottom:2px;
		}
		
	#content {
		background:#48315D url(../images/login-ftr-pur.gif) 0 100% no-repeat;
		padding:26px 10px 1px 30px;
		position:relative;
		width:320px;
		}
		
	#passWrd .h2 {
		margin:10px 0 0 10px;
		}		
		
	#passWrd form {
		margin-bottom:35px;
		}
		
	#passWrd p {
		padding-left:10px;
		}
		
	form p {
		color:#fff;
		}
		
	form p.cancel {
		clear:both;
		color:#d9aeff;
			}

	form input {
		border:1px solid #000;
		font-size:90%;
		width:96px;
			}
			
	#passWrd #email {
		border:1px solid #000;
		font-size:90%;
		margin-left:12px;
		width:112px;
			}
	
	#footer {
		background:url(../images/login-ftr-red.gif) no-repeat;
		height:28px;
		margin:0 auto;
		position:relative;
		width:388px;
				}
				
	form {
		float:left;
		}
		
	form div {
		float:left;
		width:98px;
		}

	form #colC {
		padding-top:13px;
		width:93px;
		}
		
	form #colA, form #colB {
		margin-right:14px;
		}
		
	#passWrd form #colA {
		width:205px;
		margin:0;
		padding:0;
				}
		
	#passWrd form #colB {
		width:96px;
		margin:0;
		padding:0;
			}
		
	form #colC input {
		background:#fff;
		border:1px solid #000;
		height:13px;
		width:13px;
		}
		
	#remember {
		margin:2px 0 0 0;
		}	
	
	.clear {
		clear:both;
		}
		
	.initial {
		margin-top:0;
		}
	
	form input.noBorder {
		border:none;
		background:none;
	}
	
	form #submit {
		height:19px;
		width:81px;
	}
	
	#passWrd form #submit {
		border:none;
		height:19px;
		margin:11px 0 0 14px;
		_margin:0 0 18px 14px;
		width:81px;
	}


	form span {
		display:block;
		float:right;
		height:20px;
		margin:-2px 13px 0 0;
		width:81px;
	}
	
	#imgHolder {
		background: url(../images/dude.gif) no-repeat;
		height:263px;
		position:absolute;
		left:-197px;
		top:-39px;
		width:224px;
		z-index:2;
	}
		
	#footer span {
		position:absolute;
		top:11px;
		left:14px;
		width:58px;
		z-index:3;
		}
		
	#footer span a {
		color:#da3362;
		}


