* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	background: url(_images/top_pattern.png) repeat-x #bfe3e0;
	margin-top: 0px;
	font-family: Trebuchet MS, Arial, sans;
	font-size: 12px;
}
#content {
	width: 300px;
	height: 450px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
#google_ad_box_for_me {
	margin-top: 20px;
}
#info {
	margin: 20px 0 0 0;
	width: 300px;
}
#disclaimer {
	margin: 30px 0 0 0;
	width: 300px;
	color: #666;
	font-size: 10px;
}
h1 {
	font-size: 21px;
	margin: 15px 0 18px 0;
	color: #bfe3e0;
	font-weight: normal;
}
#cake {
	position: absolute;
	top: -10px;
	right: 8px;
}
p {
	width: 200px;
	margin-bottom: 15px;
}
form, select, input, label {
	display: block;
	padding: 0;
	margin: 0;
}
form {
	margin: 10px 0 0 0;
	position: relative;
	width: 300px;
	height: 120px;
}
label {
	font-size: 16px;
	color: #2c2c2c;
	position: absolute;
}
#food_label {
	top: 0px;
}
#activities_label {
	top: 40px;
}
#weight_label {
	top: 80px;
}
select {
	width: 208px;
}
select, input {
	position: absolute;
}
#foods_id, #activities_id, #weight_id {
	left: 90px;
}
#foods_id {
	top: 0px;
}
#activities_id {
	top: 40px;
}
#weight_id {
	top: 79px;
	width: 35px;
	height: 20px;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 13px;
}
#lbs_id {
	left: 145px;
	top: 78px;
}
#kgs_id {
	left: 145px;
	top: 96px;
}
#lbs_label {
	left: 165px;
	top: 76px;
	font-size: 12px;
}
#kgs_label {
	left: 165px;
	top: 95px;
	font-size: 12px;
}
#calculate_id {
	right: 0px;
	top: 83px;
	width: 70px;
	height: 22px;
}
#result_box {
	width: 300px;
	height: 65px;
	position: relative;
	border-top: dotted #000000 1px;
	border-bottom: dotted #000000 1px;
	padding: 20px 0 5px 0;
}

#result_left {
	float: left;
}
#result_right {
	float: right;
}

	
	#result_box #food_title {
		font-weight: bold;
		font-size: 17px;
		margin-bottom: 5px; 
		width: 190px;
	}
	#result_box #more_info {
		width: 190px;
		font-size: 11px;
	}
	
	
	
	
	#result_minutes, #result_hours {
		position: absolute;
		
		background: url(_images/minutes_bg.png) no-repeat;
		width: 47px;
		height: 35px;
		color: #FFF;
		font-weight: bold;
		font-size: 23px;
		text-align: center;
		padding: 3px 0 0 1px;
		letter-spacing: -.01em;
		top: 25px;
	}
	
	#result_minutes {
		right: 1px;
	}
	#result_hours {
		right: 50px;
		display: none;
	}

	
	
	#caption_minutes, #caption_hours {
		font-size: 11px;
		text-transform: uppercase;
		color: #000;
		position: absolute;
		width: 47px;
		text-align: center;
		top: 60px;
	}
	#caption_minutes {
		right: 0px;
		
	}
	#caption_hours {
		right: 50px;
		display: none;
		
	}
	
	
	
	
	
a.calorie_chart {
	float: left;
	display: block;
	margin: 10px 0 10px 0;
}	
a.send2friend {
	display: block;
	float: right;
	margin: 10px 0 10px 0;
}
a.exercise_chart {
	float: left;
	display: block;
	margin: 10px 0 10px 15px;
}