.eipOver {
	background-color: #E3EFF2;
	display: block;
}
.eipEdit {
	background-color: #A8CCD5;
}
.eipProcessing {
	background-color: #FFFFFF;
	color: #CCCCCC;
	background-image:  url(images/site_images/general/ajax-loader_eip.gif);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
}
.eipForm .text {
	border: 1px solid #E3E2EC;
}
.eipForm .button {
	border: 1px solid #E3E2EC;
	background-image:  url(../css/images/database_save.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	display: inline;
	padding: 0px;
	text-align: center;
	height: 17px;
	width: 17px;
	margin-right: 2px;
	margin-left: 2px;
}
.eipForm {
	display: inline;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.eipForm .inputRow {
	display: inline;
	background-color: #FFFFFF;
}
.eipForm .actionRow {
	display: inline;
	background-color: #FFFFFF;
	position: relative;
	z-index: 9;
}
.eipForm .cancelButton {
	border: 1px solid #E3E2EC;
	background-color: #FFFFFF;
	display: inline;
	padding: 0px;
	text-transform: lowercase;
	text-align: center;
	background-image:  url(../css/images/delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 17px;
	width: 17px;
	margin-right: 2px;
	margin-left: 2px;
}
.eipForm .textarea {
	border: 1px solid #E3E2EC;
}
