#shared {
	position: absolute;
	z-index: 5;
	width: 305px;
	margin-left: 417px;
	margin-top: 13px;
	display: none;
}

#shared div.top {
	width: 305px;
	height: 31px;
	font-size: 1px;
	background: url(tooltip_top.png) no-repeat;
}

#shared div.middle {
	background: url(tooltip_content.png) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	width: 265px;
	overflow: hidden;
}

#content #shared label {
	float: left;
	font-size: 12px;
	color: rgb(77,77,77);
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

#shared label span.required {
	color: rgb(0,173,238);
}

#shared div.middleColumn {
	float: left;
}

#content #shared div.middleColumn input {
	border: 1px dashed rgb(204,204,204);
	height: 18px;
	font-size: 13px;
	color: rgb(102,102,102);
	width: 150px;
}

#shared form fieldset div.field {
	clear: both;
	padding-bottom: 10px;
	height: 22px;
}

#shared div.Actions {
	padding-left: 110px;
}

#shared div.Actions input {
	float: none;
}

#shared span.message {
	text-indent: -9999px;
	height: 0;
}

#shared div.middleColumn.validationError input {
	border-color: red;
	border-style: solid;
}

#shared div.bottom {
	width: 305px;
	height: 17px;
	font-size: 1px;
	background: url(tooltip_bottom.png) no-repeat;
}
