html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#IUwindow {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#IUoverlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#IUwindow {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
	padding:5px;
	-moz-border-radius:10px;
}

#IUcloseWindow{
	height:25px;
	padding:5px;
	float:right;
}

#IUHeaderContainer{
	opacity:0.6;
	border-bottom:1px solid black;
	height:30px;
}

#IUtitle{
	float:left;
	height:27px;
	padding:5px;
}

#IUFormContainer{
	clear:both;
	padding:20px 15px 15px 15px;
	text-align:left;
	line-height:1.4em;
}

#IUcloseWindowButton{cursor:pointer;}
#hiddenIframe{display:none;}
#IUwindow a:link, #IUwindow a:visited, #IUwindow a:active, #IUwindow a:focus {color: #666666;}
#IUwindow a:hover {color: #000;}
#IUFormContainer p{padding:5px 0px 5px 0px;}
#previewContainer{
	border:2px solid black;
	float:left;
	height:80px;
	overflow:hidden;
	position:relative;
	width:80px;
}
#previewContainer img{
	position:absolute;
}
#textContainer{
	float:left;
	width:460px;
	padding:10px;
	padding-top:0;
}
#textContainer p{
	padding-top:0;
}
#buttonsContainer{
	width:100px;
	float:left;
}
#lassoContainer{
	padding:20px;
	overflow:auto;
	height:350px;
}
#IULoader{
	width:50px;
	height:30px;
	background:transparent url(http://static01.linkedin.com/img/pic/pic_uploading_32x32.gif) no-repeat scroll 0 50%;
}
/* IE6 */
* html{margin-bottom:1px;}