form.form2 {
	margin: 0px;
	position: relative;
	display: block;
}
form.form2 div {
	clear: left;
}
form.form2 div label span {
	float: left;
	width: 120px;
	padding-top: 2px;
}
* html form.form2 div label span {
	margin-right: -3px;
}
form.form2 div label span.expand {
	float: none;
	width: auto;
	padding-top: 0px;
}
form.form2 div.pad {
	padding-left: 120px;
	margin: 0px auto 0px 0px;
}
form.form2 div label input.ti {
	padding: 1px;
	border: 1px solid #000066;
	width: 196px;
}
form.form2 div label select.si {
	width: 200px;
}
form.form2 div textarea.ta {
	padding: 1px;
	border: 1px solid #000066;
	width: 316px;
	height: 100px;
}
form.form2 div label input.ti, form.form2 div label select.si, form.form2 div textarea.ta {
	margin-bottom: 2px;
}
form.form2 div.note {
	font-size: 11px;
	margin: 0px 0px 6px 0px;
}
select.calendar {
	position: absolute;
	z-index: 2;
}
div.calendarmask {
	position: absolute;
	background: url(images/m.png);
	z-index: 3;
}
* html div.calendarmask {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/form2/style/images/m.png');
}
div.calendarpopup {
	visibility: hidden;
	position: absolute;
	background: white;
	color: black;
	z-index: 5;
	border: 1px solid black;
}
div.calendarpopup td {
	color: black;
	text-align: center;
}
div.calendarpopup table.nav {
	width: 100%;
	background: buttonface;
}
div.calendarpopup table.nav td {
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
}
div.calendarpopup table.nav div {
	border: 1px solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	background: buttonface;
	color: buttontext;
}
div.calendarpopup table.nav div.btn {
	cursor: default;
}
div.calendarpopup table.nav div.down {
	border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
}
div.calendarpopup table.month {
	border: 1px solid buttonshadow;
	border-collapse: collapse;
	width: 100%;
}
div.calendarpopup table.month td, div.calendarpopup table.month th {
	border: 1px solid buttonshadow;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
}
div.calendarpopup table.month td {
	cursor: pointer;
}
div.calendarpopup table.month td.c {
	background: buttonface;
}
div.calendarpopup table.month td.over {
	background: highlight;
	color: highlighttext;
}
div.calendarpopup table.month td.nc {
	cursor: default;
	color: buttonshadow;
}
