	#main #top {
		font-size:70%;
		padding:0 0 10px 0;
		position:relative;
	}
		
			#main #top h1 img {
				margin:10px 0;
			}
	
			#main #top p.teaser {
				width:700px;
				padding-left:0px;
			}
	#main #content {
		font-size:70%;
		width:700px;
		margin-left:10px;
		margin-top:20px;
		clear:left;
	}
	
	#main #content p{
		margin-bottom:20px;
	}
	

	#autoform label {
		text-align: right;
		width: 125px;
		padding-right: 20px;
	}

	
		#autoform input.register {
				font-size:1px;
				width:100px;
				height:30px;
                                overflow:hidden;
                                padding-top:27px;
				background:url(../images/btn_register.gif) no-repeat;
				border:0;
                                text-indent:1000em;
                                outline:0;
				color:#FFF;
		}
                #autoform label.invisible{
                        visibility:hidden;
                }


*html #autoform input.register {
height:27px;
}



