.inzite-content {
	clear: both;
}
.inzite-content h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.inzite-content h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.inzite-content h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.inzite-content table {
	border: 1px solid #000;
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
	border-spacing: expression(cellSpacing=0);
}
.inzite-content tr {
	vertical-align: top;
}
.inzite-content td {
	border: 1px solid #555;
	border-left: 0;
	border-top: 0;
	padding: 3px;
	margin: 0;
}
.inzite-content .tableholder {
	border: 0;
}
.inzite-content .tableholder td {
	padding: 0;
	border: 0;
}

.inzite-photopage {
	clear: both;
	padding: 25px 0px 25px 3px;
}
.inzite-photopage .holder {
	float: left;
	width: 140px;
	height: 153px;
	text-align: center;
/*	border: 1px solid #2b2b2d;	*/
	border: 1px solid transparent;
	margin-bottom: 8px;
	margin-right: 1px;
}
.inzite-photopage .holder .image {
	clear: both;
	height: 140px; 
	text-align: center;
	background-color: #999;
	border-bottom: 1px solid transparent;
}
.inzite-photopage .holder .imagetext {
	clear: both;
	font-size: 9px;
	background-color: #fff;
	height: 13px;
	padding: 3px;
	color: #000;
}

.inzite-form .formfield {
	clear: both;
}
.inzite-form .fieldLeft {
	float: left;
}
.inzite-form .fieldRight {
	float: left;
}
.inzite-form input, .inzite-form textarea, .inzite-form select {
	margin-bottom: 2px;
}
.inzite-form .CheckRadio {
	float: left;
}
.inzite-form .CheckRadioText {
	float: left;
	padding: 0px 0px 2px 5px;
}
.inzite-form .submitButton {
	clear: both;
	text-align: right;
	padding-top: 5px;
}
.inzite-form .submitButton input {
	padding: 0px 6px 0px 6px;
	color: #2b2b2d;
}

.inzite-reaction {
	clear: both;
	border: 1px solid #5b5b5d;
	margin-bottom: 10px;
}
.inzite-reaction .photoholder {
	float: left;
	width: 100px;
}
.inzite-reaction .photo {
	clear: both;
}
.inzite-reaction .userinfo {
	clear: both;
	padding: 5px 0px;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}
.inzite-reaction .textholder {
	float: left;
	padding: 5px;
}
.inzite-reaction .datefield {
	clear: both;
	font-size: 10px;
	color: #ccc;
}
.inzite-reaction .textfield {
	clear: both;
	font-size: 11px;
}
