#page-wrap {
	width: 500px;
	background: white;
	margin: 5px auto;
	padding: 3px;
}
div.single-field {
	padding: 3px;
	position: relative;
	border:1px solid transparent;
	}

	.tlred {
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 3px;
		/*background: url(Images/corner-topleft.jpg);*/
		display: none;
	}
	.trred {
		position: absolute;
		top: 0;
		right: 0;
		width: 3px;
		height: 3px;
		/*background: url(Images/corner-topright.jpg);*/
		display: none;
	}
	.blred {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 3px;
		height: 3px;
		/*background: url(Images/corner-bottomleft.jpg);*/
		display: none;
	}
	.brred {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 3px;
		height: 3px;
		/*background: url(Images/corner-bottomright.jpg);*/
		display: none;
	}


.single-field-left {
	width:85px;
	float:left;
	display:block;
	white-space:nowrap;
	}
div.curFocus {
	background: #fdb2b2;
	border:1px solid #ea8181;
}
table.tblFormBGcolor td {
	/*background: #eee;*/
}
table.tblFormBGcolor2 td {
	/*background: #eee;*/
	padding:4px;
}
table.tblFormBGcolor3 td {
	/*background: #eee;*/
	padding:15px;
}
table.tblFormBGcolor h2, table.tblFormBGcolor2 h2 {
	margin-right:5px; float:left;
	background: url(Images/icon_arrows_red.gif) no-repeat top left;
	padding-left:30px;
	line-height:18px;
}
table.tblFormBGcolor h2.gray, table.tblFormBGcolor2 h2.gray {
	margin-right:5px; float:left;
	background: url(Images/icon_arrows_gray.gif) no-repeat top left;
	padding-left:30px;
	line-height:18px;
	color:#aaaaaa;
}


table td.tblFormTitleBG {
	background: #d40139;
	color:#ffffff;
	padding:3px;
}
table td.tblFormTitleBG2 {
	background: #eeeeee;
	padding:3px;
}

div.single-field input.inputSmall {
	width:105px;
}
div.single-field input.inputSmall2 {
	width:90px;
}
div.single-field input.inputSmall3, div.single-field span.inputSmall3 {
	width:41px;
}
.ddlMulti {
	padding:0;
	background-color: #7eb3e3;
	width:20px;
	background-image: url(Images/DDImage.bmp);
}