@CHARSET "UTF-8";

/* styles for client references */
#Incident {
	padding: 20px 0px 0px;
	margin: auto;
	width: 80%;
}
#Incident fieldset {
    background: #ffd url(/images/glow.png) no-repeat;
    border: 1px solid #EBE376;
    margin: 20px 0 10px -30px;
    padding: 15px;
    word-spacing: 2px;
    width: 100%;
}
#Incident legend {
	color:#145E95;
	font-weight: bold;
    letter-spacing: .6px;
}
#Incident a {
	background:transparent url(/images/icons/bullet_go.gif) no-repeat scroll 0 0px;
	margin-left: 15px;
	margin-top: 20px;
	padding-left: 20px;
}
