@charset "UTF-8";

/* for ww only */

form dt {
	width: 230px;
}

form dd {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0.5em 0;
	width: 140px;
	position: relative;
}

form dd input[type=text] {
	width: 108px;
}

form dd.info {
	margin: 0 0 0 20px;
}

form dd p, form dd span {
	width: 200px;
}

#grossIncomeBase-label {
	height: 50px;
}

#grossIncomeBase-wrapper {
	position: relative;
	clear: both;
	margin-top: 26px;
}

#grossIncomeBase-wrapper select {
	float: inherit;
}

/* form tooltip */
form .tip {
	top: 40px;
	left: -180px;
	width: 320px;
}

form .tip p {
	display: block;
	margin: 0 0 10px 0;
}

form .tip ul {
	margin: -10px 0 10px 15px;
}

/* yearOptions */

dl.year-options dt, dl.year-options dd {
	width: inherit;
}

#yearOptionsLabel * {
	width: inherit;
}

#yearOptionsLabel-tip.tip {
	top: 20px;
	left: 0px;
	width: 390px;
}

.wide {
	clear: both;
	width: 430px;
}

#yearOptions table {
	border: none;
	border-spacing: inherit;
}

#yearOptions th {
	border-bottom: none;
	padding-bottom: 10px;
}

#yearOptions tr {
	height: 20px;
}

#yearOptions td {
	text-align: center;
}

#yearOptions td input {
	float: inherit;
}