body{
 color : #777777;
 font-family: Arial;
 font-size:0.7em;
/* background: url(background.png) no-repeat center;*/
	
}
input, textarea{
	 color : #777777;
 	font-family: Arial;
 	font-size:12px;
	
}

 img {border:0;}
div{
	/*border:1px solid red;*/
	
}

#main{
	
	margin:auto;
	width:1000px;
	height:600px;
	
	
}
h2, h3{
margin-top:3px;
margin-bottom:5px;
}
h1{
font-size:21px;
}
h2{
font-size:17px;
}
h3{
color : #0b8fc9;
font-size:12px;
}

.video_info{
border-bottom:1px solid #cccccc;
font-size:11px;
float:left; 
margin:2px;
padding:3px;
width:256px;
height:105px;
cursor:pointer;
overflow: hidden;
}

.video_info:hover{
	background: #dddddd;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

a{
color:#0b8fc9;
text-decoration:none;
}

a:hover{
color:red;
text-decoration:underline;
}

a.selected
{
	padding:2px 5px;
	margin:3px;
	border:2px solid #cccccc;
}