#svp-movie-metabox-container
{
	position: relative;
	margin: 6px 0 8px;
}

#svp-movies-list,
#svp-movie-current
{
	float: left;
	position: relative;
}

#svp-movies-list
{
    width: 40%;
}

#svp-movie-current
{
    width: 60%;
}

#svp-movies-list ul
{
	overflow: auto;
	max-height: 425px;
}

#poststuff .inside #svp-movie-current p
{
	margin: 0;
}

.svp-movies-wrapper
{
	padding: 0 0 0 6px;
}

#svp-movies-items
{
	font-size: 11px;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
}

#svp-movies-items li
{
	margin: 2px 3px;
	padding-left: 18px;
	cursor: pointer;
}

#svp-movies-items .unselected
{
	background: #f9f9f9 url(images/movie-unselected.gif) no-repeat left center;
}

#svp-movies-items .selected
{
	background: #f9f9f9 url(images/movie-selected.gif) no-repeat left center;
}

#svp-movies-items li.waiting,
#svp-movies-items li.error
{
	margin: 2px 3px;
	padding-left: 0;
	cursor: auto;
	border: none;
	background: none;
}

#svp-movies-items li.error
{
	color: #c00;
	font-weight: bold;
}

#svp-movies-items li span.attached
{
	color: #aaa;
}

#svp-movie-current input.small-text
{
	width: 50px;
}

#svp-movie-current p.svp-message
{
	background: #ffffe0;
	border: 1px solid #e6db55;
	color: #333;
	font-size: 13px;
	padding: .6em;
}

#svp-options-list input[type=checkbox]
{
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
}

#svp_player_width,
#svp_player_height
{
    position: relative;
    top: 1px;
}

#poststuff .inside #svp-movie-current-options p.svp-option-title
{
    background: #f5f5f5;
    padding: 5px 6px;
    margin: 8px 0;
}