




/*	LogIn.css	styles specific to the LogIn Page*/
#create-account-button {	line-height: 90px;	text-align: center;	background: url('../img/create-account-button.jpg'); width: 360px; height: 100px;
	font-size:150%;
	color: black;}
#create-account-button:hover {	margin: 10px 5px; background: url('../img/create-account-hover.jpg') no-repeat; width: 360px; height: 100px;	text-decoration: none; 
	font-size:150%;}
#sign-in-box {	margin: 5px;	width: 350px;
	text-align: center;}
#sign-in-box .contentb{	display: block;	height: 160px;	padding: 10px;}
#login-input {	margin: 0px 0px 0px 25px;	text-align: left;}
#sign-up-list ul, #sign-up-list li {	list-style: none;	margin-bottom: 0.6em;}
#sign-up-list {	margin-left: 10px;}
#right-column { float: right;  margin: 5px 15px 10px 15px;}
form {	margin: 0.7em auto;}
label {	display: block;	float: left;	clear: left;	width: 6em;	padding-right: 1em;	font-weight: bold;	text-align: right;	line-height: 1em;}
input[type=text]{	margin: 0 0 0.5em 0;	display: block;	float: left;	clear: right;}

