html, body, #modal {
	height:100%;
	width:100%;
}

#modal {
	background-color:#fff;
	position:relative;
}

#modal h1 {
	background:url(/pro/images/modal/header.png) 0 0 repeat-x;
	color:#333333;
	font:normal normal bold 15px Arial,Helvetica,sans-serif;
	height:27px;
	overflow:hidden;
	padding:5px 0 0 5px;
	text-transform:uppercase;
}

#modal h2 {
	color:#333333;
	font:normal normal bold 12px Arial, Helvetica, sans-serif;
	margin:10px 0px 5px 0px;
}

#modalfooter {
	background:url(/pro/images/modal/footer.png) 0 0 repeat-x;
	bottom:0;
	height:47px;
 	overflow:hidden;
 	position:absolute;
	width:100%;
}

#modalfooter table {
	margin-top:15px;
	text-align:center;
}

#cboxClose {
	float:right;
	position:relative;
	right:5px;
	top:5px;
}

.bottomline {
	border-bottom:1px solid #DCDCDC;
	padding-bottom:5px;
}

.clearlink a, .clearlink a:visited, .clearlink a:hover {text-decoration:underline; color:#640c90;font-size:8pt;}

.leftbutton, .middlebutton {
	margin-right:12px;
}

.middlebutton, .rightbutton {
	margin-left:12px;
}

.topline {
	border-top:1px solid #DCDCDC;
	padding-top:5px;
}

#ui-datepicker-div {
	display:none;
}