
html {
	overflow: scroll;
} 

body {
	font-size: 12px;
	font-family: Tahoma, Myriad, Helvetica;
	
	margin:0;
	padding:0;
}

a {
	outline: none;
	color: #004676;
}

a:hover {
	color: #000;
}

a:focus {
	-moz-outline-style: none;
}

div.error {
	color: #c00;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

div.infobox {
	border: 1px solid #c7b656;
	background: #ffeb7d;
	color: #43402e;
	padding: 5px 5px 5px 5px;
	width: 98%;
}


#main {
	
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

/*
* Header 
*/

#header {
	width: 100%;
	height: 68px;
}

#login {
	display:block;				
	width: 890px;
	height: 48px;	
	margin: 0 auto;
	background: url(http://static.youmake.tv/images/channel/header.gif) no-repeat top left;
	font-size: 11px;
	padding-top: 20px;
}

#login .navi {
  
 	padding-right: 20px;

    color: #000;
}

#login .navi img {
    position: relative;
    top: 2px;
}

#login .logo a {

	width: 130px;
	height: 40px;
	display: block;
	margin-top: -12px;
}

#login .links {
	padding-top: 3px;
	padding-left: 30px;
	
}

#login .links a {
	font-size: 12px;
	color: #004676;
}

#login input {
	border: 0;	

	margin-top: -3px;
	margin-left: 1px;
	height: 16px;
	width: 142px;
	float: left;
}

#login .search a {
	display: block;
	width: 10px;
	height: 10px;

	float: left;
	text-decoration: none;
	border:0;
	margin-left: 1px;
	margin-top: -8px;
	line-height: 16px;
	height: 20px;
	width: 50px;
}

#countries {
    position: absolute;
    display: none;
	background-color: #f5f5f5;	
	width: 200px;

	z-index: 200;
	border: 1px solid #d8d8d8;
	margin:0;
	padding:0;
}

#countries .country {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #d8d8d8;
}

#countries .country .image {
    float: left;
    margin-right: 5px;
}

#countries .country .name {
	text-align: left;
	font-size: 12px;
	color: #7e7a7a;
}

#countries  .languages {
	float: left;
	font-size: 12px;
	color: #7a7a7a;
}

#countries .tools {
	font-size: 12px;
	color: #7a7a7a;
	width: 100%;
	margin-top: 2px;
	margin-left: -3px;
}

#publish {
	position: absolute;
	margin-top: -110px;
	margin-left: 640px;
	width: 154px;
	height: 53px;
	overflow:hidden;
}

#publish a {	
	display: block;
	width: 154px;
	height: 53px;	
	text-decoration: none;
}

#subnavi {
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-top: -19px;
	margin-left: -50px;
}

#subnavi a {
	text-decoration: none;
	color: #4c4c4c;
}

#subnavi a:hover {
	text-decoration: underline;
}

#subnavi  a.active {
	font-weight: bold;
}

#subnavi div.contentholder {
	width: 800px;
	margin-left: 70px;
	text-align: left;
}

div.clear {
	clear:both;
	height: 0px;
	width: 0px;
	line-height: 0;
	font-size: 0;
	height: 0;
}

/*
* Header / tabs 
*/

#tabs {	
	display:block;
	margin:0;
	padding:0;
	height: 57px;
	background: url('http://static.youmake.tv/images/header/tabs/bg.png') top left no-repeat;

}

#tabs  img {
	margin-top: 5px;
	float: left;
}

#tabs  a {
	display:block;
	float: left;
	text-decoration:none;
	color: #fff;
	font-family: Tahoma, Myriad, Arial;
	text-align: center;
	line-height: 31px;
	height: 34px;
	margin-top: 3px;
}

#tabs a.home {
	margin-left: 13px;
	margin-right: 8px;
	width: 50px;
}

#tabs a.home:hover, #tabs  a.home_active {
	margin-left: 13px;
	margin-right: 8px;
	background: url('http://static.youmake.tv/images/header/tabs/over.png') no-repeat;
	background-position: center 1px;
	width: 50px;
}

#tabs a.home_active {
	font-weight: bold;
}

#tabs a.videos {
	width: 60px;
}

#tabs a.videos:hover, #tabs a.videos_active {
	width: 60px;
	background: url('http://static.youmake.tv/images/header/tabs/over.png') no-repeat;
	background-position: center 1px;
}

#tabs a.videos_active {
	font-weight: bold;
}

#tabs a.premium {
	width: 70px;
}

#tabs a.premium:hover, #tabs a.premium_active {
	width: 70px;
	background: url('http://static.youmake.tv/images/header/tabs/over.png') no-repeat;
	background-position: center 1px;
}

#tabs a.premium_active {
	font-weight: bold;
}

#tabs a.channels {
	width: 70px;
}

#tabs a.channels:hover, #tabs  a.channels_active {
	width: 70px;
	background: url('http://static.youmake.tv/images/header/tabs/over.png') no-repeat;
	background-position: center 1px;
}

#tabs a.channels_active {
	font-weight: bold;
}

#tabs a.categories {
	width: 75px;
}

#tabs a.categories:hover, #tabs a.categories_active {
	width: 75px;
	background: url('http://static.youmake.tv/images/header/tabs/over.png') no-repeat;
	background-position: center 1px;
}

#tabs a.categories_active {
	font-weight: bold;
}

#tabs .navi {
	float: left;
	width:50%;
}

#tabs .search {
	float: left;
	width: 50%;
	text-align: right;
	height: 20px;
	margin-top: 9px;
	overflow: hidden;
}

#tabs #searchbox {
}

#tabs #searchbox div.searchfield {	
	float: left;	
}

#tabs #searchbox div.searchfield input {
	color: #004676;
	width: 187px;
	margin-left: 153px;
	border: 1px solid #3487b7;
	height: 20px;
}

#tabs #searchbox div.button {
	width: 56px;
	height: 20px;
	float: left;
	background: url('http://static.youmake.tv/images/header/tabs/search.png') no-repeat;
}

#tabs #searchbox div.button a { text-decoration: none; }

#tabs #searchbox div.button a {
	display: block;
	width: 100%;
	height: 100%;
}

/*
* Footer  
*/
#separator {
    width: 850px;
    height: 1px;
    background-color: #bdbdbd;
    margin: 10px 0;
}

#separator .left {
    width: 475px;
    float: left;
    text-align: left;
    margin-top: 5px;
}

#separator .right {
    width: 375px;
    float: left;
    text-align: right;
    margin-top: 5px;
}


/*
* Common stuff
*/

div.box {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

div.box div.tabs {
	margin:0;
	padding:0;
}

div.box div.tabs div.tab {	
	font-size: 12px;
	overflow:hidden;
	float: left;
	height: 20px;
}

div.box div.tabs span.left {
	display: block;
	float: left;
	background: url(http://static.youmake.tv/images/common/tab_corners.png) no-repeat;
	background-position: -10px 0px;
	width: 5px;
	height: 20px;
	overflow: hidden;
}

div.box div.tabs  span.right {
	display: block;
	float: left;
	background: url(http://static.youmake.tv/images/common/tab_corners.png) no-repeat;
	background-position: -15px 0px;
	width: 5px;
	height: 20px;
	margin-right: 5px;
	overflow: hidden;
}

div.box div.tabs  span.title {
	display:block;
	float:left;
	height: 20px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	background-color: #dde7c5;
	line-height: 20px;
	padding-left: 2px;
	font-size: 12px;
	padding-right: 2px;
}

div.box div.tabs  span.title a {
	color: #000;
	text-decoration: none;
}

div.box div.tabs .active span.left {
	background: url(http://static.youmake.tv/images/common/tab_corners.png) no-repeat;
	background-position: 0px 0px;	
}

div.box div.tabs  .active span.title {
	background: url(http://static.youmake.tv/images/common/tab_bg.png) repeat-x;
	color: #fff;
}

div.box div.tabs .active span.title a {
	color: #fff;
	text-decoration: none;
}

div.box div.tabs  .active span.right {
	background: url(http://static.youmake.tv/images/common/tab_corners.png) no-repeat;
	background-position: -5px 0px;
}

div.box div.content {
	border: 3px #dcdcdc solid;
	margin:0;
	padding:5px 5px 5px 5px;
}

div.box div.header {
	margin-bottom: 15px;
	text-align: center;
}

div.box div.header ul, li {
	list-style-type: none;
	margin:0;
	padding:0;
}

div.box div.header li {
	display: inline;
	margin-left: 5px;
}

div.box div.header li .active{
	font-weight: bold;
}

div.box div.footer {
	margin:0;
	padding:0;
	background: url(http://static.youmake.tv/images/common/box_gradient.png) repeat-x top left;
	margin: -0px -5px -5px -5px;
	height: 27px;
	text-align: center;
}

div.box div.footer ul, li {
	list-style-type: none;
	margin:0;
	padding:0;
}

div.box div.footer ul {
	display: block;
	padding-top: 6px;
}

div.box div.footer li {
	display: inline;
}

div.box div.footer li {
	margin-left: 5px;
}

div.box div.footer li .active{
	font-weight: bold;
}

div.box div.item {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	overflow:hidden;
}

div.box div.item div.image {
	display: block;
	width: 104px;
	margin-right: 5px;
	float:left;
}

div.box div.item div.image img {
	border:0;
}

div.box div.item div.middle {
	display: block;
	float:left;
	width:200px;
}

div.box div.item div.title a {
	color: #004676;
	font-size: 14px;
	text-decoration: none;
}

div.box div.item div.description {
	color: #000;
	font-size: 13px;
	margin-top: 7px;
}

div.box div.item div.views {
	margin-top: 3px;
}

div.box div.item div.from {
	margin-top: 3px;
}

div.stars {
	padding-top: 4px;
}

div.box div.item div.info {
	display: block;
	float:left;
}

div.box div.items div.info div {
	font-size: 11px;
}

div.box div.boxtitle {
	height: 17px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding-left: 10px;
    padding-top: 3px;
	background: url('http://static.youmake.tv/images/common/box_header_bg.gif') repeat-x;
	overflow: hidden;
	border-top: 2px solid #dcdcdc;
	border-left: 2px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
}

div.box div.boxtabs {
	height: 24px;
	color: #404040;
	font-size: 12px;
	font-weight:bold;
	padding-left: 10px;
	padding-top: 4px;
	background: url('http://static.youmake.tv/images/common/box_gradient.png') repeat-x;
	overflow: hidden;
}

div.box div.boxtabs a {
	text-decoration: none;
	font-size: 12px;
}

div.box div.boxtabs a.active {
	font-weight: bold;
}

div.box div.boxcontent {
	display: block;
	padding: 12px 12px 16px 12px;
	border: 2px solid #dcdcdc;
}

div.box div.box {
	border: 0px;

}

div.box div.box div.boxtitle {
	display:inline;
	background: none;
	margin:0;
	border:0;
	font-size: 12px;
	font-weight:  bold;
	color: #000;
	margin-top: 4px;
}

div.box div.box div.boxcontent {
	border: solid 1px #eaeaea;
	width: 90%;
	margin: 5px auto 0px auto;
	padding: 4px 4px 4px 4px;
}

div.box ul.boxlist {
	list-style: none;
	margin-left: -50px;
	margin-top: -10px;
	margin-bottom: -10px;
}

div.box ul.boxlist li {
	line-height: 1.3em;
}

div.box ul.boxlist li .prepend {
	float: left;
	width: 1em;
}

div.box ul.boxlist li a.active {
	font-weight: bold;
}

div.item div.image {
	float: left;
}

div.item div.infos {
	float: left;
	margin-left: 8px;
}



div.box a { font-weight: normal; }

#home, #browse, #search, #video, #channels, #upload, #plogin, #openid, #my, #form, #channel, #premium  {
	margin-top: 22px;
	margin-left: 4px;
}

#upload {
	margin-right: 15px;
}

.pager {
	text-align:right;
	width: 100%;
}

.pager ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pager  li {
	display: inline;
	list-style: none;
	padding: 0;
	margin-left: 0.3em;
}

.pager a.active {
	font-weight:  bold;
	color: #c00;
}





	

.sendForm {
}

.sendForm .title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.sendForm .emailRow {}

.sendForm .emailRow .caption {}

.sendForm .messageRow {}

.sendForm .messageRow .caption {}

.sendForm .buttonRow {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 4px;
}

/*
* Browse videos
*/

#browse #left {
	float: left;
	width: 170px;
}

#browse #middle {
	float: left;
	width: 660px;
	margin-left: 10px;
}

#browse #middle .headerleft {
	float: left;
	width: 40%;
}

#browse #middle .headerright {
	float: left;
	width: 60%;
	text-align: right;
	margin-top: 3px;
}

#browse #middle .headerright a.active {
    font-weight: bolder;
}

#browse #middle .pager {
	margin-bottom: 10px;
}

#browse div.item {
	float: left;
	width: 130px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #323232;
}

#browse .clear_browse {
	clear:both;
	height: 0px;
	width: 100%;
	line-height: 0;
	font-size: 0;
	height: 10px;
	border-top: 1px dotted #a2a2a2;
}

#browse div.item div.image {
	width: 100%;
	text-align:center;
}

#browse div.item div.image img {
	border: 1px solid #a0a0a0;
}

#browse div.item div.info {
	width: 100%;
	font-size: 11px;
}

#browse div.item div.info b {
	color: #7a7a7a;
	font-weight: normal;
}

#browse div.item div.info .duration {
	margin-bottom: 7px;
	font-weight: bold;
	color: #7a7a7a;
}

#browse .item .title a {
	text-decoration: none;
	font-weight: bold;
}

#browse .item .title a:hover {
	text-decoration: underline;
}


#browse .stars {
	height: 12px;
}


#overlay {
	display: none;
	position: absolute;
	background-color: white;
	border: 3px solid #dcdcdc;
	padding: 4px;
	z-index: 1000;
}

/*
* Channels
*/

#channels #left {
	float: left;
	width: 170px;
}

#channels #middle {
	float: left;
	margin-left: 10px;
	width: 660px;
}

#channels #right {
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}

#channels div.item {
	float: left;
	width: 130px;
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #323232;
}

#channels div.item div.image {
	width: 100%;
}

#channels div.item div.image img {
	border: 1px solid #a0a0a0;
}

#channels div.item div.info {
	width: 100%;
	font-size: 11px;
}

#channels div.item div.info b {
	color: #7a7a7a;
	font-weight: normal;
}

#channels div.item div.info .duration {
	margin-bottom: 7px;
	font-weight: bold;
	color: #7a7a7a;
}

#channels .item .title a {
	text-decoration: none;
	font-weight: bold;
}

#channels .item .title a:hover {
	text-decoration: underline;
}

#channels .pager {
	text-align:right;
	width: 100%;
}



/*
* Upload
*/ 


#upload #left {
	float: left;
	width: 840px;	
}

#upload #right {
	float: left;
	background-color: green;
	margin-left: 12px;
}

#upload .title {
	display: inline;
	color: #c00;
}

#upload .caption {
	font-weight: bold;	
}

#upload input {
	border: 1px solid #e0e0e0;
	color: #004676;
}

#upload .inputText {
	font-size: 1em;
	color: #004676;
	margin-bottom: 4px;
	width: 327px;
	border: 1px solid #e0e0e0;
}

#upload .select {
	font-size: 1em;
	color: #004676;
	margin-bottom: 4px;
	width: 330px;
	border: 1px solid #e0e0e0;
}

#upload td {
	font-size: 1em;
}

#upload #progress {
	margin-top: -17px;
	margin-left: -17px;
	font-size: 1em;
}

#upload #continue {
	margin-top: -14px;
	font-size: 1em;
}

#upload #continue input {
	font-size: 1em;
	color: #004676;
}

#plogin #left {
	float: left;
	width: 260px;
}

#plogin #left div.boxcontent {

}

#plogin #left input {
	border: 1px solid #e0e0e0;
	color: #004676;
}

#plogin #middle {
	float: left;
	margin-left: 15px;
	width: 565px;
}

#plogin #middle input {
	border: 1px solid #e0e0e0;
	color: #004676;
}

#plogin #right {
	float: left;
	margin-left: 16px;
}

#plogin td.caption {
	vertical-align: top;
}

#plogin td.field {
	vertical-align: middle;
}

/*
* Form
*/ 

#form {
    width: 845px;
    margin-left: 2px;
}

#form input, textarea {
    font-family: arial, verdana;
	border: 1px solid #e0e0e0;
	color: #004676;
}



/*
* My
*/ 

#my #left {
	float: left;
	width: 190px;
	margin-right: 15px;
}

#my #left .box .boxcontent input, textarea, select  {
    font-family: arial, verdana;
	border: 1px solid #e0e0e0;
	color: #004676;  
}



#my .pager {
	text-align:right;
	width: 100%;
}

#my .pager ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#my .pager  li {
	display: inline;
	list-style: none;
	padding: 0;
	margin-left: 0.3em;
}


#my #right {
	float: left;
	width: 635px;
}

#my div.item {
	margin-bottom: 6px;
	color: #323232;
	font-size: 12px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #bdbdbd;
	width: 98%;
}

#my div.item_last {
	border-bottom: none;
}

#my div.inactive {
    border: 1px solid #CC0000;
    margin-top: 10px;
}

#my div.item b {
	color: #7a7a7a;
	font-weight: normal;
}

#my div.item div.image {
	float: left;
	margin-right: 15px;
}

#my div.item div.image img {
	border: 1px solid #a0a0a0;
}

#my div.item div.info {
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-top: -1px;

}

#my div.title {
	padding:0;	
}

#my div.title a {
	text-decoration: none;
	font-weight: bold;
}

#my div.title a:hover {
	color: #000;
	text-decoration: underline;
}

#my div.duration {
	float: left;
	margin-left: 20px;
}

#my div.date {
	float:left;
}

#my div.description {
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 3px;
	width: 280px;
}

#my div.category {
	float: left;
}

#my div.category a:hover {
	color: #c00;
}

#my div.from {
	float: left;
	margin-left: 8px;
}

#my div.from a {
	color: #c00;
}

#my div.from a:hover {
	color: #c00;
}

#my div.item div.actions {
	float: left;
}

#my div.item div.status {
	margin-top: 6px;
	
	color: #c00;
	font-weight: bold;
}

#my div.mytitle {
	font-weight: bold;
	font-size: 14px;
	color: #034a7a;
	margin-bottom: 5px;
}

#my table.gray {
	background-color: #cdcdcd;
}

#my table.gray tr {
	background-color: #efefef;
}

#my table.gray td {
	width: 50%;
	vertical-align: top;
}

#my table.gray b {
	color: #656565;	
}

#my table.gray p {
	margin-left: 5px;
	margin-right: 10px;
	color: #404040;
}

#my table.gray .mouseover {
	background-color: #f9f9f9;
}

#my .explain {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

#my .text {
	color: #303030;;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	background-color: #f9f9f9;	
}

#my select {
	background-color: #f9f9f9;
	color: #303030;
}

#my td.caption {
	width: 100px;
}


#my a.active {
	font-weight: bold;
}

#my #appear_left {
	float: left;
	width: 50%;
}

#my #appear_right {
	float: left;
	width: 50%;
}


input.openid {
   background: url('http://static.youmake.tv/images/common/login-bg.gif') no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}

#openid #left {
	float: left;
	width: 760px;
}

#openid #left div.boxcontent {
	margin-top: 10px;
}

#openid #left input {
	border: 1px solid #e0e0e0;
	color: #c00;
}


#openid #right {
	float: left;
	margin-left: 16px;
}
#openid td.caption {
	vertical-align: top;
}

#openid td.field {
	vertical-align: middle;
}


/*
 * Channel
 */

/*
* Stuff on left side of the screen
*/

#channel #left { 
	float: left;
	width: 466px;
	margin-top: -1px;
	background-color: red;
}

#channel #player {
	width: 464px;
	height: 386px;
	margin-bottom: 5px;
	z-index: 1;
}

#channel #rating_text {
	font-size: 0.9em;
	margin-top: 2px;
}

#channel #rating {
	display: inline;
	margin-top: 1px;
	margin-left: 10px;
}

#channel #rating_votes {
	display: inline;

	margin-top: 2px; 
	font-size: 12px;
}

#channel #comments {
	width: 100%;
	margin-bottom: 10px;
}

#channel #comments_crumbs {
	width: 100%;
	text-align: center;
}

#channel #comments_result {
	height: 100%;
}

#channel #comments_form textarea {
	width: 98%;
	margin-bottom: 4px;
}

#channel #comments_form div.title {
	color: #303030;
	margin-bottom: 4px;
}

#channel #comments_form {
	margin-bottom: 5px;
	margin-top: -10px;
}

div[id=comments_form] {
	margin-top: 0px;
}

#channel #comments .boxcontent {
	margin: 0;
}

#channel #comments_result {
	margin-top: 5px;
	margin-left: 6px;
	margin-right: 10px;
}

#channel #comments #comments_result div.item {
	margin-bottom: 5px;
}

#channel #comments #comments_result div.comment {
	margin-left: 8px;
}

#channel #comments #comments_crumb {
	height: 1em;
}

#channel #comments #comments_result div.item {
	padding-bottom: 12px;
	font-size: 11px;
}

#channel #comments div.item div.title {
	display: block;
	width: 100%;
	height: 14px;
	background-color: #f0f0f0;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
	color: #303030;
}

#channel #comments div.item div.author {
	float: left;
	width: 50%;
}

#channel #comments div.item div.date {
	float: left;
	width: 50%;
	text-align:right;
}

#channel div#comments .active {
	font-weight: bold;
}



#channel #ratingContainer {
	float: left;
	
	width: 150px;
	overflow:hidden;
	font-size: 11px;
	padding-bottom: 20px;

}

#channel #ratingContainer #rating_votes {
	/*margin-top: 3px;*/
	width: 100%;
	margin-left: 25px;

	font-size: 11px;
}

#channel input {
	margin-bottom: 10px;
}

#channel #ratingConteiner #rating_text {
	padding-top: 5px;
}

#channel #toolsContainer {
	float: left;
	margin-right: 4px;
	margin-top: 5px;	
	margin-bottom: 5px;
}

#channel #toolsContainer .line .image {
	float: left;
}

#channel #toolsContainer .line .text {
	float: left;
	margin-top: 3px;
	margin-left: 4px;
}

#channel #toolsContainer .column {
	float: left;
	width: 150px;

}

#channel #toolsContainer .line {
	font-size: 11px;
	height: 18px;
	margin-bottom: 2px;
}

#channel #toolsContainer .line a {
	color: #404040;
	text-decoration: none;
}

#channel #toolsContainer .line a:hover {
	color: #c00;
	text-decoration: underline;
}

/*
* Middle Part
*/

#channel #middle {
	float: left;
	width: 315px;
	margin-left: 12px;

	height: 100%;
}

#channel #middle div.title {
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}

#channel #middle div.boxcontent {
	color: #676767;
}

#channel #middle div.boxcontent b {
	color: #404040;
	font-weight: normal;
}

#channel #middle div.boxcontent {
	margin: 0 0 0 0;
}

#channel #middle div.description {
	margin-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
}

#channel #middle div.category {
	font-size: 11px;
	margin-bottom: 2px;
}

#channel #middle div.tags {
	font-size: 11px;
	margin-bottom: 2px;
}

#channel #middle div.date {
	font-size: 11px;
	margin-bottom: 7px;
}

#channel #middle div.owner {
	font-size: 11px;
	margin-bottom: 2px;
}

#channel #middle div.duration {
	font-size: 11px;	
	margin-bottom: 6px;
}

#channel #middle div.from {
	float: left;
	width: 50%;
	font-size: 11px;
}

#channel #middle div.views {
	float: left;
	width: 50%;
	font-size: 11px;
}

#channel #middle #videotags a {
	text-decoration: none;
}

#channel #middle #more_crumbs {
	text-align: center;
	margin-bottom: 15px;
}

#channel #middle #more_crumbs a.active {
	font-weight: bold;
}

#channel #middle #more_results div.item {
	margin-bottom: 10px;
}

#channel #middle #more_results div.item div.image {
	float: left;
	width: 80px;
}

#channel #middle #more_results div.item div.image img {
	border: 0;
	width: 80px;
}

#channel #middle #more_results div.item div.info {
	float: left;
	margin-left: 5px;
	width: 210px;
}
#channel #middle #more_results div.item div.info .date {
	margin: 1px 0;
}
	
#channel #right {
	float: left;
	padding-top: 20px;
	font-size: 11px;
	margin-left: 8px;	
}

.sendForm {
}

.sendForm .title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.sendForm .emailRow {}

.sendForm .emailRow .caption {}

.sendForm .messageRow {}

.sendForm .messageRow .caption {}

.sendForm .buttonRow {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 4px;
}
  