html, body { height: 100%; width: 100%; margin: 0px padding: 0px;}

div.thumbnail
{
	white-space: nowrap;
	float: left;
	width: 100px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
}

div.thumbnail a
{
	font-size: 10px;
	font-weight: normal;
}

a img
{ 
	border: 0px 
}

.vsn_dialog
{
	background-color: #4C4C4E;
	border-color: gray black black gray; 
	border-width: 2px; 
	border-style: solid; 
	z-index: 1000; 
	padding: 5px; 
	padding-top: 20px; 
	text-align: left;
}

.vsn_dialog label strong
{
	color: #7BCDE1 ! important;
}

.vsn_dialog button
{
	background-color: #7CCDE2;
	color: #555658;
	font-weight: bold;
}

.vsn_dialog input, .vsn_dialog textarea
{
	width: 100%;
}

.vsn_dialog h1
{
	background-color: #7CCDE2;
	color: #555658;
	visibility: visible; 
	padding: 0 5px 0 5px; 
	border: 1px solid black; 
	display: block; 
	position: absolute; 
	top: -10px; 
	left: 5px;
}

.dialog
{
	border-color: gray black black gray; 
	border-width: 2px; 
	border-style: solid; 
	z-index: 1000; 
	padding: 5px; 
	padding-top: 20px; 
	text-align: left;
}

.dialog h1
{
	visibility: visible; 
	padding: 0 5px 0 5px; 
	border: 1px solid black; 
	display: block; 
	position: absolute; 
	top: -10px; 
	left: 5px;
}

#video_info
{
	position: relative;
}

#add_favorite, #del_favorite
{
	position: absolute;
	top: 5px;
	right: 5px;
}

#login_form input
{
	width: 100%;
}

#upload_dialog input, #upload_dialog textarea
{
	width: 400px;
}

#real_upload
{
	opacity: 0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	z-index: 2; 
	position: absolute; 
	top: 0px;
	left: -16px;
	width: 1px ! important;
}

* html #real_upload
{
	width: 1px ! important;
	font-size: 16px;
}

#fake_upload
{
	width: 80px; 
	z-index: 1; 
	position: absolute; 
	top: 0px; 
	left: 0px; 	
}

#fake_path
{
	position: absolute; 
	left: 93px; 
	width: 305px ! important;
}

img.active
{
	cursor: pointer
} 

#user_rating img
{
	cursor: pointer;
}

#comment_scroller
{
	height: 200px;
	overflow: auto;
}

div#pp_bar
{
	background-color: #4C4C4E;
	height: 40px;
	text-align: left;
	border-bottom: 2px solid #94DCEB;
	border-top: 2px solid #94DCEB;
	margin-bottom: 10px;
	line-height: 40px;
	color: white;
	font-size: 12px;
	font-family: Arial;
}

div#pp_bar a
{
	color: white;
	font-weight: bold;
}

#pp_bar_right 
{
	float: right;
	padding-right: 8px;
	color: white;
}

#pp_bar_left
{
	padding-left: 8px;
	float: left;
	color: white;
}

#pp_bar #pp_bar_right select
{
	font-size :10px;
	border: 1px solid black;
}

