@charset "utf-8";
/* CSS Document */

#contentArea{
	width:622px;
}

#eduSearchContainer{
	margin:15px 0 15px 15px;
	font-size:12px;
	font-weight:bold;
}

#eduSearchContainer input{
	width:150px;
	border:solid #464646 1px;
}

#eduSearchContainer .goButton{
	position:relative;
}

#eduSearchContainer .goButton a{
	display:block;
	width:21px;
	height:16px;
	text-align:center;
	border:solid #6d6d6e 2px;
	background-color:white;
	text-decoration:none;
	color:black;
	line-height:16px;
}

.stopVideoButton a{
	display:block;
	width:145px;
	height:16px;
	text-align:center;
	border:solid #6d6d6e 2px;
	background-color:white;
	text-decoration:none;
	color:black;
	line-height:16px;
}

.stopVideoButton a:hover{
	background-color:#f69523;
}

#eduSearchContainer .goButton a:hover{
	background-color:#f69523;
}


