/* CSS Document */
			a:hover {
				text-decoration: underline;
			}
			#register, #login{
				margin-left:-14px;
			}
			
			#register a,#login a{
				color:black;
				font-size:12px;
				text-decoration:none;
			}
			#register table,#login table{
				width:100%;
				text-align:left;
			}
			#register td,#login td{
				padding:2px 14px;
				width:50%;
			}
			a img{
				border:none;
			}
			.title1{
				padding-top:5px;padding-left:20px;
				color:white;
				font-weight:bold;
				background-image:url(images/paneltop.gif);
				width:573px;height:40px;
			}

