.campaignTable {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	border-bottom: none;
	border-collapse: collapse;
}

.campaignTable th {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.campaignTable td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.campaignSetup select {
	width: 250px;
}

.campaignSetup input[type='text'] {
	width: 240px;
}

.campaignSetup {
	float: left;
	width: 450px;
	margin: 5px;
	padding: 0px;
	border: 1px solid #999;
	background: #fff;
	border-collapse: separate;
}

.campaignSetup th {
	background: #eee;
	padding: 5px;
}

.campaignSetup td {
	background: #fff;
	padding: 2px 5px;
}

.textRight {
	text-align: right;
}

.stepBox {
	margin: 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px dotted #ccc;
}

.loader {
	position: relative;
	top: 4px;
	padding: 0px 10px;
}

.info {
	display: block;
	background: url('/images/information_frame.png') no-repeat;
	width: 16px;
	height: 16px;
}

.popup {
	position: absolute;
	z-index: 50;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	width: 180px;
	height: 60px;
	padding: 10px;
	background: #eee;
	border: 2px solid #ccc;
}

.trigger {
	width: 16px;
	height: 16px;
}

.bubble {
	position: relative;
}

.img1 {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	background: url('/images/stepsCL.png') no-repeat 0 0;
}

.img2 {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	background: url('/images/stepsCL.png') no-repeat 0px -120px;
}

.img3 {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	background: url('/images/stepsCL.png') no-repeat 0px -240px;
}

.img4 {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	background: url('/images/stepsCL.png') no-repeat 0px -360px;
}