h2.content
{
	color: #6d6562;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left:10px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	display:inline;
}
p.content
{
	color: #6d6562;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 10px;
	display:inline;
}
div#stackTraceDiv
{
	width:620px;
	height:440px;
	padding-left:10px;
	margin-top:10px;
	margin-left:10px;
	border:1px solid black;
	overflow:auto;
}
div.fileinputs
{
	position:relative;
}
div.fakefile
{
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 1;
}
div.fakefile input
{
	position:absolute;
	font-size: 11px;
	width: 350px;
	height: 18px;
	border-left: #c6c4c3 1px solid;
	border-top: #c6c4c3 1px solid;
	border-right: #dad7d6 1px solid;
	border-bottom: #dad7d6 1px solid;
	background: #dad7d6;
	color: #5b5a5a;
	font-size: 11px;
	top:4px;
	left:16px;
}
div.fakefile img
{
	position:absolute;
	left:370px;
	top:2px;
	cursor:pointer;
}
input.file {
	width: 433px;
	margin: 0;
}
input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
#adminSearch input
{
	width: 142px;
	height: auto;
	position: relative;
	top: 1px;
	left: 6px;
	border-left: #c6c4c3 1px solid;
	border-top: #c6c4c3 1px solid;
	border-right: #dad7d6 1px solid;
	border-bottom: #dad7d6 1px solid;
	background: #dad7d6;
	color: #5b5a5a;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}