﻿body {
	font-family:Arial;
	font-size:13px;
}

div#modal_pageWrapper li {
	line-height:18px;
}

div#modal_pageWrapper {
	margin:0 auto;
	width:748px;
}

div.modalTop {
	background:transparent url(../images/modal_topCap.gif) no-repeat 0 0;
	height:10px;
	width:748px;
}
div.modalBody {
	background:transparent url(../images/modal_Body.gif) repeat-y 0 0;
	padding:0 10px;
	width:728px; /* 748 - (50 * 2) */
}
	div.modalBody div.content {
		height:480px;
		overflow-x:hidden;
		overflow-y:scroll;
		padding:37px 40px;
	}
div.modalBottom {
	background:transparent url(../images/modal_bottomCap.gif) no-repeat 0 0;
	height:11px;
	width:748px;
}

div#modal_pageWrapper div.hr {
	border-top:solid 1px #FF6206;
	height:1px;
	margin:24px 0;
}

div#modal_pageWrapper table {
	width:648px;
}
	div#modal_pageWrapper td {
		padding:18px 0;
		text-align:center;
		vertical-align:middle;
	}

div#TB_closeAjaxWindow {
	padding-right:46px;
}

iframe#TB_iframeContent {
	margin-top:4px;
}