BODY {
	margin: 0px;
	padding: 0px;
}

TABLE, TD, TH {
	border-spacing: 0px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.DDBorderLayout {
	width: 100%;
}

.DDWindowBar {
	height: auto;
}

.innerComponent {
	padding: 10px;
}

SPAN.DDInfoPair_key {
	font-weight: bold;
	padding-right: 0px;
	white-space: nowrap;
}

P.DDInfoPair {
	margin-top: 3px;
	margin-bottom: 3px;
}

.ub_wrapper {
	margin: 0 auto;
	width: 133px;
}

.uploadButton {
	background: transparent url(button.gif) repeat scroll 0 0;
	color: #C7D92C;
	font-size: 14px;
	height: 44px;
	width: 133px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}

html > body .uploadButton {
	height: 29px;
}

.ub_msg_wrapper {
	margin: 0 auto;
	width: 440px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	border: 1px solid #cacaca;
	padding-left: 0px;
}

.ub_msg_wrapper DIV {
	font-weight: bold;
}

.DDFileTree {
	width: 400px;
	min-height: 500px;
	height: auto;
	border: 1px solid #cacaca;
	background: #fafafa;
}

.DDFileTree_ph {
	height: 494px;
	width: 0px;
	visibility: hidden;
	float: left;
}

.DDFileTree_seldir {
	width: 360px;
	color: #888888;
}

.DDFileTree_ndir {
	margin-top: 20px;
}

.DDUploader_table {
	margin-top: 20px;
}

.DDUploader_table TD {
	padding-left: 10px;
	vertical-align: middle;
}

.ub_td_img {
	height: 500px;
	padding-left: 20px !important;
	padding-top: 10px;
	text-align: center;
}

.ub_img {
	height: 475px;
	width: 570px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #cacaca;
	overflow: hidden;
}

.ub_img IMG {
	/* height: 100%; */
	/* width: 100%; */
}