html, body
{
	height:100%;
}

#ttable {
  height:100%;
  width:100%;
}

#ttable.tr { vertical-align:middle; }

#container
{
	width:294px;
	height:220px;
	margin:0;
	background-image: url(../images/login-back.gif);
	border: none;
	font-family: Arial;
	color: #9C9A9C;
}

h1
{
	padding-top: 25px;
	padding-left: 20px;
	font-size: 18px;
	height:auto;
	width:auto;
	text-indent: 0;
}

/*Forms defaults*/
input.text-input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:236px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	color:#404040;
}

input.over {
	background-position:left bottom;
}

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

form div 
{
	margin-top:10px;
	margin-left:20px;
}

form div.submit
{
	text-align: right;
	margin-right: 25px;
}

form div.submit input
{
	width: 70px;
	height: 26px;
	font-size:11px;
	color: #fff;
	background-image: url(../images/submit-back.gif);
	border:none;
	font-weight: bold;
	font-family: Tahoma;
}

p.error
{
	margin-top:10px;
	color: red;
	font-weight: bold;
	text-align: center;
}