body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
}
ul
{
	margin: 0px;
	padding: 0px;
}
li
{
	list-style-type: none;
	text-align: center;
}
form
{
	padding: 0px;
	margin: 10px;
}
input
{
	width: 475px;
	display: block;
	border: #ccc 1px solid;
	margin: 0px 0px 10px 0;
	height: 20px;
	line-height: 20px;
	background: url(images/sidebar_options_bg.png) repeat-x 0px -28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea
{
	border: #ccc 1px solid;
	display: block;
	width: 475px;
	background: url(images/sidebar_options_bg.png) repeat-x 0px -28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0;
	height: 75px;
}
.container
{
	width: 525px;
}
.menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: #ddd 1px dashed;
	height: 30px;
	line-height: 30px;
}
.menu li
{
	width: 110px;
	display: inline;
	font-size: 18px;
	color: #353535;
	background: none;
	margin: 0 5px;
	text-align: center;
}
.menu li:hover
{
	cursor: pointer;
	background-position: 0 -27px;
	color: #a10908;
}
.menu .idea
{
	background: url(images/feedback/cloud_comment.png) no-repeat 0 -1px;
	padding: 0 10px 0 27px;
}
.menu .question
{
	background: url(images/feedback/comment.png) no-repeat 0 -1px;
	padding: 0 10px 0 27px;
}
.menu .bug
{
	background: url(images/feedback/warning.png) no-repeat 0 -1px;
	padding: 0 10px 0 27px;
}
.menu .praise
{
	background: url(images/feedback/heart.png) no-repeat 0 -1px;
	padding: 0 10px 0 27px;
}
.user-message
{
	width: 475px;
	margin: 10px;
	padding: 10px 0 10px 0;
	min-height: 2px;
	display: none;
	text-align: center;
	color: #252525;
	font-size: 14px;
	
}
.divider
{
	border-top: #bbb 1px solid;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	width: 475px;
}
.hidden
{
	display: none;
}
.submit
{
	background: url(images/submit.png) no-repeat;
	height: 31px;
	width: 77px;
	padding: 0px 0px;
	margin: 5px;
	border: #000 0px solid;
}