@charset 'UTF-8';
/* Basic Element
 ---------------------------------------------------------------------------- */

/* VOD Content Container
 ---------------------------------------------------------------------------- */
.vod_container {
    width:1000px;
	height:700px;
}

/* VOD Title
 ---------------------------------------------------------------------------- */

/* VOD Player Area
 ---------------------------------------------------------------------------- */



/* VOD Player External Controller
 ---------------------------------------------------------------------------- */
.vod_controller_po {
	position: absolute;
	width: 1000px;
	height: 30px;
	top: 590px;
	background-color:#eeeeee;
}
.vod_controller {
	width: 1000px;
	height: 30px;    
    color:#EFEFEF;
    font-size:1em;
	text-align: center; 
	display: table-cell; 
	vertical-align: middle;
}

/**
.vod_controller button {
    border:0;
    cursor:pointer;
    font-size:1em;
    line-height:1.2em;
    vertical-align:middle;
	height:20px;
}**/

.vod_controller input {
    border: 1px solid #000000;
    font-size:1em;
    line-height:1em;
    width:2.5em;
	height:18px;
}

.textInt {
	font-size:1.1em;
    font-weight: bold;
	color: #000000;
	margin-right: 5px;
}

.goto_time_text {
	font-size:1.1em;
    font-weight: bold;	
	color: #000000;
	margin-left: 5px;
}

.goto_sec_text {
	font-size:1.1em;
    font-weight: bold;	
	color: #000000;
}


.selectBox {
	width:12em; 
	height:23px;	
	font-size:1em;
	border: 1px solid #000000;	
	margin-left: 15px;
}



