/* General */
body {
	background-color: #33373e;
	background-image: url('/static/images/body-background.png');
	background-repeat: repeat-x;
	overflow-y: hidden;
	height: 100%;
}

html {
	overflow-y: scroll;
}

html, body {
	margin: 0px;
	padding: 0px;
}

textarea {
	width: 350px;
	height: 200px;
	font: normal 11px 'Lucida Grande', Verdana;
	padding: 3px;
}

table.padding-table td {
	padding: 7px;
}

table.padding-table thead td {
	border-bottom: 1px solid #d8d9da;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.margin-auto {
	margin: auto;
	display: block;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.smallblue {
	color: #5c7cb5;
	font-size: 10px;
}

.smallbold {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
}

.strong {
	font-weight: Bold;
	color: black;
}

.fPlayer {
	width: 650px;
	margin: auto;
}

a {
	color: #595b75;
}

a:hover {
	text-decoration: none;
}

h1 {
	font: normal 24px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #595b75;
	line-height: 24px;
	margin-bottom: 0px;
}

h3 {
	font: normal 15px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #595b75;
	line-height: 15px;
}

strong {
	font-weight: bold;
}

.inner-content {
	font: normal 14px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #595b75;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center;
}

.clearfix { overflow: hidden; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.width-300 { width: 300px; }
.margin-top { margin-top: 50px; }
.padding-top { padding-top: 10px; }
.center { text-align: center; }


/* Main Container */

.main-container {
	margin: auto;
	width: 980px;
}

.main-container .header {
	width: 980px;
	height: 106px;
}

.header .logo {
	margin-top: 20px;
	float: left;
}

.main-left {
	width: 660px;
	float: left;
}

.main-right {
	width: 250;
	float: right;
}


/* Navigation */
.header .navi {
	float: left;
	height: 31px;
	margin-top: 75px;
	margin-left: 30px;
}

.header .navi ul li {
	background-image: url('/static/images/navi-normal-left.png');
	float: left;
	margin-left: 5px;
	padding-left: 6px;
}

.navi ul li .left, .navi ul li .right, .navi ul li .label {
	display: block;
	float: left;
}

.navi ul li .label {
	height: 31px;
	background-color: #2e3138;
	font: normal 11px helvetica,arial,sans-serif;
	text-transform: uppercase;
	border-bottom: 2px solid #26292e;
	line-height: 11px;
}

.header .link {
	float: right;
	text-align: left;
	width: 180px;
	font: normal 13px helvetica, arial, sans-serif;
	color: white;
	padding-top: 85px;
}

.header .link a {
	color: white;
}

.navi ul li .label a:hover {
	color: #9d9d9d;
}

.navi ul li.active .label {
	background-image: url('/static/images/navi-active-background.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #1f2126;
	border: none;
	height: 33px;
}

.navi ul li .label a {
	color: #545a66;
	text-decoration: none;
	padding: 12px 16px 0px 10px;
	height: 23px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('/static/images/navi-normal-right.png');
}

.navi ul li.active {
	background-image: url('/static/images/navi-active-left.png');
}

.navi ul li.active a {
	color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('/static/images/navi-active-right.png');
}

/* Content */
.main-container .content {
	background-image: url('/static/images/content-background.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 25px;
	font: normal 13px 'Myriad Pro',helvetica,arial,sans-serif;
}

.content .advertisement {
	width: 728px;
	height: 90px;
	margin: auto;
	margin-bottom: 15px;
}

.content .advertisement_text {
	font: normal 10px Verdana;
	color: gray;
	text-transform: uppercase;
}

/* Options */

.option {
	display: none;
}

.option .option-label, .option .option-form {
	padding: 10px 0px 10px 0px;
}

.option:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden
}

.option-label {
	float: left;
	width: 100px;
	margin-top: 5px;
}

.option-form {
	float: left;
}

.option-value {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	font: normal 11px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #878787;
}

.option-checkbox {
  float: left;
  margin-left: 20px;
}

.option-checkbox input {
  margin-top: 15px;
  float: left;
}

.option-checkbox span {
  float: left;
  margin-top: 13px;
  margin-left: 5px;
}

/* Steps */
.step {
	height: 38px;
	background-image: url('/static/images/step-background.png');
	margin-bottom: 5px;
}

.step-image {
	float: left;
	height: 38px;
	width: 38px;
}

.step-text {
	float: left;
	font: normal 14px helvetica, arial, sans-serif;
	color: #595b5f;
	padding-top: 14px;
	padding-left: 10px;
	line-height: 13px;
}

.step-text .light {
	color: #9d9d9d;
}

.step-right {
	background-image: url('/static/images/step-right.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 110px;
	height: 38px;
	float: right;
}

.step-right a {
	text-decoration: none;
	font: normal 12px 'Myriad Pro',helvetica, arial, sans-serif;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
	color: #a5a7aa;
	height: 25px;
	display: block;
	padding-top: 13px;
	margin-right: 10px;
	cursor: pointer;
}

.step-right a.help {
	background-image: url('/static/images/help.png');
	padding-left: 20px;
}

.step-right a.inactive {
	background-image: url('/static/images/trigger-inactive.png');
}

.step-right a.active {
	background-image: url('/static/images/trigger-active.png');
}

.step-1 {
	background-image: url('/static/images/step-1.png');
}

.step-2 {
	background-image: url('/static/images/step-2.png');
}

.step-content {
	font: normal 13px helvetica, arial, sans-serif;
	color: #595b5f;
	padding: 10px 0 0 30px;
	margin-bottom: 15px;
}

span.light, div.light {
	color: #535353;
	display: inline;
}

td.light {
	color: #9d9d9d;
}

/* Form elements */
input.styled-input {
	height: 14px;
	background-image: url('/static/images/input-background.png');
	background-repeat: repeat-x;
	font: normal 10px Verdana;
	color: white;
	padding: 5px;
	border: 2px solid #dedfe0;
	width: 500px;
	margin-left: 20px;
}

form ul.formfields li {
	margin-bottom: 3px;
}

select {
	background-color: #ffffff;
	font: normal 10px Verdana;
	color: #595b5f;
	padding: 3px;
	border: 1px solid #dedfe0;
	width: 250px;
	cursor: pointer;
}

select.light {
	width: 100px;
}

.form-caption {
	display: block;
	float: left;
	width: 150px;
	font: normal 12px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #595b75;
}

.overflow-visible {
	overflow: visible;
}

/* Buttons */
.button {
	display: inline-block;
	display: -moz-inline-stack;
	background-image: url('/static/images/button.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 29px;
	padding-left: 15px;
	cursor: pointer;
	text-align: center;
}

.button input, .button a {
	height: 29px;
	border-width: 0px;
	background-image: url('/static/images/button.png');
	background-position: top right;
	padding-right: 25px;
	padding-left: 15px;
	font: normal 12px 'Myriad Pro',helvetica,arial,sans-serif;
	color: white;
	cursor: pointer;
	line-height: 12px;
	display: block;
}

.button a {
	height: 20px;
	padding-top: 9px;
	text-decoration: none;
}

.button:hover {
	background-position: 0 -29px;
}

.button:hover input, .button:hover a {
	background-position: 100% -29px;
}

.add-link {
	float: right;
	padding-top: 5px;
}

.add-link {
	cursor: pointer;
}

ul.link-list li {
	display: none;
}

ul.link-list li img {
	float: right;
	padding-top: 5px;
}

ul.link-list li {
	margin-top: 2px;
}

ul.link-list li div {
	background-color: #f2f2f2;
	margin-left: 96px;
	padding: 5px;
	font: normal 11px Verdana;
	width: 500px;
}

div.rules {
	font: normal 12px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #595b5f;
	margin-right: 15px;
	padding-top: 3px;
	line-height: 18px;
	text-align: right;
	width: 300px;
}

div.rules-container {
	height: 30px;
}

div.rules:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden
}

div.rules input {
	margin-right: 5px;
	float: right;
	cursor: pointer;
}

div.rules .rules_text {
	float: right;
}

#format {
	display:block;
}

/* Footer */
.main-container .footer {
	height: 23px;
	background-image: url('/static/images/footer-background.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	font: normal 10px Verdana;
	color: #5b5e62;
	padding: 14px 10px 0px 10px;
}

.footer #language {
	float: right;
	font: normal 10px Verdana;
	color: #868889;
	text-align: right;
}

.footer #language #language-label {
	float: left;
}

.footer #language #language-list {
	float: left;
	margin-left: 10px;
	padding-top: 2px;
}

/* Progress bar */
div.bar, div.content-container {
	width: 456px;
	margin: auto;
	font: normal 13px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #33373e;
}

div.content-container {
	width: 600px;
}

div.done-preview {
	position: relative;
	width: 90px;
	margin-right: 15px;
}

table.done-preview td {
	padding: 5px;
}

div.done-duration {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	font: normal 10px Verdana;
	padding: 4px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: white;
}

div.bar div.bar-heading, div.content-container div.heading, div.heading {
	font: normal 14px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #33373e;
	margin-bottom: 2px;
}

div.bar div.bar-status {
	font: normal 11px 'Myriad Pro',helvetica,arial,sans-serif;
	margin-left: 3px;
}

div.bar div.bar-bar {
	padding: 2px;
	width: 456px;
	height: 26px;
	background-image: url('/static/images/progressbar-background.png');
	background-repeat: no-repeat;
	position: relative;
}

div.bar div.bar-bar div.bar-active {
	height: 22px;
	width: 0px;
	background-image: url('/static/images/progressbar-active.png');
	background-repeat: repeat-x;
}

div.bar div.bar-label {
	background-image: url('/static/images/progressbar-label-background.png');
	width: 50px;
	height: 13px;
	text-align: center;
	font: Normal 12px 'Myriad Pro',helvetica,arial,sans-serif;
	color: white;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -25px;
	padding-top: 2px;
}

div.active-bar div.bar-active-headline {
	background-image: url('/static/images/loading-headline.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
}

div.inactive-bar { opacity: 0.5; -moz-opacity:0.5; }

.video-thumb {
	float: left;
	border: 3px solid #cdcecf;
	margin-right: 10px;
}

.video-thumb:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.tickets-timeline {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #d9d9d9;
	padding: 1px;
	padding-bottom: 0px;
	display:none;
}

.tickets-timeline div.timeline {
	position:relative;
}

.tooltip { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
	background-image:url('/static/images/tooltip.png');
	width: 159px;
	height: 48px;
	padding: 5px;
	padding-left: 8px;
	font: normal 9px 'Verdana';
	color: #595b75;
	line-height: 14px;
}

.tickets-timeline div a {
	height: 16px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}

.tickets-timeline div a.ticket-timeline-pending {
	background-color: #bbbbbb;
}
.tickets-timeline div a.ticket-timeline-downloading {
	background-color: #595fe2;
}
.tickets-timeline div a.ticket-timeline-downloaded {
	background-color: #9698c4;
}
.tickets-timeline div a.ticket-timeline-converting {
	background-color: #e14747;
}
.tickets-timeline div a.ticket-timeline-converted {
	background-color: #da8282;
}
.tickets-timeline div a.ticket-timeline-done {
	background-color: #6ce259;
}

.tickets-timeline div a {
	display: block;
	height: 16px;
}

/* Blog */
.blog-commentslink {
	font: normal 10px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #7e809a;
	padding-left: 16px;
	background-image: url('/static/images/comments.png');
	background-repeat: no-repeat;
	background-position: 2px;
}

.blog-commentslink:hover {
	color: #595b75;
	text-decoration: none;
}

.comments {
	width: 600px;
	margin-bottom: 10px;
}

.comment-heading {
	font: normal 14px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #7e809a;
	background-image: url('/static/images/comment_top.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 8px;
}

.comment-heading .strong {
	color: #595b75;
	font-weight: bolder;
}

.comment-content {
	padding: 10px;
	padding-top: 11px;
	border: 1px solid #ddd6e0;
	border-top: none;
	margin-bottom: 20px;
	font: normal 13px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #595b75;
}

.blog-author {
	color: #a6a8bd;
	font: normal 12px 'Myriad Pro',helvetica,arial,sans-serif;
	margin-bottom: 15px;
	display: block;
}

.blog-side-info {
	float: right;
	padding-top: 15px;
}

.blog-category a {
	text-transform: uppercase;
	font: bold 10px "Lucida Grande",arial,helvetica,verdana,sans-serif;
	color: #a6a8bd;
	text-decoration: none;
}

.blog-category a:hover {
	color: #7e809a;
}

img.blog-image {
	margin: 10px;
}

.blog-ad {
	width: 468px;
	margin: 15px auto 15px auto;
}

.blog-comment-heading {
	margin-bottom: 15px;
}

.read-more a {
	display: block;
	width: 89px;
	height: 17px;
	background-image: url('/static/images/read-more-button.png');
	font: normal 9px Verdana;
	color: white;
	text-decoration: none;
	padding: 5px 0px 0px 23px;
}

.blog-entry h1 {
	font-size: 18px;
}

.blog-entry img {
	border: 1px solid #efefef;
}

.blog-text {
	margin-bottom: 15px;
	font: normal 12px "Lucida Grande",arial,helvetica,verdana,sans-serif;
	line-height: 18px;
	color: #5f617d;
}

.blog-entry {
	padding-bottom: 15px;
	border-bottom: 1px solid #cacce5;
	margin-bottom: 15px;
}

ul.blog-tags {
	display: inline-block;
}

ul.blog-tags li {
	float: left;
	background-image: url('/static/images/tag-left.png');
	background-repeat: no-repeat;
	background-color: #ebebeb;
	margin-right: 4px;
}

ul.blog-tags li a {
	background-image: url('/static/images/tag-right.png');
	background-repeat: no-repeat;
	background-position: top right;
	font: normal 10px "Lucida Grande",arial,helvetica,verdana,sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	color: #6b6b6b;
}

/* Slider styling */
.slider { width:250px; margin-top: 10px; }
.slider-inactive { opacity: 0.5; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 18px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: 1px; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #dedfe0/*{borderColorContent}*/; background-color: #ffffff/*{bgColorContent}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background-color: #cccccc/*{bgColorHeader}*/ ; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

.ui-state-default, .ui-widget-content .ui-state-default { margin-top: -3px; border: none; /*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(/static/images/slider.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; cursor: pointer; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }

.sidebar-entry {
	width: 220px;
	padding: 10px;
	padding-right: 15px;
	background-image: url('/static/images/sidebar-background.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	border-top: 2px solid #e9e9ea;
	font: normal 14px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #878787;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.sidebar-entry ul li a {
	display: block;
	width: 100%;
	padding: 4px;
	padding-top: 6px;
	text-decoration: none;
	margin: 1px;
	border-bottom: 1px solid #efefef;
}

.sidebar-entry h3 {
	font: normal 18px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #4c4b4b;
}

/* Search */

#search-list, #search-list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#search-list {
	width: 430px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 30px;
}

#search-list:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#search-results:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#search-list li {
	float: left;
	display: block;
	position: relative;
	height: 47px;
}

#search-youtube {
	background-image: url('/static/images/search/youtube.png');
	width: 121px;
	height: 47px;
	margin-right: 15px;
	opacity: 0.75;
}

#search-google {
	background-image: url('/static/images/search/google.png');
	width: 126px;
	height: 48px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0.25;
}

#search-dailymotion {
	background-image: url('/static/images/search/dailymotion.png');
	width: 123px;
	height: 19px;
	margin-top: 16px;
	margin-left: 15px;
	opacity: 0.25;
}

#search-form {
  width: 440px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#search-form #query-field {
  background-image: url('/static/images/search-field.png');
  background-repeat: no-repeat;
  width: 398px;
  height: 31px;
  border: none;
  padding-left: 10px;
  float: left;
}

#search-form #submit-button {
  background-image: url('/static/images/search-button.png');
  background-repeat: no-repeat;
  width: 29px;
  height: 31px;
  border: none;
  float: left;
}

.search-status {
	width: 20px;
	height: 20px;
	background-image: url('/static/images/search/background.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -11px;
	padding-top: 3px;
	padding-left: 3px;
}

.search-link {
	font: normal 14px Myriad Pro,Helvetica,Sans-Serif;
	color: #4a4a4a;
	text-decoration: none;
}

.search-desc {
	margin-top: 8px;
	float: left;
}

.search-thumb {
	float: left;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
	padding: 3px;
}

.search-preview {
	display: none;
	width: 320px;
	margin: auto;
	height: 240px;
}

.search-pages {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.search-pages a {
	text-align: center;
	text-decoration: none;
	width: 10px;
	border: 1px solid lightgrey;
	margin: 2px;
	padding: 3px 5px 1px 5px;
}

.search-pages a.active {
	border: 1px solid gray;
	background-color: #EFEFEF;
}

.result-entry {
	margin-bottom: 5px;
}

.result-entry:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#search-form {
	text-align: center;
	margin-bottom: 15px;
}

.search-link:hover {
	text-decoration: underline;
}

#myvideo-status, #dailymotion-status {
	display: none;
}

.notification, .process-notification {
	border: 1px solid #d5cf98;
	padding: 10px;
	padding-left: 31px;
	font: Normal 11px Verdana;
	color: #a19631;
	margin-bottom: 10px;
	background: url('/static/images/error.png') no-repeat;
	background-color: #fff8bc;
	background-position: 5px;
}

.process-notification {
	width: 396px;
	margin: auto;
	margin-bottom: 20px;
	padding-left: 60px;
	background-image: url('/static/images/no-refresh.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.notification span.info {
	color: #817f72;
}

.notification a {
	color: #a1964b;
}

#next-countdown {
	font-weight: bold;
}

.col-3 {
	width: 293px;
	float: left;
}

.clearer {
	clear: both;
}

#error-form {
	display: none;
	padding: 15px;
	background-color: #eaeaea;
	margin-top: 15px;
}

#error-form textarea {
	width: 100%;
}

table thead td {
	color: gray;
	font-size: 12px;
}

#id3-link {
	font-size: 10px;
}

#id3-form {
	display: none;
	padding: 15px;
}

#firefox-plugin {
	margin-top: -25px;
	position: absolute;
	right: 0px;
}

div.fullscreen{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	display: none;
}

div.overlay {
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -134px;
	margin-left: -190px;
	background: url(/static/images/overlay.png) no-repeat top left;
	height: 228px;
	width: 341px;
	padding: 20px;
	font: normal 14px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #878787;
}

div.overlay h3 {
	font: normal 18px 'Myriad Pro',helvetica,arial,sans-serif;
	color: #4c4b4b;
}