/* -----------------------------------------------
  logincheck.css
  This file is part of PositLog.
----------------------------------------------- */

body
{ 
	font-size: 100%;
 	background-color: #c0c0c0;
}

#logintop
{
	position: absolute;
	top: 80px;
	width: 95%;
 	text-align: center;
}

#login
{
 	background-color: #e0e0e0;
	border: 1px solid #909090;
	padding: 5px;
 	text-align: left;
 	width: 360px;
 	/* for centering this box except on IE */
	margin-left:auto;
	margin-right:auto;
}

h1
{
	font-size: 20px;
}

.availablechar
{
  font-size: 12px;
}


#loginform, #loginid, #loginpass
{
	font-size: 24px;
}

#saveaccount-label
{
	font-size: 16px;
}

#submitarea
{
 	text-align: right;
}

#submitbtn
{
	width: 200px;
	height: 40px;
	font-size: 20px;
	background-color: #f0f0f0;
	border: 1px solid #909090;
}


#admin
{
 	background-color: #d0d0d0;
	border: 1px solid #909090;
	padding: 5px;

	width: 360px;
 	text-align: right;
 	/* for centering this box except on IE */
	margin-left:auto;
	margin-right:auto;
 	
}

#copyright
{
	width: 360px;
 	text-align: left;
 	/* for centering this box except on IE */
	margin-left:auto;
	margin-right:auto;
 	
}
