body				{
				background-color: #e5e5e5;
				font-family: arial, helvetica, sans-serif;
				font-size: 11px;
				}

td				{ font-size: 11px; }

div#login	{	
				position: relative;
				width: 500px;
				height: 300px;
				margin-top: 100px;
				background-color: #ffffff;
				border: 1px solid #cccccc;
				background-color: #ffffff;
				background-image: url('../images/default/logo.gif');
				background-repeat: no-repeat;
				}

div#login p	{
				margin: 20px;
				color: #e50000;
			}

div#login h3	{
				margin: 20px;
				margin-top: 60px;
			}

div#login a:link	{
				color: #003366;
				text-decoration: underline
				}

div#login a:visited	{
				color: #003366;
				text-decoration: underline
				}

div#login a:hover	{
				color: #336699;
				text-decoration: underline
				}