* {
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:active {
  color:#666666;
  font-size:1em;
  font-weight:normal;
}
#container {
	margin: 0 auto;
	width: 914px;
}
.body {
	background-image: url(../images/bg/pattern.png);
}
.top {
	background-image: url(../images/bg/banner.png);
	background-repeat: no-repeat;
	height: 110px;
}
.top a { display: block; height: 96px }
.navigatie {
	height: 25px;
	text-align: center;
	padding-bottom: 10px;
}
.navigatie a{
  font-size: 25px;
  text-decoration: none;
  margin: 0px 10px;
}
.footer {
  text-align: center;
}
.footer a { font-size: 15px; text-decoration: none; margin: 0px 10px }

.middle-top {
	background-image: url(../images/bg/middle-top.png);
	background-repeat: no-repeat;
	height: 42px;
}
.middle {
	background-image: url(../images/bg/middle.png);
	background-repeat: repeat-y;
	width: 870px;
	padding: 0px 25px 0px 25px;
}
.bottom {
	background-image: url(../images/bg/bottom.png);
	background-repeat: no-repeat;
	height: 42px;
}
.feeling-emoticon {
	float: left;
	margin-right: 10px;	
}
.divider {
  background-image:url(../images/bg/divider.gif);
  background-repeat:repeat-x;
  clear:both;
  display:block;
  height:3px;
  padding: 10px 0px;
}
.username a{
	font-size: 20px;
	color: #FF9201;
	font-weight: bold;
}
.feeling p {
	margin-left: 60px;
	margin-bottom: 10px;
}
.feeling-options a {
	color: #FF9201;
	margin-top: 10px;
}
.emotions h3, .situations h3, .users h3, .new-feeling h3 {
	margin-bottom: 10px;
}
.emotions span, .emotions.situations span, .users span, .new-feeling span {
	margin-bottom: 10px;
}
h3 {
	color: #FF9201;
	font-weight: bold;
}
.emotions .divider, .situations .divider, .users .divider, .new-feeling .divider  {
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
}
.users label, .new-feeling label {
	margin-right: 10px;
}
.new-respons textarea, .new-feeling textarea {
	width: 500px;
	height: 100px;
	margin-bottom: 10px;
}
