				/*TAGS*/
img{border-width:0px}
body{margin:0px;
	padding:0px;}
form{margin:0px;
	padding:0px;}
table{padding:0px; margin:0px; border:0px}
td{vertical-align:top}
				/*BACKROUND*/
				
.bgm{background-image:url(images/bgm.jpg);
			background-repeat:repeat-y;
			margin-bottom:2px;
			padding:2px  0px  2px 12px;
			width:225px;
			text-decoration:none;
			text-transform:uppercase;
			font-weight:bold;}
			
			
			/*div box*/
<style>
<!--
body { text-align:center; }
#box { margin:0 auto; text-align:left; width:800px; border:2px solid black; }
-->
</style>

			/*color*/
table.colorTable {
	border: 0px;
}			
			
.orange {
	color: #ff6600;
}

.darkgray {
	color: #36353a;
}

			/*DISPLAY*/
.trb{background-image:url(images/tr.gif);
background-position:center;
background-repeat:repeat-x;
height:1px}
.tdb{background-image:url(images/td.gif);
background-position:right; background-repeat:repeat-y;}
.td{ display:table;
	width:100%;}
.tr{display:table-row;
	width:100%;}
.intext{font-family:tahoma, arial, sans-serif, helvtica; color:#000000; font-size:12px; font-weight:normal;}

			/*TEXT*/
.p{font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#979797;	}
.read{font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#2eb7f0;
	font-weight:bold;}
.read2{font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#FEDE41;}





/********************** bmi indicator ***********************/
#bmi_dude {
	position: relative;
	width: 175px;
	height: 200px;
	
	background-image: url('images/bmi.gif');
	background-repeat: no-repeat;
	
	overflow: hidden;
}

	#bmi_result {
		position: absolute;
		top: 80px;
		left: 40px;
		
		width: 66px;
		text-align: center;
		
		font-family: Arial, Verdana;
		font-size: 20px;
		font-weight: bold;
		color: #999999;
	}
	
	#bmi_bar {
		position: absolute;
		bottom: 0px;
		right: 8px;
		width: 10px;
		height: 1px;
		
		background-color: #ffffff;
	}
	
	
	/************form************/
	


	table.eeform {
		width: 720px;
		border: 4px solid #ff6600;
	}
		
		table.eeform td {
			font-family: Arial, Helvetica;
			font-size: 14px;
			font-weight: normal;
			line-height: 26px;
			
			color: #ffffff;
		}
	
			
		table.eeform td.head {
			font-weight: bold;
			padding: 15px 0px 0px 0px;
		}
		
		table.eeform input, table.eeform textarea {
			font-family: Arial, Helvetica;
			font-size: 14px;
			line-height: 16px;
			
			border: 1px solid #ff6600;
			padding: 4px;
			margin: 0px 5px 0px 0px;
		}
		
		table.eeform input[type="checkbox"] {
			margin: 2px 2px 2px 2px;
		}
		
	table.eeform .padRight {
		margin-right: 30x;
	}

	table.eeform .padLeft {
		margin-left: 30px;
	}


	
	