#summshow,
#summshow1,
#summshow2,
#summshow3 {
	background-color: orange;
	padding: 7px;
	color: #fff;
	display: none;
	font-size: 13px;
	border-radius: 5px;
}
.warning {
	background-color: #f00;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
}
.warning a {
	color: #fff;
}
#archiveBlock, #printBlock, #userBlock, #authBlock {
	background-color:#ecedef;
	padding:5px;
	border-radius: 10px;
	text-align: left;
}
.descVisio {
	text-align: right;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 3px;
	width: 150px;
	float: left;
	clear: both;
}
.valueVisio {
	padding: 5px;
	margin-left: 160px;
	margin-bottom: 3px;
	background-color: #f0f0f0;
}
#electrocopiesdiv {
	background-color: #ecedef;
	padding: 5px;
	margin-bottom: 5px;
}
#electrotable td {
	background-color: #ecedef;
	padding: 10px;
}
.htmlform_help {
	color: #e41a38;
	font-size: 11px;
}

.onlineBox {
	display: inline-block;
	float: none;
	border: 1px solid #d7d7d7;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	width: 300px;
	/*margin-top: 10px;*/
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 1px 1px 3px #e0e0e0;
}
.onlineBox div {
	display: block;
	width: 100%;
	text-align: center !important;
	margin-left: 0px;
}