@charset "utf-8";
/* CSS Document */

#resep .buatadmin{
	padding:3px 5px;
	background:
}

#resep{
	background:#f9f3fd;
	padding:20px;
	margin-right:5px;
	}
#resep .dalem{
	background:#fef0fe;
	padding:10px;
	border:2px solid #fff;
	height:auto;
	
	
	}

#resep .judul{
	
	font-weight:bold;
	color:#000;
	font-size:20px;
	text-align:center;
	margin-bottom:5px;
	}
#resep .button{
	background:#9ec2e4;
}
#resep .button:hover{
	background:#fd8ab3;
}
#resep .bilapunya{
	margin-top:10px;
	margin-bottom:5px;
	
}
	
	 
.commentlist{
	margin-bottom:8px;
	-moz-border-radius:10px;
	padding:0px;
	margin-top:10px;
	color:#71044c;
	
	}
.commentlist .iterasi{
		background-color:#f7daf7;
		padding:5px 5px;
		
 		-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px;
}
.commentlist .post{
		background-color:#f7daf7;
		padding:5px 5px;
		 -moz-border-radius-topleft :10px; -webkit-border-top-left-radius:10px;
 	
}
.commentlist table.ini{
	background:#fde8fa;
	border:1px solid #fff;
	-moz-border-radius:10px;
	padding:0px;
}
#comments .textarea{
	
	padding:10px;
	
}
#comments{
	margin-top:10px;
	background:#f9f3fd;
	-moz-border-radius:20px;
	padding:10px;
	margin-right:5px;
	padding-bottom:20px;
		}

	
	#add_resep{
		background:#e3f0ff;
 	  padding:20px 10px 20px 10px;
	}
	#add_resep .dalem{
	 border:1px solid #fff;
 	  padding:20px 10px 50px 20px;
	}


	#add_resep .pesan{
		color:#fff;
		font-weight:bold;
		margin-bottom:10px;
		font-size:14px;
		}
	#hasil{
		background:#b9d6f9;
		padding:10px;
		margin-bottom:20px;
	}
	#add_resep .title{
	
		color:#6280a1;
		font-size:20px;
		text-align:center;
		margin-bottom:15px;
	}
