.add {
	font-size: 12px;
	margin-bottom: 8px;
	position: relative;
}

.add .topborder {
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 9px;
	top: 0;
	left: 0;
}
.add .topborder + div {
	background-color: white;
	padding: 8px;
	border: 2px groove black;
}
.add .topborder + div:hover {
	background-color: #efefef;
	cursor: pointer;
}
.add .topborder + div.noHover:hover {
	background-color: white !important;
	cursor: default;
}
.add .botborder {
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 9px;
	bottom: 0;
	left: 0;
}

.add h2 {
	margin: 0;
	padding: 0;
	color: #3344ff;
	font-weight: normal;
}

.add h2 span {
	display: block;
	position: absolute;
	width: 335px;
	top: 12px;
	text-align: right;
}

.add h3 {
	margin: 0; 
}
.add h3 + p {
	margin-bottom: 12px;
	font-size: 12px;
}
.add form>div {
	padding: 8px 0;
}
.add div.addContent {
	display: none;
}

.add .infos>div {
	float: left;
	min-width: 256px;
	margin: 0;
	padding: 3px 4px;
	border-left: 3px dotted #dfdfdf;
	border-bottom: 3px dotted #dfdfdf;
	
}
.add .infos>div span + span {
	color: black;
}

.addImageContainer {
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}
.addImageContainer img {
	position: relative;
	z-index: 1 !important;
	display: inline-block;
	margin-left: 7px;
	border: 1px solid #999 !important;
}
.addImageContainer img + img {
	display: none;
}

.addImageContainer>div {
	z-index: 2 !important;
	display: block;
	width: 37px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: none;
}
.addImageContainer>div:first-child {
	background-image: url('../images/arrowl.png');
	background-repeat: no-repeat;
	left: 10px;
	cursor: pointer;
}
.addImageContainer>div:first-child:hover {
	background-image: url('../images/arrowl_h.png');
}

.addImageContainer>img + div {
	background-image: url('../images/arrowr.png');
	background-repeat: no-repeat;
	right: 15px;
	cursor: pointer;
}
.addImageContainer>img + div:hover {
	background-image: url('../images/arrowr_h.png');
}

.add .minimizer {
	background-image: url('../images/collapse.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 84px;
	height: 20px;
	padding-top: 30px;
	text-align: right;
	float: right;
}
.add .minimizer:hover {
	background-image: url('../images/collapse_h.png');
	cursor: pointer;
	color: #8a8;
}

.jCalTarget {
	display: inline-block;
	padding: 5px;
	background-color: rgb(227, 227, 227);
	border: 1px solid rgb(136, 136, 136);
}
