* 
{
	margin:0px;
	padding:0px;
}

.hidden { display:none; }
.nowrap { white-space:nowrap; }
.red { color:#ee3224; }
.purple { color:#af87b3;}
b { font-weight:bold; }
.right { float:right; }
.clear { clear:both; }
.visible { visibility:visible !important; }
.signacolumnbold,#menu li a,#bottom { font-family:"SignaColumn-Bold",arial,verdana,sans-serif; }
.sigcolbook { font-family:"SignaColumn-Book",arial,verdana,sans-serif; }
.sigcolblack { font-family:"SignaColumn-Black",arial,verdana,sans-serif; }
.sigcollight { font-family:"SignaColumn-Light",arial,verdana,sans-serif; }

body
{
	font-size:80%;
	background-image:url("imgs/dotPattern.gif");
	background-position:bottom left;
	background-repeat:repeat;
	color:#000000;
	font-family:arial,verdana,sans-serif;
}


p.more-margin {
	margin-bottom: 1em;
	}

img
{
	border:0px none;
}

#wrapper
{
	overflow:hidden;
	background-color:#FFFFFF;
	width:100%;
	min-width:1050px;
}

#top
{
	border-top:5px solid #ee3224;
	padding:0px 0px 9px 0px;
	background-color:#FFFFFF;
	background-image:url("imgs/topFade.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	overflow:hidden;
}

#top div.pattern
{
	background-image:url("imgs/dotPattern.gif");
	background-position:top left;
	background-repeat:repeat-x;
	overflow:hidden;
	border-bottom:8px solid #af87b3;
}

#top .constantwidth
{
	width:1000px;
}

#logo
{
	float:left;
}

#menu
{
	list-style:none;
	overflow:hidden;
	margin:33px 0px 0px 10px;
	float:left;
	
}

#menu li
{
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top right;
	padding:0px 0px 0px 0px;
}
#menu li a
{
	display:block;
	float:left;
	height:44px;
	oveflow:hidden;
}



/* old menu
#menu
{
	list-style:none;
	overflow:hidden;
	margin:31px 0px 0px 10px;
	float:left;
	
}

#menu li
{
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url("imgs/m-r.gif");
	margin:0px 0px 0px -20px;
	padding:0px 0px 0px 0px;
}

#menu li.first { margin-left:0px; }

#menu li span.bg
{

	float:left;
	margin:0px 13px -2px 0px;
	padding:10px 10px 4px 38px;
	background-image:url("imgs/m-l.png");
	background-position:top left;
	background-repeat:no-repeat;
	display:inline-block;
	overflow:hidden;
	height:32px;
	text-align:center;
}

#menu li.sel
{
	background-image:url("imgs/m-r-s.gif");
	background-position:top right;
}

#menu li.sel span.bg
{
	background-image:url("imgs/m-l-s.png");
}

#menu li a
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:0.87em;
	display:block;
	line-height:1.1em;
}
*/
#content
{
	overflow:hidden;
	float:left;
	width:1050px;
	/*background-color:#FFFFFF;*/
}

#bottom
{
	clear:both;
	overflow:hidden;
	color:#e30f19;
	background-image:url("imgs/bottomPattern.gif");
	background-repeat:repeat-x;
	background-position:top left;
	padding:95px 0px 10px 0px;
	font-size:0.85em;
	font-weight:bold;
}

#bottom .minwidth
{
	overflow:hidden;
	min-width:1000px;
}

#bottom a { color:#e30f19; text-decoration:none; }

#bottom ul
{
	overflow:hidden;
	list-style:none;
	width:470px;
	margin-left: 10px;
}

#bottom ul li
{
	float:left;
	display:block;
	padding:0px 10px 5px 10px;
	border-left:1px solid #e30f19;
	overflow:hidden;
}

#bottom ul li.first { border:0px none; }

#bottom a.copyright
{
	color:#a29ca3;
	margin-right:10px;
	display:block;
	padding:3px 0px 0px 20px;
}

.SplashIntro
{
	font-weight:bold;
	width:600px;
	margin:0px auto 0px auto;
	padding:80px 0px 50px 0px;
	text-align:center;
	overflow:hidden;
}

.SplashIntro h1
{
	font-weight:bold;
	font-size:2.2em;
}

.SplashIntro a
{
	font-weight:bold;
	display:inline-block;
	padding:0px 0px 0px 0px;
	margin:20px 20px 0px 10px;
	text-decoration:none;
	text-align:center;
	width:220px;
	float:left;
	font-size:0.9em;
}

.SplashIntro a img
{
	display:block;
	width:145px;
	height:85px;
	margin:0px auto 10px auto;
	background-image:url("imgs/buttonSprite.jpg");
	background-repeat:no-repeat;
}

/* 40% smaller than original size

.SplashIntro a
{
	font-weight:bold;
	display:block;
	padding:0px 0px 0px 0px;
	margin:20px 20px 0px 10px;
	text-decoration:none;
	text-align:center;
	width:220px;
	float:left;
	font-size:0.9em;
}

.SplashIntro a img
{
	display:block;
	width:145px;
	height:104px;
	margin:0px auto 10px auto;
	background-image:url("imgs/buttonSprite.jpg");
	background-repeat:no-repeat;
}
*/

.SplashIntro a.redbtn { color:#ee3224; margin-left:70px;}
.SplashIntro a.purplebtn { color:#6e1873; }
.SplashIntro a.redbtn img { background-position:0px 0px; }
.SplashIntro a.purplebtn img { background-position:-145px 0px; }
.SplashIntro a.redbtn:hover img { background-position:0px -104px; }
.SplashIntro a.purplebtn:hover img { background-position:-145px -104px; }

.SplashIntro h1
{
	letter-spacing:-1px;
}

.SplashIntro h2
{
	font-size:1.2em;
	letter-spacing:-1px;
}

#content .colcontainer
{
	overflow:hidden;
	float:left;
	width:1100px;
}

.leftcol
{
	display:inline;
	width:476px;
	margin:0px 40px 0px 164px;
	padding:20px 0px 20px 0px; 
	float:left;
}

.tidningcol
{
	width:550px !important;
}

.wideleftcol
{
	width:600px !important;
}

.wideleftcol2 {
	width: 540px !important;	
}

.widerleftcol
{
	width:800px !important;
}

.rightcol
{
	float:left;
	width:245px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
}

.leftcol h1
{
	margin:0px 0px 5px 10px;
	font-weight:bold;
	font-size:2.0em;
}

.leftcol h2
{
	margin:0px 0px 5px 10px;
	font-size:1.5em;
	font-weight:bold;
}

.leftcol h3
{
	margin:0px 0px 5px 10px;
}

.leftcol h1.sigcolbold,
.leftcol h2.sigcolbold,
.leftcol h3.sigcolbold
{
	letter-spacing:-1px;
}

.flashContainer
{
	margin:30px 0px 20px 0px;
}

.leftcol .textcontent
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
	padding-bottom:10px;
	font-size:0.9em;
	line-height:1.5em;
}

.leftcol .textcontent a
{
	color:#ee3224;
}

.leftcol .textcontent h1,
.leftcol .textcontent h2,
.leftcol .textcontent h3
{
	margin-left:0px;
}

.leftcol .textcontent h3
{
	font-size:1.1em;
}

.rightcol .box
{
	width:236px;
	background-image:url("imgs/rightcolsprite.png");
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
}

.rightcol .box .bottom
{
	background-image:url("imgs/rightcolsprite.png");
	font-size:1px;
	width:236px;
	height:10px;
}

.rightcol .box a
{
	color:#FFFFFF;
	text-decoration:none;
}

.rightcol .box1 a
{
	color:#ee3527;
}

.rightcol .wrap
{
	padding:16px 10px 8px 20px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.box1 { background-position:0px -10px; font-size:1.0em; }
.box1 .bottom { background-position:0px 0px; }
.box2 { background-position:-236px -10px; }
.box2 .bottom { background-position:-236px 0px; }
.box3 { background-position:-472px -10px; }
.box3 .bottom { background-position:-472px 0px; }

.box1 .large { font-size:1.4em;font-weight:bold;display:block;margin:5px 0px 5px 0px;}
.box1 .small { font-size:0.95em;display:block;}

.box1 .medium { font-size:1.3em;font-weight:bold;display:block;margin:5px 0px 5px 0px;}

.rightcol .boxtidning { line-height:1.4em;padding-bottom:15px !important; }

.rightcol .box2 .wrap { color:#FFFFFF; padding:27px 10px 17px 20px; }
.rightcol .box3 .wrap { color:#FFFFFF; padding:10px 10px 10px 20px; }
.box3 .large { font-size:1.8em; display:block; margin:0px 0px 5px 0px;}
.rightcol .box3 .smaller { font-size:0.85em; }
.rightcol .smartalankar .sigcolblack { margin-top:5px;margin-bottom:10px; }
.rightcol .smartalankar a span { margin-top:7px; }

.rightcol .arrowwrapred
{
	background-image:url("imgs/arrowred.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}

.rightcol .arrowwrappurple
{
	background-image:url("imgs/arrowpurple.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}

.wrap img.arrow
{
	float:right;
}

#paperform
{
	overflow:hidden;
	margin:20px 0px 0px 10px;
}

#paperform fieldset
{
	border:0px none;
	overflow:hidden;
	margin-bottom:20px;
	clear:both;
}

#paperform .papers .col
{
	float:left;
	width:130px;
	margin-right:30px;
}

#paperform .papers img
{
	float:left;
	margin-bottom:10px;
	
}

#paperform .papers label
{
	display:block;
	clear:both;
	margin-right:5px;
	float:left;
}


#paperform .papers input
{
	float:left;
}

#paperform .personalinfo label
{
	display:inline-block;
	width:105px;
	margin-bottom:7px;
}

#paperform .personalinfo label .small
{
	font-size:0.7em;
}


#paperform .personalinfo input
{
	width:200px;
	margin-bottom:7px;
	border:1px solid #000000;
	color:#e30f19;
}

#paperform #personnr
{
	position:relative;
	top:-8px;
}

/*#paperform .personalinfo br { clear:both; }*/

#paperform #submit
{
	border:0px none;
}

#paperform #error
{
	visibility:hidden;
	color:#FF0000;
}

/*#topp15 b
{
	display:block;
	width:70px;
	float:left;
	margin-bottom:3px;
}*/

#topp15 .r
{
	color:#ee3224;
}

#topp15 span
{
	margin-bottom:3px;
}

#topp15 br { clear:both; }

.textcontent .fordelar
{
	width:450px;
	margin-top:-25px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url("imgs/fordelarSprite.png");
}

.textcontent .fordelar2
{
	background-position:-450px 0px;
}

.textcontent .fordelar3
{
	background-position:-900px 0px;
}

.textcontent .fordelar h3
{
	padding:52px 0px 0px 15px;
	color:#FFFFFF;
}

.textcontent .fordelar .text
{
	width:310px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 15px;
	position:relative;
	z-index:2;
}
.textcontent .small
{
	font-size:0.75em;
}

#kommunform 
{
	margin-top:10px;
}

#kommunform fieldset
{
	border:0px none;
}

#kommunform #kommun
{
	
}

#opacitylyr
{
	width:100%;
	height:700px;
	background-image:url(imgs/screenshot.jpg);
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

#snurra
{
	margin:100px 0px 0px 140px;
	position:relative;
	width:697px;
	height:420px;
	overflow:hidden;
}


#blankettbild
{
	position:absolute;
	z-index:2;
}

#blankettdummy
{
	width:1px;
	height:834px;
}

#homelink
{
	font-size:0.9em;
	position:absolute;
	display:block;
	left:10px;
	text-decoration:none;
}

#generationsbanner
{
	/* margin-top:570px; */
}



.important {
	color: #E30F19;
	}
	
.blankett {
	background: url( 'imgs/hamtablankett.png' ) no-repeat;
	width: 480px;
	height: 66px;
	padding-top: 10px;
	position: relative;
	margin-left: -10px;
	}
	
	.blankett p {
		color: #fff;
		margin: 5px 0 0 20px;
		}
		
	.blankett p a {
		color: #fff !important;
		text-decoration: none;
		}
		
	.blankett p a.hamta {
		width: 161px;
		height: 48px;
		overflow: none;
		text-indent: -10000px;
		letter-spacing: -10000px;
		top: 15px;
		right: 15px;
		position: absolute;
		background: url( 'imgs/hamtablankett_knapp.png' ) no-repeat;
		}


strong.red {
	color: #ee3224;
	}


/* !My code */

div#youtube {
	font-family: 'Verdana', Sans-Serif;
	}

div.popup-youtube {
	font-family: "Verdana", Sans-Serif;
}

div#youtube #price {
	float: right;
	margin: 0 40px 0 0;
}

div#youtube h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
	float: left;
	clear: left;
	font-family: "Trebuchet MS", "Verdana", Sans-Serif;
}

div#youtube p {
	font-size: 0.9em;
	float: left;
	margin: 0 0 40px 10px
	}

div#youtube p#push {
	width: 520px;
	}

div#youtube #toplist {
	width: 84px;
	height: 60px;
	text-indent: -10000px;
	margin-right: 20px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url( 'youtube/templates/img-youtube/toplist.png' ) no-repeat;
}

div#youtube #latest {
	width: 126px;
	height: 60px;
	text-indent: -10000px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	background: url( 'youtube/templates/img-youtube/latest.png' ) no-repeat;
}

div#youtube #send {
	width: 131px;
	height: 60px;
	text-indent: -10000px;
	float: left;
	overflow: hidden;
	background: url( 'youtube/templates/img-youtube/send.png' ) no-repeat;
}

div#youtube #back {
	width: 156px;
	height: 60px;
	text-indent: -10000px;
	float: left;
	overflow: hidden;
	background: url( 'youtube/templates/img-youtube/back.png' ) no-repeat;	
	}

div.popup-youtube img {
	clear: both;
	float: left;
	margin: 10px 0 20px;
}

div.popup-youtube .youtube-vote img {
	margin: 0;
	}

div.popup-youtube h4 {
	color: #ee3224;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 15px;
}

div.popup-youtube p {
	font-size: 9px;
}

div.popup-youtube a.youtube {
	width: 156px;
	height: 60px;
	text-indent: -10000px;
	float: left;
	clear: both;
	overflow: hidden;
	background: url( 'youtube/templates/img-youtube/vote.png' ) no-repeat;	
	}

div#youbute a img, div#youtuve a {
	border: none;
	text-decoration: none;
	}

div.popup-youtube object {
	float: left;
	}

div.popup-youtube div#meta, div.popup-youtube div#tip {
	float: left;
	padding:0 20px 20px;
	width:140px;
	}

div.popup-youtube div#tip a {
	display: block;
	}


div.popup-youtube a#email, div.popup-youtube a#twitter, div.popup-youtube a#facebook {
	padding-left: 20px;
	margin-top: 5px;
	line-height: 16px;
	text-decoration: none;
	color: #000;
	font-size: 9px;
	font-family: Verdana;
	}

div.popup-youtube a#email {
	background: url( 'youtube/templates/img-youtube/mail.png' ) no-repeat;
	}
div.popup-youtube a#twitter {
	background: url( 'youtube/templates/img-youtube/twitter.png' ) no-repeat;
	}
div.popup-youtube a#facebook {
	background: url( 'youtube/templates/img-youtube/facebook.png' ) no-repeat;
	}


div#youtube #pagination {
	text-align: center;
	}
	
	div#youtube #pagination li {
		display: inline;
		width: auto;
		float: none;
		}
	
		div#youtube #pagination li a {
			color: #e7a614;
			text-decoration: none;
			}

div#youtube h2 {
	float: left;
	clear: both;
}


div#youtube form {
	float: left;
	clear: left;
	}
	
div#youtube form fieldset {
	margin: 0;
	width: 304px;
	height: 396px;
	padding: 40px 20px 20px;
	background: url( 'youtube/templates/img-youtube/form.png' ) no-repeat;
	}
	
	div#youtube form h2 {
		margin-left: 15px;
		float: none;
		}

	div#youtube fieldset {
		border: none;
		margin: 30px;
		}
		
	div#youtube label, div#youtube input {
		display: block;
		color: #fff;
		font-family: Verdana;
		font-size: 12px;
		}
		
		div#youtube label a {
			font-weight: bold;
			color: #fff;
		}
	
	div#youtube input {
		color: #000;
		border: 1px solid black;
		width: 287px;
		margin: 2px 0 8px;
		}

	div#youtube input.check {
		width: auto;
		float: left;
		clear: both;
		border: none;
		margin-right: 5px;
		}
		
	div#youtube form p {
		font-size: 8px;
		font-weight: bold;
		color: #fff;
		margin: 5px 0;
		}
		
	div#youtube .opt {
		font-size: 8px;
		float: left;
		line-height: 17px;
		}

	div#youtube input.submit {
		width: 165px;
		height: 70px;
		margin-top: 10px;
		float: right;
		text-indent: -1000px;
		overflow: hidden;
		border: none;
		letter-spacing: 100000px;
		background: url( 'youtube/templates/img-youtube/send.jpg' ) no-repeat;
		}
		
	div#youtube small {
		color: #fff;
		float: left;
		margin-top: 50px;
		}

div#youtube #info {
	width: 340px;
	padding: 0 0 0 30px;
	margin: 40px 30px 0 0;
	float: right;
	border-left: 1px solid black;
	}
	
	div#youtube #info h3 {
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		}
		
	div#youtube #info p strong {
		display: block;
		}
		
	div#youtube #info img {
		margin: 0 0 20px;
	}
	
div#youtube #links {
	display: block;
	list-style: none;
	clear: both;
	}

	div#youtube #links li {
		float: left;
		}

div#youtube ul#movies {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	list-style: none;
	clear: both;
	}

	div#youtube ul#movies li {
		float: left;
		width: 160px;
		height: 180px;
		}
		
		div#youtube ul#movies li a img {
			width: 130px;
			height: 97px;
			}
		
		div#youtube ul#movies li a {
			text-decoration: none;
			border: none;
		}
		
		div#youtube ul#movies li a span {
				color: #ee3224;
				font-size: 11px;
				text-decoration: none;
				font-weight: bold;
				display: block;
			}

		div#youtube ul#movies li .stars {
			margin: 5px 0;
		}

td {
	width: 150px;
	/*border: 1px solid black;*/
}

/* !Fancybox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('youtube/templates/img-youtube/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('youtube/templates/img-youtube/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('youtube/templates/img-youtube/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('youtube/templates/img-youtube/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('youtube/templates/img-youtube/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('youtube/templates/youtube/templates/img-youtube/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('youtube/templates/img-youtube/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('youtube/templates/img-youtube/fancy_title_right.png') repeat-x;
}