#error_report_switch {
  position:fixed !important; /*ie6 and above*/
  position:absolute; /*ie6 and above*/
  right:0px;
  top:50px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  background-color:black;
  padding:10px 0 10px 4px;
  z-index:35;
}

#error_report_switch img {
  display:block;
}

#error_report {
  padding:5px 5px 5px 10px;
  border:1px solid black;
  position:fixed !important; /*ie6 and above*/
  position:absolute; /*ie6 and above*/
  width:615px;
  background-color:#FBF3DF;
  z-index:41;
  font-family:verdana;
  font-size:12px;
}

#error_report legend {
  background-color:#DED3B9;
  padding:2px 15px;
  border: 1px solid black;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
   -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#error_report input, #error_report textarea {
  width: 100%;
  border:1px solid #878787;
  font-family:verdana;
  font-size:12px;
}

#error_report textarea {
  height:100px;
  line-height:140%;
  overflow:auto;
}

#error_report table {
  width: 100%;
  font-family:verdana;
  font-size:12px;
}

#error_report td {
  padding:2px 10px;
}

td.narrow {
  width:5%;
}

#courtain {
	position:fixed !important; /*ie6 and above*/
  position:absolute; /*ie6 and above*/
	background-color: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 40;
}

#error_report_info {
  margin-bottom: 6px;
  display:block;
}

#error_report_close {
  display:block;
  float:right;
  background-color: black;
  color:white;
  padding:2px 5px 2px 5px;
  top:-15px;
  right:-6px;
  font-weight:bold;
  position:relative;
  cursor:pointer;
  z-index:41;
}
