/*
 * change the appearance for the os_inline_popup here
 *
*/

#os_inline_popup{
	z-index: 999;
	visibility: hidden;
	display:none;
	position: absolute;
	top: 10px;
	background-color: black;
	width:100%;
}
#os_side_fader{
	z-index: 990;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #444444;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	height:2000px;
}

body{
	background-color: #bbbbbb;
}

.os_inline_popup_head{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #bbbbbb;
	/*width: 856px;*/
	width: 100%;
	/*height: 686px;*/
	padding-bottom: 5px;

}
.os_inline_popup_mediatitle{
	float: left;
	font-family: Verdana,sans-serif;
	font-size: 16px;
	height: 25px;
	margin-top: 6px;
	margin-left: 10px;
}
.os_inline_popup_close{
	float: right;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
}
.os_inline_popup_img{
	clear: both;
	margin-left: 8px;
}