html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: 0px;
}
hr {
	border-top: 1px solid black;
	border-bottom: 0px none;
	background-color: black;
	height: 0px;
	margin: 4px 0px;
}
input, select {
	border: 1px solid #888;
	height: 18px;
	background: url(static/images/inputbg.png) repeat-x bottom;
	color: #333;
	padding: 0px;
	width: 140px;
}
select {
	height: 20px;	
}
* html input {
	height: 20px;
}
input.submit {
	height: 26px;
	margin: 10px;
	padding: 4px 10px;
	width: auto;
	cursor: pointer;
}
input.radio, input.checkbox {
	background: none;
	border: 0px none;	
	width: auto;
	height: auto;
}
input.file {
	height: 20px;
}
select, textarea {
	border: 1px solid #888;
}
textarea {
	width: 680px;
	height: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
label {
	font-size: 13px;
	display: block;
}
fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
legend {
	padding: 4px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}
.clear {
	clear: both;
}
p{
	font-size: 12px;
	text-align: justify;
}
h1, h2, h3, h4, legend {
	color: #4457a6;
}
a {
	color: #4457a6;	
}
a:hover {
	text-decoration: none;
	color: red;	
}


#page {
	position: absolute;
	left: 50%;
	width: 800px;
	margin: 0px -400px;
	padding: 40px 0px 0px 0px;
}
#header {
	
}
	#h_logo {
		float: left;
	}
	#h_hr {
		padding-top: 13px;
	}
	* html #h_hr {
		padding-top: 6px;
	}
#main {
	padding-top: 10px;
	clear: both;
}


		#main table, #main td, #main th {
			font-size: 12px;
		}

		#main h1 {
			font-size: 18px;
			margin:0px;
			font-weight: bold;
			padding: 10px 0px;
		}
		#main h2 {
			font-size: 16px;
			margin:0px;
			font-weight: bold;
			padding: 10px 0px;
		}
		#main h3 {
			font-size: 16px;
			font-weight: normal;
			font-style: italic;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h4 {
			font-size: 14px;
			font-weight: bold;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h5 {
			font-size: 14px;
			font-weight: normal;
			font-style: italic;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h6 {
			font-size: 13px;
			font-weight: bold;
			margin: 3px 0px;
			padding: 0px;
		}

	.reg_form {
		width: 400px;
		position: relative;
		left: 50%;
		margin: 0px -200px;
		text-align: center;
	}
	.reg_form label{
		text-align: left;
		float: left;
		height: 20px;
		clear: left;
		margin-top: 20px;
	}
	.reg_form input, .reg_form select, .reg_form textarea {
		float: right;
		clear: right;
		margin-top: 20px;
	}
	.reg_form select {
		width: 160px;
	}
	.reg_form .submit{
		float: none;
		margin-top: 30px;
	}
	.reg_form legend{
		text-align: center;
	}
	.reg_form #r_address {
		width: 140px;
		height: 40px;
		overflow: hidden;
		background: url(static/images/inputbg.png) repeat-x bottom;
	}
	* html .reg_form #r_address{
		margin-bottom: -20px;
	}
	.reg_form #r_gender {width: 100px; float: right; clear: right; margin-top: 20px;}
	* html .reg_form #r_gender { margin-top: 0px; margin-bottom: -20px;}
	.reg_form #r_gender label {float: none;line-height: 14px; margin:0px;}
	.reg_form #r_gender input {float: none; width:auto; margin:0px 4px;}
	.reg_form .checkbox {float: none; width:auto; margin:0px 4px;}
	.reg_form .agree {height: auto; text-align: justify;}
	* html .reg_form #reg_secq_cust_div {margin: -20px 0px;}
	
	.rec_form {
		text-align: center;
	}
	.rec_form p{
		width: 300px;
		position: relative;
		left: 50%;
		margin: 20px -150px;
	}
	
	#reg_more{
		display: none;
	}
	* html #reg_more p{
		padding-top: 10px;
	}

	#index {
		width: 500px;
		position: relative;
		left: 50%;
		margin: 0px -250px;
	}
	#index h1, #index_left legend {
		text-align: center;
	}
	#index_left {
		float: left;
		width: 150px;
		text-align: center;
	}
	#index_left label {
		text-align: left;
	}
	#index_left input {
		margin-bottom: 8px;
		margin-top: 4px;
	}
	#index_left input.checkbox {
		margin: 0px;
	}
	#index_left input.submit {
		margin-top: 12px;
	}
	#index_right {
		width: 300px;
		float: right;
		margin: 16px 0px 0px 0px;
		text-align: justify;
	}
	#index_right ul {
		margin: 0px;
		padding: 0px 0px 0px 16px;
	}
	#index_right li {
		margin: 10px 0px;
	}

#footer {
	clear: both;
	padding-top: 10px;
}
		
	#footer p{
		float: right;
		padding: 0px 0px 0px 10px;
		margin: 0px;
		font-size: 10px;
	}

	#f_hr {
		padding-top: 4px;
	}
	
	* html #f_hr {
		margin-top: -3px;
		padding-top: 0px;
	}
