@charset "utf-8";
/* CSS Document */
div
{
	
	
}
div#bugreport
{
	width:948px;
	height:550px;
	margin:auto;
}
div#bugreport #titolone
{
	font-size:18px;
	height:20px;
	color:#37a3dc;
	width:954px;
	text-align:center;
	font-weight:bold;
	margin-top:25px;
}
div#bugreport #box
{
	width:474px;
	float:left;
	text-align:center;
}
div#bugreport #box #bugreporttop
{
	width:429px;
	height:100px;
	background-image:url(/images/bugreport-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#bugreport #box #bugreportbottom
{
	clear:both;
	width:429px;
	height:29px;
	background-image:url(/images/bugreport-bottom.gif);
	background-repeat:no-repeat;
}
div#bugreport #box div#titolo
{
	font-weight:bold;
	color:#66777f;
	height:20px;
	background-color:#FFFFFF;
	width:429px;
	overflow:hidden;
	font-size:14px;
	margin-bottom:10px;
}
div#bugreport #box select
{
	font-weight:bold;
	color:#66777f;
	border:1px solid #f7922c;
	padding:5px;
}
div#bugreport #box input
{
	color:#66777f;
}
div#bugreport #box input
{
	color:#66777f;
	border:1px solid #f7922c;
	background-color:#FFFFFF;
}
div#bugreport #box textarea
{
	color:#66777f;
	font-size:12px;
}
div#bugreport #box #innerbox
{
	background-color:#FFFFFF;
	width:429px;
}
div#bugreport #submit
{
	float:right;
	margin-top:20px;
	margin-right:40px;
}
div#bugreport #box #logfile_howto
{
	background-color:#FFFFFF;
	width:429px;
}
div#bugreport #box #logfile_howto #tastohowto
{
	padding:10px;
	width:409px;
}
div#bugreport #box #logfile_howto #tastohowto a
{
	font-size:14px;
	text-decoration:none;
	color:#37a3dc;
}
div#bugreport #box #surprise
{
	display:none;
	font-size:12px;
	width:409px;
	padding:10px;
	text-align:left;
}
div#bugreport #box #surprise #titolo
{
	font-weight:bold;
	color:#f7922c;
	width:409px;
}
.showhowto
{
	display:block;
}

