/* CSS Document */

#usersPage #mother {
	}
#loginBox {
	width: 940px;
	display:block;
	padding:10px 0 0 0;
	margin: 0;
	}
#loginBox img {
	margin: 27px 0 0 0;
	}
#loginBox input:hover {
	background-color: #AABAC7;
}
#loginBox h1 {
	color: #633;
	border-bottom: solid black 1px;
	padding: 0 0 6px 0;
	margin: 0 0 18px 0;
	font-size: 16px;
	font-weight: normal;
	}
#loginBox h2 {
	color: red;
	font-size:16px;
	}
	
#login {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
	}
#register {
	width:230px;
	margin: 0 80px 0 0;
	float:left;
	}
#loginBox p.submitButton {
	text-align: left;
	clear: left;
	margin-top: 3px;
	padding: 0;
	}
	
	
#message {
	width:200px;
	float:left;
	position: relative;
	right: 0px;
	top: 0px;
	}
#message a {
	font-weight: normal;
	}
#message p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	}

div.spacer {
	height:10px; 
	display:block;
	}

#footer {
	clear: both;
	width:auto; 
	display:block; 
	padding:10px 0; 
	font-size:11px; 
	color:#666666;
	}



.SPA {
	font-style: italic;
	color: #333;
	margin: 0 0 30px 40px;
}
.SPA .yes {
	font-size: 1.5em;
	color: #F33;
}
