#tabs h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #000;
	border-bottom: 1px solid #cecece;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	display:block;
	font-weight: bold;
}

#tabs p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#tabs p.medium {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#tabs input.checkbox {
	margin-right: 10px;
}

#tabs label.fieldLabel {
	display: block;
	color: #797979;
	line-height: 1.4em;
	font-family: verdana, arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	margin-top: 10px;
}

#tabs label.infoLabel {
	padding-left: 5px;
}

#tabs label.generalInfo {
	display: block;
	color: #000;
	line-height: 1.4em;
}

#tabs input {
	width: 220px;
	padding: 6px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
}

#tabs select {
	width: 220px;
	padding: 6px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
}

#tabs textarea {
	width: 100%;
	height: 60px;
	padding: 6px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	border: 1px solid #cecece;
}
#tabs input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#tabs button {
	font-size: 12px;
	cursor: pointer;
}

#tabs input.income {
	width: 120px;
}

#tabs input.day {
	width: 20px;
}

#tabs input.percent {
	width: 30px;
}

#tabs input.required {
	background-color: #edf2ff;
}

#tabs input.contingency {
	text-align: center;
}

#tabs input.medium {
	width: 80px;
}

#tabs input.large {
	width: 100px;
}

#tabs select.day {
	width: 60px;
}

#tabs select.month {
	width: 80px;
}

#tabs select.medium {
	width: 100px;
}

#tabs select.large {
	width: 150px;
}


<!-- Stream -->

#tabs input.streamIncome {
	width: 80px;
	padding: 4px;
	font-size: 12px;
}

#tabs input.streamDay {
	width: 20px;
	padding: 4px;
	font-size: 12px;
}

#tabs input.streamPercent {
	width: 30px;
	padding: 4px;
	font-size: 12px;
}

#tabs input.streamMedium {
	width: 80px;
	padding: 4px;
	font-size: 12px;
}

#tabs input.streamLarge {
	width: 100px;
	padding: 4px;
	font-size: 12px;
}

#tabs select.streamDay {
	width: 50px;
	padding: 4px;
	font-size: 12px;
}

#tabs select.streamMonth {
	width: 70px;
	padding: 4px;
	font-size: 12px;
}

#tabs select.streamMedium {
	width: 80px;
	padding: 4px;
	font-size: 12px;
}

#tabs select.streamLarge {
	width: 130px;
	padding: 4px;
	font-size: 12px;
}