@charset "utf-8";

form#report fieldset{
	border: 0;
}
	form#report fieldset h3{
		font-size: 1.5em;
		font-weight: 700;
		color: #000;
		background: transparent url(../images/fieldsetHeading.gif) no-repeat;
		display: block;
		float: none;
		padding: 15px 13px 10px;
		cursor: pointer;
		margin-bottom: 0.5em;
	}
	form#report fieldset.open h3{
		background: transparent url(../images/fieldsetHeadingDown.gif) no-repeat
	}
	form#report label{
		font-size: 1.2em;
		float: left;
		width: 305px;
		margin-left: 10px;
		clear: left;
		margin-bottom: 11px;
		padding-top: 5px
	}
	form#report fieldset div{
		overflow: hidden;
		padding: 10px 0;
		display: none;
	}
	form#report fieldset.open div{
		display: block;
	}
	form#report fieldset div input{
		width: 580px;
		float: left;
		background: url(../images/reportText.gif) no-repeat;
		height: 17px;
		border: 0;
		margin-bottom: 11px;
		padding: 6px
	}
	form#report textarea{
		background: url(../images/textarea.gif) no-repeat;
		width: 882px;
		height: 107px;
		padding: 6px;
		border: 0;
		margin-left: 6px;
	}
	form#report .button{
		background: url(../images/submit.gif) no-repeat;
		width: 65px;
		height: 27px;
		border: 0;
		line-height: 0;
		font-size: 0;
		text-indent: -9999em;
		cursor: pointer;
		margin-bottom: 20px;
		display: block;
		float:left;
	}
	form#report p{
		margin-top: 10px;
		float:left;
		width:100%;
	}
	form#report .checkbox{
		margin-right: 10px
	}