/* Registration Style */

#event-box {
	width: 570px;
	height: 150px;
	overflow: auto;
	background: #fff;
	border: 1px solid #134678;
	margin-bottom: 30px;
}

#eBox {
	position: relative;
	overflow: hidden;
	background: #aaa;
	padding: 10px;
}

.event-radio {
	float: left;
	width: 20px;
	padding: 15px 10px;
}

.event-descr {
	margin-left: 44px;
	border-bottom: 1px dashed #000;
}

.field-box {
	float: left;
	padding-right: 30px;
}

.clear {
	clear: both;
}

fieldset {
	border: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 30px;
}

fieldset legend {
	background: #fff;
	padding: 5px;
	text-transform: uppercase;
	color: #aaa;
	font-size: .8em;
}

#ccBox, #poBox {
	display: none;
}

.payment {
	vertical-align: middle;
	margin-left: 20px;
}

html body.registration #container-footer {
	clear: both;
}

#leftContentText3, .leftContentText3 {

	width: 580px;

}

