.vid_container{
	float:left;
	padding:12px;
	margin-right:6px;
	background-color:#CCEED8;
	border:1px dashed #000;
}
.text_container{
	float:left;
	border:1px solid #000;
}
.button_container{
	float:left;
	border:0px dashed #ccc;
}






.vid{
	width:480px;
	height:360px;
}
.texta{
	width:520px;
	height:700px;
	overflow:auto;
	padding:8px;
	margin:0px 0px 0px 0px;
	background-color:#ccc;
	border:1px solid #000;
}
.button{
	position:relative;
	width:140px;height:28px;
	margin:0px 0px 3px 6px;
	padding:5px 0px 0px 0px;
	text-align:center;
	cursor:pointer;
	border:1px solid #000;
}
.play_pause_rewind_btn{
	background-color: #CCEED8;
}
.text_field_btn{
	background-color: #FB8F36;
}
.format_btn{
	background-color: #D9E7F9;
}
.button_text{

}

.spacer{
	width:100%;height:12px;
}
