/* feedback form: */
#feedbackform{
	display: none;
    
}

/* Feedback page tabs  */
#feedbackcats{
	border-bottom: 2px solid #8A0A0B;
}

#feedbackcats ul{
	font: 12px  Verdana, Tahoma, Helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
    width: 95%;
	margin: 0;
}

#feedbackcats li {
	list-style-type: none;
    display: inline;
    float: left;
	height: 21px;
    width: 92px;
    background-color: #8A0A0B;
	margin: 2px 2px 0 2px;
    font-weight: bold;
}

#feedbackcats a {
	float: left;
	display: block;
    color: #ffffff; 
    text-align: center;
	text-decoration: none;
	padding: 4px;
    width: 90px;
}

#feedbackcats a:hover { background: #FFAAAA; width: 88px; } 

#feedbackmess{
	position: relative;
    font-style: italic;
    margin-left: 20px;
}

#feedbackctrls{
    margin-bottom: 20px;
    margin-left: 10px;
    width: 96%;
	background: url("http://static.unlockathome.com/fb_bg.jpg") repeat-x left top;
   	padding: 7px 5px 6px 10px;
} 

.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.fb-button {
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #1177AA;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: black;
}