/* CSS Document */
#container {
margin:100px;
border: 1px solid red;
width:400px;
/*height:500px;*/
}
h2 {
margin-left:40px;
border-bottom:1px solid black;
width:200px;
}
#steps {
padding:10px;
}
.tdlabel {
font-weight:bold;
text-align:left;
}
#steps {
width:350px;
/*height:300px;*/
border:1px solid blue;
margin-left:auto;
margin-right:auto;
}
.stepclass {
width:500px;
/*height:360px;*/
display:block;
border:1px solid #cccccc;
background:#eeeeee;
padding:10px;
}
.catclass {
	width:500px;
	display:block;
	border:1px solid #cccccc;
	background:#eeeeee;
	padding:10px;
}
.steptitleclass {
	display:block;
	font-weight:bold;
	font-family:Verdana;
	font-size:18px;
	border-bottom:1px solid black;
}
#step1 {
display:block;
}
#stepnavigation {
text-align:right;
margin-right:30px;
margin-top:10px;
}
.stepcontent {
/* height:295px;
overflow:auto; */
margin-bottom:5px;
font-weight:normal;	
}
.catcontent {
font-weight:normal;	
}
.catedit, .catdelete {
	font-size:12px;
	color:blue;
}
.catdelete {
	color:red;
}