body {
	margin: 0px;
}

.mediaLibrary {
	height: 20em;
}

#popup_body {
	background: #f0f0f0;
	width: 320px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	margin: 0px;
	position: relative;
	left:
}

#popup_body form {
	margin-bottom: 0px;
}

#popup_body .display_row {
	width: 320px;
	margin-bottom: 8px;
}

#popup_body h3 {
	font-family: verdana; 
	font-size: 11;	
	font-weight: bold;
	margin-top: 0px;
}

#popup_body label,
#popup_body input,
#popup_body a,
span.error {
	font-family: verdana; 
	font-size: 9;	
}

span.error {
	display: block;
	color: red;
	margin-bottom: 10px;
}

#popup_body label {
	width: 75px;
	display: block;
	float: left;
}

#popup_body .text_input {
	width: 200px;
}

#popup_body .file_item {
	/*width: 95px;*/
	margin-left: 1em;
	margin-bottom: 1em;
	float: left;
}

#popup_body a {
	color: #000;
	text-decoration: none;
	border: 0px;
}

#popup_body .file_item a.file_title {
	display: block;
}

div.clear {
	clear: both;
}

#popup_body a img {
	border: 0px;
}

#popup_body a:hover {
	text-decoration: underline;
}

#popup_body img.thumbnail {
	cursor: pointer;
/*	height: 40px; */
}

.closeLink {
	position: absolute;
	left: 292px;
	top: 6px;
	*top: 1px;
	margin: 0px;
	padding: 0px;
}

#popup_body .closeLink a {
	color: red;
}

.dijitTooltipContainer {
	padding: 0.5em;
	width: 69%;
	/*position: relative;
	left:1em;*/
}

.dijitTooltipDialog {
	overflow: hidden;
}