body{
	margin: 0;	padding: 0;
	font-family: tahoma; font-size: 10pt; color: #174c92;
	text-align: center;
}

h3{font-weight: normal;padding: 0 40px 10px; margin: 0;}
.complete form ul{list-style: none;}
.complete form ul li{display: block; width: 400px; padding: 5px 0;}
.complete form ul li span{display: block; width: 180px; float: left; clear: both;}
.exit{position: absolute; bottom:40px; right: 40px;}
.logout{position: absolute; bottom:80px; right: 40px;}

a img{border: 0;}
div a{position: relative;}
div a span{display: none;}
div a:hover span{display: block; position: absolute; top: 0; left: 0; width: 250px;}

	.container{
		display: block;
		width: 710px;
		margin: 0px auto; padding: 0px;
		text-align: left;
	}
		.biz{display: block; margin-top: 0px; padding: 0px; border: 0; background: transparent; }
			.biz p{
				display: block;
				width: 610px;
				margin: 0 0 0 0; padding: 20px 50px 0;
				background: transparent url(../../images/newport/biz_mid1.png) left top repeat-y;}
	
		.head{
			display: block;
			width: 710px; height: 126px;
			margin: 0; padding: 0;
			background: transparent url(../../images/newport/biz_head.png) left top no-repeat;
			position: relative;
		}
		
		.cont{
			display: block;
			width: 710px;
			margin: 0; padding: 0;
			background: transparent url(../../images/newport/biz_bg.png) left top repeat-y;
			position: relative;
		}
		
		.foot{
			display: block;
			width: 710px; height: 35px;
			margin: 0; padding: 0;
			background: transparent url(../../images/newport/biz_bg.png) left top no-repeat;
		}
		
		
form{
	display: block;
	width: 610px; min-height: 250px;
	margin: 0; padding: 20px 50px;
	background: transparent url(../../images/newport/biz_mid1.png) left top repeat-y;
	position: relative;
}
	form.login{text-align: center;}
	form fieldset{margin: 0; padding: 0; border: 0; display: block; }
		form.login fieldset{margin: 60px auto 20px; text-align: left; display: block; width: 325px;}
		form.login #newrecover{margin:20px auto}
		form legend{padding-top: 10px; font-weight: bold;}
		form div{display: block; padding: 5px 0; margin: 0;clear: both;}
			form div.buttons{margin-top: 20px;}
			form label{display: block; float: left; width: 110px;}
			form label.checkbox, form label.right{float: left; display: block; width: 150px; clear: none;}
			form input.checkbox{float: left; margin-right: 10px; clear: none;}
			form .field{width: 200px; border: 1px solid #174c92; margin-right: 10px; clear: none; float: left;}
			form .rank{width: 20px;}
			form input.back{position: absolute; bottom: 10px; left: 50px; background: #f6f2d4; color: #174c92; border-width: 4px; width: 160px;}
			form input.set{margin-top: 10px; background: #f6f2d4; color: #174c92; border-width: 4px; width: 130px;}
			form input.forward{position: absolute; bottom: 10px; right: 50px; background: #f6f2d4; color: #174c92; border-width: 4px; width: 160px;}
			input.login{float: right; background: #f6f2d4; margin: 10px 10px 0 0; color: #174c92; border-width: 4px;}
	div#error, div.error, div#error1, div.error1{margin: -5px 0 30px; padding: 5px; border: 1px solid #a00; background: #e1c6c6; text-align: center; color: #a00}
		div#success{margin: -5px 0 10px; padding: 5px; border: 1px solid #225409; background: #c4d7b5; text-align: center; color: #225409}
	
	div.spacer{display: block; height: 20px;}
	
	div.example{
		display: block;
		height: 0px;
		position: relative;
	}
	
	div.example img{
		position: absolute;
		bottom: -80px; right: 220px;
	}