@charset "utf-8";
/* CSS Document Login Page Style Sheet*/
 body {
     font-family:Arial, Helvetica, sans-serif;
      font-size:14px;
 }
label {
   font-weight:bold;
   width:100px;
   font-size:14px;
}
.box {
   border:#666666 solid 1px;
}
		 
		 /************** Incident Report  Content Styles *************/
fieldset{
	background:#CCC;
	box-shadow:0 0 5px  black;
	margin-top:10px;
	height:auto;
	width:90%;
	overflow:hidden;
	transition:all 0.5s;
	transition-delay:0.3s;
	padding:20px;
}
fieldset:hover{
	/*height:180px;*/
}
fieldset:hover legend{
	/*height:400px;*/
	box-shadow:inset 0 0 10px white;
	
}
legend{
	border-radius:20px 0 20px 0;
	border:solid 1px grey;
	padding:10px;
	box-shadow:0 0 5px grey;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3cfcf+0,f6f7e8+47,a9b2ba+87,858587+100 */
background: #d3cfcf; /* Old browsers */
background: -moz-linear-gradient(top,  #d3cfcf 0%, #f6f7e8 47%, #a9b2ba 87%, #858587 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d3cfcf 0%,#f6f7e8 47%,#a9b2ba 87%,#858587 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d3cfcf 0%,#f6f7e8 47%,#a9b2ba 87%,#858587 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cfcf', endColorstr='#858587',GradientType=0 ); /* IE6-9 */

}
.infoLbl{
	width:92%;

}
label{
	background:rgba(0,0,0,0.1);
	border:solid 1px grey;
	width:40%;
	height:auto;
	border-radius:5px;
	padding:5px;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:5px;
	float:left;
	clear:right;
	display:inline;
}


#lblLog{
	padding:32px;
	margin-right:10px;
}
#lblPwd{
	text-align:left;
	margin-top:-3px;
	
}
input[name=incidentPWD], input[name=submPWD]{
	height:35px;
	width:200px;
	transition:all, 0.5s;
}
input[name=incidentPWD]:hover{
	width:300px;
	box-shadow:0 0 10px 3px skyblue;
}

input[name=submPWD]{
	margin-top:10px;
	margin-left:80px;
	width:100px;
}