/* CSS Document */
div#actioncontent div.actionfooter {
  width: 100%;
  height: 30px;
  background-color: #D3D3D3;
  border-top: 1px outset;
  border-bottom: 1px outset;
  margin-top : 5px;
	text-align: center;
}

div#actioncontent div.footer.wizard {
	text-align: right;
}

div#actioncontent div.actionfooter div.actionbtn {
	width: 100%;
	height: 30px;
}

div#actioncontent div.actionfooter div.actionbtn button {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
	display: inline;
	vertical-align: top;
}

div#actioncontent div.actionfooter div.actionbtn input.submit {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
}


div#actioncontent div.actionfooter div.actionbtn input.wizardsubmit {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: auto;
	height: 28px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
}

div#actioncontent div.actionfooter div.actionbtn input.reset {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
}

div#actioncontent div.actionfooter div.actionbtn input.back {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
}