﻿h1 {color: #3C0079;font-size:1.2em;font-weight:bold;}

#videoStore {
	border: none;
	top: 0;
	left: 0;
	width: 475px;
	height: 800px;
	background-image: url(../images/backgrounds/videocourse_large.jpg);
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#videoStore h1, #videoStore p, #videoStore ul, #videoStore ol {
	margin: 0 25px;
}

#videoStore #container {
	left:-19px;
	top:0;
	width: 480px;
}

#instructionsHolder {
	top: 0;
	left: 0;
	width: 205px;
	height: 250px;
	color: black;
	border: 1px solid #f0f0f0;
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	overflow: hidden;
}

#instructions {
	position: absolute;
	/*left: 554px;*/
	/*top: 201px;*/
	left: 456px;
	top: 218px;
	height: 242px;
	font-size: 8pt;
	/*width: 177px;*/
	width: 164px;
	z-index: 2;
	color: black;
	padding: 4px 4px 4px 20px;
	
}

#instructions ul {
	margin-top: 0;
	margin-left: 18px;
	padding-right: 4px;
}

#instructions li {
	font-weight: normal;
	margin-left: 0em;
	margin-top: 4px;
}

#videoHeader {
	left: 0px;
	top: 466px;
	height: 30px;
	width: 470px;
	font-size: 1.2em;
	font-weight: bold;
	color: #3C0079;
	margin-top: 1em;
	margin-left: 25px;
}

div#commentContainer label {
	font-size: 1.2em;
	font-weight: bold;
	color: #3C0079;
}

#scrollerBackground {
	left: 0px;
	top: 485px;
	height: 102px;
	width: 495px;
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	z-index: 1;
}

#scrollerControl {
	position: absolute;
	/*
	left: 257px;
	top: 497px;
	*/
	left: 162px;
	top: 510px;
	height: 140px;
/*	width: 495px;*/
	width: 485px;
	z-index: 2;
}


.noticeBG {
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	margin: 0.5em 0 1em 0;
	height: 131px;
}

.notice {
	position:relative;
	top: -140px;
	left :0;
	margin: 0.5em 0 1em 0;
}

.notice p {
	background-color: transparent;
	color: black;
	margin-bottom: 1em;
}

div#commentContainer {
	position:relative;
	top: -144px;
	margin: 0 25px;
}


textarea.comment {
	width:435px;
	height:5em;
	font-family: "Trebuchet MS" , Arial, helvetica, sans-serif;
	font-size: 9pt;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
input#ctl00_ContentPlaceHolder_Workshop_btnOK {padding: 0 1.5em;margin-right:5px;}
input#ctl00_ContentPlaceHolder_Workshop_btnCancel {padding: 0 1.5em;margin-right:5px;}

#product ul {
	margin-bottom: 20px;
}