﻿/*  CSS Expert design
Author: Konrad Halabuda

---------------------*/

/*login box*/
.loginBody 
{
	background-color:#ffffff;
	text-align:left;
	font-size:11px;
	color: black;
	font-family: Arial;	
	width:290px;
}

.tableLogin
{
	padding:0 1px 0 1px;
}

.loginButton
{
	text-align:left;
}
.hyper
{
	color:Black;
	font-family:Arial;
	text-decoration:underline;
	font-size:11px;
}

