
html {
	margin: 0;
	padding: 0;
	color: white;
	background: #1d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

	html body {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}

#all {
	margin: 0 auto;
	padding: 0;
	width: 962px;
	color: white;
	background: #2b2b2b;
	border: 1px solid #1d1d1d;
	position: relative;
}

h1 {
	margin: 20px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

	html body h1 a {
		display: block;
		outline-color: #87c8a6;
	}

		html body h1 a img {
			display: block;
			border: 0;
		}

h4 {
	font-weight: normal;
}

#content {
	margin: 45px 0 0 225px;
	padding: 0;
	position: relative;
	top: -0.5px; /* Firefox rounds down, Safari and Internet Explorer round up. */
}

#user-navigation {
	position: absolute;
	top: 117px;
	left: 0;
	width: 225px;
	text-transform: uppercase;
	font-size: 12px;
}

	#user-navigation ul {
		display: block;
		margin: 0 20px 0 0;
		padding: 0;
	}

		#user-navigation ul li {
			display: block;
			margin: 0;
			padding: 0;
			border-top: 2px solid #3e3e3e;
		}

		#user-navigation ul li:first-child {
			border-top: 0;
		}

			#user-navigation ul li a {
				display: block;
				margin: 0;
				padding: 0;
				color: #8a8a8a;
				text-decoration: none;
				line-height: 45px;
				text-indent: 20px;
				position: relative;
				z-index: 5;
			}

			#user-navigation ul li a.current,
			#user-navigation ul li a:focus,
			#user-navigation ul li a:hover {
				color: white;
				background: #3e3e3e;
			}

			#user-navigation ul li a.create {
				text-indent: 0;
				background: url(/images/create-active.png);
			}

				#user-navigation ul li a.create img {
					display: block;
					border: 0;
				}
				
				#user-navigation ul li a.create:focus img,
				#user-navigation ul li a.create:hover img {
					visibility: hidden;
				}

#generic-navigation {
	position: absolute;
	top: 0;
	left: 225px;
	height: 45px;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 5;
}

	#generic-navigation ul {
		display: block;
		margin: 0;
		padding: 0;
	}

		#generic-navigation ul li {
			display: block;
			margin: 0;
			padding: 0;
			display: inline-block;
			border-right: 2px solid #3e3e3e;
			position: relative;
			top: -1px;
		}

		#generic-navigation ul li.log-in {
			border-right: 0;
		}

		#generic-navigation ul li.log-out {
			/*
			 * Yeah, seriously.  Fixes an inconsistency between Safari and Firefox - Firefox rounds up, Safari rounds down.
			 * As usual, Internet Explorer is like "durr-hurr, ima browsa!", so we'll fix that in the ie-*.css stylesheets.
			 */
			top: 0.5px;
		}

			#generic-navigation ul li a {
				display: block;
				margin: 0;
				padding: 0;
				color: #8a8a8a;
				text-decoration: none;
				width: 90px;
				line-height: 45px;
				text-align: center;
			}

			#generic-navigation ul li a.current,
			#generic-navigation ul li a:focus,
			#generic-navigation ul li a:hover {
				color: white;
				background: #3e3e3e;
			}
			
			#generic-navigation ul li form {
				margin: 0;
				padding: 0;
			}

				#generic-navigation ul li form label {
					display: inline-block;
					color: #8a8a8a;
					margin: 0 15px;
				}

				#generic-navigation ul li form input {
					display: inline-block;
					font: 12px/1.2 Arial, Helvetica, sans-serif;
					color: #8a8a8a;
					background: #1d1d1d;
					border: 0;
					margin: 0 10px 0 0;
					padding: 3px;
					position: relative;
					top: 1px;
				}

				#generic-navigation ul li.log-in form button {
					color: #8a8a8a;
					background: #1d1d1d;
					cursor: pointer;
					text-transform: uppercase;
					border: 0;
					font: 12px/1.2 Arial, Helvetica, sans-serif;
					margin: 0;
					padding: 1px 3px 3px 3px;
					\-moz-border-radius: 3px;
					\-webkit-border-radius: 3px;
				}

					#generic-navigation ul li.log-in form button:focus,
					#generic-navigation ul li.log-in form button:hover {
						color: white;
					}

				#generic-navigation ul li.log-out form button {
					display: inline-block;
					margin: 0;
					padding: 0;
					border: 0;
					color: #8a8a8a;
					background: transparent;
					line-height: 45px;
					height: 45px;
					text-align: center;
					width: 90px;
					font-size: 12px;
					cursor: pointer;
					text-transform: uppercase;
				}

				#generic-navigation ul li.log-out form button:focus,
				#generic-navigation ul li.log-out form button:hover {
					color: white;
					background: #3e3e3e;
				}

					#generic-navigation ul li.log-out form button span {
						position: relative;
						top: -2px;
					}

				#generic-navigation ul li form input.hidden {
					display: none;
				}

#footer {
	color: #8a8a8a;
	background: #525252;
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	top: -2px;
}

	#footer ul {
		display: block;
		margin: 0 0 0 225px;
		padding: 0;
	}

		#footer ul li {
			display: inline-block;
			margin: 0 0 0 20px;
			padding: 0;
		}

			#footer ul li a {
				display: block;
				margin: 0;
				padding: 0;
				color: #8a8a8a;
				text-decoration: none;
				line-height: 30px;
			}

			#footer ul li a:focus,
			#footer ul li a:hover {
				color: white;
			}

#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: black;
	opacity: 0.7;
	z-index: 10;
}

#browse-wevees {
	color: black;
	background: white;
	margin: 46px 0 0 0;
}

	#browse-wevees .header,
	#browse-wevees .footer {
		color: #3e3e3e;
		background: #e8e8e8;
		height: 45px;
		position: relative;
	}

	#browse-wevees form.search {
		margin: 0;
		padding: 0;
		color: #3e3e3e;
		background: #f4f4f4;
		height: 35px;
	}

	#browse-wevees .header p.filterText {
		font-size:12px;
		padding-top:2px;
		display:inline;
	}

		#browse-wevees .header h2 {
			margin: 0;
			padding: 0;
			font-size: 12px;
			text-transform: uppercase;
			position: absolute;
			top: 15px;
			left: 25px;
		}

		#browse-wevees .header form.filter {
			margin: 0;
			padding: 0;
			position: absolute;
			top: 12px;
			left: 150px;
		}

			#browse-wevees .header form.filter h3 {
				margin: 0 0 0 5px;
				padding: 0;
				font-size: 12px;
				font-weight: normal;
				display: inline-block;
				width: 30px;
				text-align: right;
			}

			#browse-wevees form.search h3 {
				margin: 0 0 0 25px;
				padding: 0;
				font-size: 12px;
				font-weight: normal;
				display: inline-block;
				height: 35px;
				line-height: 35px;
			}

			#browse-wevees form.search input {
				margin: 0 0 0 10px;
			}

			#browse-wevees .header form.filter a {
				display: inline-block;
				width: 70px;
				height: 20px;
				line-height: 18px;
				margin: 0 0 0 5px;
				padding: 1px 12px;
				\-moz-border-radius: 3px;
				\-webkit-border-radius: 3px;
				color: #8a8a8a;
				background: white;
				font-size: 10px;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
			}

			#browse-wevees .header form.filter a.selected,
			#browse-wevees .header form.filter a:focus,
			#browse-wevees .header form.filter a:hover {
				background: #2b2b2b;
			}

			#browse-wevees .header form.filter a.selected:focus,
			#browse-wevees .header form.filter a.selected:hover {
				cursor: text;
			}

			#browse-wevees .header form.filter select {
				display: inline-block;
				height: 20px;
				line-height: 18px;
				margin: 0 0 0 5px;
				padding: 0;
				\-moz-border-radius: 3px;
				\-webkit-border-radius: 3px;
				color: #2b2b2b;
				background: white;
				font-size: 12px;
				text-decoration: none;
				border: 0;
			}

			#browse-wevees .header form.filter button,
			#browse-wevees form.search button {
				display: inline-block;
				width: 30px;
				height: 20px;
				line-height: 18px;
				margin: 0 0 0 5px;
				padding: 0 2px 4px;
				\-moz-border-radius: 3px;
				\-webkit-border-radius: 3px;
				color: #3e3e3e;
				background: white;
				font-size: 10px;
				text-decoration: none;
				border: 0;
				text-transform: uppercase;
				font-weight: bold;
				cursor: pointer;
			}

			#browse-wevees .header form.filter button:focus,
			#browse-wevees .header form.filter button:hover,
			#browse-wevees form.search button:focus,
			#browse-wevees form.search button:hover {
				color: #8a8a8a;
				background: #2b2b2b;
			}

		#browse-wevees .header .navigation,
		#browse-wevees .footer .navigation {
			position: absolute;
			top: 10px;
			right: 15px;
		}

			#browse-wevees .header .navigation p.page,
			#browse-wevees .footer .navigation p.page {
				margin: 0;
				padding: 0;
				display: inline;
				font-size: 12px;
				position: relative;
				top: 2px;
			}

			#browse-wevees .header .navigation a.previous,
			#browse-wevees .header .navigation a.next,
			#browse-wevees .footer .navigation a.previous,
			#browse-wevees .footer .navigation a.next {
				display: inline-block;
				width: 70px;
				height: 20px;
				line-height: 18px;
				margin: 0 0 0 5px;
				padding: 1px 12px;
				\-moz-border-radius: 3px;
				\-webkit-border-radius: 3px;
				color: #8a8a8a;
				background: #2b2b2b;
				font-size: 10px;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
			}

			#browse-wevees .header .navigation a:focus,
			#browse-wevees .header .navigation a:hover,
			#browse-wevees .footer .navigation a:focus,
			#browse-wevees .footer .navigation a:hover {
				background: white;
			}

			#browse-wevees .header .navigation a.grid,
			#browse-wevees .footer .navigation a.grid {
				display: inline-block;
				margin-top: -5px;
				background: none;
			}

				#browse-wevees .header .navigation a.grid img,
				#browse-wevees .footer .navigation a.grid img {
					display: block;
					border: 0;
					position: relative;
					top: 8px;
				}

	#browse-wevees .wevees {
		margin: 0;
		padding: 0;
		min-height: 290px;
	}
	body.coverflow #browse-wevees .wevees {
		height:420px;
	}
	

		#browse-wevees .wevees ul {
			display: block;
			margin: 0;
			padding: 15px 0 15px 5px;
			overflow: auto;
		}

			#browse-wevees .wevees ul li {
				display: block;
				margin: 0;
				padding: 0;
				width: 361px;
				float: left;
			}

				#browse-wevees .wevees ul li .wevee {
					height: 130px;
					margin: 0 5px 0 10px;
					position: relative;
					color: #8a8a8a;
				}

				#browse-wevees .wevees ul li .wevee.hover {
					background: #2b2b2b;
					cursor: pointer;
				}

					#browse-wevees .wevees ul li .wevee h3 {
						margin: 0 0 0 180px;
						padding: 15px 0 0 0;
						font-size: 12px;
						font-weight: normal;
						overflow: hidden;
						text-overflow: ellipsis;
						\-o-text-overflow: ellipsis;
						white-space: nowrap;
					}

						#browse-wevees .wevees ul li .wevee h3 a {
							color: black;
							text-decoration: none;
						}

						#browse-wevees .wevees ul li .wevee.hover h3 a {
							color: white;
						}

					#browse-wevees .wevees ul li .wevee img {
						position: absolute;
						top: 10px;
						left: 10px;
					}

					#browse-wevees .wevees ul li .wevee h4 {
						margin: 0 0 0 180px;
						padding: 0;
						font-size: 12px;
						font-weight: normal;
						overflow: hidden;
						text-overflow: ellipsis;
						\-o-text-overflow: ellipsis;
						white-space: nowrap;
					}

					#browse-wevees .wevees ul li .wevee.hover h4 {
						color: white;
					}

						#browse-wevees .wevees ul li .wevee h4 a {
							color: #87c8a6;
							text-decoration: none;
						}

						#browse-wevees .wevees ul li .wevee h4 a:hover {
							color: white;
							text-decoration: underline;
						}

					#browse-wevees .wevees ul li .wevee p.date {
						margin: 10px 0 0 180px;
						padding: 0;
						font-size: 12px;
						font-style:italic;
					}

					#browse-wevees .wevees ul li .wevee p.views {
						margin: 0 0 0 180px;
						padding: 0;
						font-size: 12px;
						font-style:italic;
					}

					#browse-wevees .wevees ul li .wevee .tags {
						margin: 10px 0 0 180px;
						padding: 0;
						line-height: 1.2em;
						height: 1.2em;
						position: relative;
					}

						#browse-wevees .wevees ul li .wevee .tags h5 {
							display: inline;
							margin: 0;
							padding: 0;
							font-size: 12px;
							font-weight:normal;
						}

						#browse-wevees .wevees ul li .wevee .tags ul {
							display: inline;
							margin: 0;
							padding: 0;
							font-size: 12px;
						}

							#browse-wevees .wevees ul li .wevee .tags ul li {
								display: inline;
								margin: 0;
								padding: 0;
								float: none;
							}

								#browse-wevees .wevees ul li .wevee .tags ul li a {
									color: #87c8a6;
								}

								#browse-wevees .wevees ul li .wevee .tags ul li a:focus,
								#browse-wevees .wevees ul li .wevee .tags ul li a:hover {
									color: white;
								}

					#browse-wevees .wevees ul li .wevee form.edit {
						margin: 10px 0 0 180px;
						padding: 0;
						line-height: 1.2em;
						height: 1.2em;
						position: relative;
						font-size: 12px;
					}

						#browse-wevees .wevees ul li .wevee form.edit a {
							color: #87c8a6;
						}

						#browse-wevees .wevees ul li .wevee form.edit a:focus,
						#browse-wevees .wevees ul li .wevee form.edit a:hover {
							color: white;
						}

						#browse-wevees .wevees ul li .wevee form.edit button {
							color: #87c8a6;
							cursor: pointer;
							font-size: 12px;
							border: 0;
							margin: 0;
							padding: 0;
							display: inline;
							background: transparent;
						}

						#browse-wevees .wevees ul li .wevee form.edit button:focus,
						#browse-wevees .wevees ul li .wevee form.edit button:hover {
							color: white;
						}

						#browse-wevees .wevees ul li .wevee form.edit button span {
							text-decoration: underline;
						}

	#browse-wevees .wevee-details {
		color: #8a8a8a;
		overflow: auto;
	}

		#browse-wevees .wevee-details .header {
			color: #3e3e3e;
			background: #e8e8e8;
			height: 45px;
			position: relative;
		}
	
			#browse-wevees .wevee-details .header h3 {
				margin: 0;
				padding: 0;
				font-size: 12px;
				text-transform: uppercase;
				position: absolute;
				top: 15px;
				left: 25px;
			}
	
		#browse-wevees .wevee-details .info {
			margin: 0;
			padding: 20px 0 20px 20px;
			height: 150px;
			width: 45%;
			overflow: auto;
			float: left;
		}

			#browse-wevees .wevee-details .info h4 {
				font-size: 11px;
				margin: 0;
				padding: 0;
				color: #3e3e3e;
			}

			#browse-wevees .wevee-details .info p {
				font-size: 11px;
				margin: 0;
				padding: 0;
			}

			#browse-wevees .wevee-details .info p.created {
				margin-top: 10px;
				font-style: italic;
			}

			#browse-wevees .wevee-details .info p.views {
				font-style: italic;
			}

			#browse-wevees .wevee-details .info a {
				color: #87c8a6;
			}

			#browse-wevees .wevee-details .info .tags {
				margin: 0 10px 0 0;
				padding: 0;
				line-height: 1.2em;
				height: 1.2em;
				position: relative;
			}
	
				#browse-wevees .wevee-details .info .tags h4 {
					display: inline;
					margin: 0;
					padding: 0;
					font-size: 12px;
				}
	
				#browse-wevees .wevee-details .info .tags ul {
					display: inline;
					margin: 0;
					padding: 0;
					font-size: 12px;
				}
	
					#browse-wevees .wevee-details .info .tags ul li {
						display: inline;
						margin: 0;
						padding: 0;
						float: none;
					}
	
						#browse-wevees .wevee-details .info .tags ul li a {
							color: #87c8a6;
						}
		#browse-wevees .wevee-details .user {
			margin: 0;
			padding: 20px;
			height: 150px;
			width: 45%;
			float: left;
			position: relative;
		}

			#browse-wevees .wevee-details .user .avatar {
				position: absolute;
				top: 20px;
				left: 20px;
				background: #808080;
			}

				#browse-wevees .wevee-details .user .avatar img {
					display: block;
				}

			#browse-wevees .wevee-details .user p {
				font-size: 11px;
				margin: 0 0 0 160px;
			}

			#browse-wevees .wevee-details .user p.joined {
				margin-top: 20px;
				font-style: italic;
			}

			#browse-wevees .wevee-details .user a {
				color: #87c8a6;
			}

.popup {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -200px;
	padding: 0;
	width: 400px;
	height: 150px;
	background: #1d1d1d;
	\-moz-border-radius: 10px;
	\-webkit-border-radius: 10px;
	font-size: 12px;
	z-index: 15;
}

.popup.help {
	width: 760px !important;
	height: 495px !important;
	margin-top: -248px !important;
	margin-left: -380px !important;
}

	.popup .header {
		margin: 0;
		padding: 0;
		background: #3e3e3e;
		\-moz-border-radius-topleft: 10px;
		\-moz-border-radius-topright: 10px;
		\-webkit-border-top-left-radius: 10px;
		\-webkit-border-top-right-radius: 10px;
		min-height: 50px;
		position: relative;
	}

		.popup .header h2 {
			margin: 0;
			padding: 0;
			font-size: 12px;
			position: absolute;
			top: 20px;
			left: 20px;
		}

		.popup .header p.error {
			color: #87c8a6;
			position: absolute;
			margin: 0;
			padding: 0;
			top: 20px;
			right: 50px;
		}

		.popup .header a.close {
			display: block;
			position: absolute;
			top: 15px;
			right: 20px;
		}
	
			.popup .header a.close img {
				display: block;
				border: 0;
			}

#view-wevee {
	width: 600px;
	height: 330px;
	margin: -165px 0 0 -300px;
}

	#view-wevee .flash {
		position: absolute;
		display: block;
		top: 70px;
		left: 20px;
	}

		#view-wevee .flash a {
			color: #87c8a6;
		}

	#view-wevee .profile {
		margin: 20px 0 0 360px;
		padding: 0 0 10px 0;
		font-size: 12px;
		color: #808080;
		border-bottom: 1px solid #3e3e3e;
		overflow: auto;
		height: 78px;
	}

		#view-wevee .profile a.avatar {
			display: block;
			float: left;
			margin: 0 10px 0 0;
		}

			#view-wevee .profile a.avatar img {
				display: block;
				border: 0;
			}

		#view-wevee .profile p.username {
			margin: 0;
			padding: 0;
		}

			#view-wevee .profile p.username a {
				color: #87c8a6;
			}

		#view-wevee .profile p.location {
			margin: 0;
			padding: 0;
		}

		#view-wevee .profile p.video-count {
			margin: 0;
			padding: 0;
		}

			#view-wevee .profile p.video-count a {
				color: #87c8a6;
			}

		#view-wevee .profile p.date {
			margin: 0;
			padding: 0;
		}

	#view-wevee .info {
		margin: 10px 10px 0 360px;
		color: #808080;
		height: 137px;
		overflow: auto;
	}

		#view-wevee .info a.share {
			display: block;
			float: right;
			background: url(/images/share-active.png) no-repeat;
			margin-left: 0.5em;
			width: 30px;
			height: 25px;
			outline: 0;
		}

		#view-wevee.wevee .info a.share {
			margin-top: -1em;
		}

			#view-wevee .info a.share img {
				border: 0;
				display: block;
			}
			
			#view-wevee .info a.share:focus img,
			#view-wevee .info a.share:hover img {
				visibility: hidden;
			}

	#view-wevee.archive .info {
		margin-top: 20px;
		height: 240px;
	}

	#view-wevee form.feedback,
	#view-wevee .acknowledge-feedback {
		margin: 20px 10px 0 360px;
		color: #808080;
		height: 240px;
		overflow: auto;
		position: relative;
	}

		#view-wevee .info h3,
		#view-wevee form.feedback h3,
		#view-wevee .acknowledge-feedback h3 {
			font-size: 12px;
			margin: 0;
			padding: 0;
			color: white;
		}

		#view-wevee .info p,
		#view-wevee form.feedback p,
		#view-wevee .acknowledge-feedback p {
			margin: 0 10px 10px 0;
			padding: 0;
		}

		#view-wevee .info p.date {
			margin-bottom: 0;
		}

		#view-wevee .info .tags {
			margin: 0 10px 10px 0;
			padding: 0;
			line-height: 1.2em;
			position: relative;
		}

			#view-wevee .info .tags h4 {
				display: inline;
				margin: 0;
				padding: 0;
				font-size: 12px;
			}

			#view-wevee .info .tags ul {
				display: inline;
				margin: 0;
				padding: 0;
				font-size: 12px;
			}

				#view-wevee .info .tags ul li {
					display: inline;
					margin: 0;
					padding: 0;
					float: none;
				}

		#view-wevee .info a,
		#view-wevee .acknowledge-feedback a {
			color: #87c8a6;
		}

		#view-wevee form.feedback label {
			display: block;
			margin: 5px 0;
		}

		#view-wevee form.feedback input,
		#view-wevee form.feedback textarea {
			width: 93%;
		}

		#view-wevee form.feedback button {
			position: absolute;
			bottom: 0;
			left: 0;
			cursor: pointer;
		}

#register {
	width: 600px;
	height: 445px;
	margin: -215px 0 0 -300px;
}

	#register form {
		margin: 0;
		padding: 0;
	}

		#register form table {
			margin: 0;
			padding: 0;
			width: 100%;
			table-layout: fixed;
			border-collapse: collapse;
		}

			#register form table td {
				margin: 0;
				padding: 10px 0;
				width: 200px;
				vertical-align: bottom;
				border-top: 1px solid #3e3e3e;
			}

			#register form table td.section {
				width: 30px;
				padding: 30px 5px 0;
				vertical-align: top;
				text-align: right;
			}

			#register form table td.submit {
				height:45px;
				padding-left: 20px;
			
			}

			#register form table tr.profile td {
				border-top: 0;
				padding: 0 0 10px 0;
			}

			#register form table th {
				margin: 0;
				padding: 30px 5px 0;
				width: 110px;
				vertical-align: top;
				text-align: left;
				color: #87c8a6;
				border-top: 1px solid #3e3e3e;
			}

				#register form table td label {
					display: block;
					margin: 2px 0;
					padding: 0;
					color: #808080;
					font-style: italic;
				}

				#register form table td.submit label {
					display: inline;
					position: relative;
					top: -2px;
					left: 5px;
					font-style: normal;
				}

					#register form table td.submit label a {
						color: white;
						text-decoration: none;
					}

					#register form table td label span {
						color: #3e3e3e;
					}

				#register form table td input,
				#register form table td select,
				#register form table td textarea {
					display: block;
					margin: 0;
					padding: 2px;
					color: #aaa;
					background: #3e3e3e;
					border: 0;
					width: 190px;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
				}

				#register form table td input.hidden {
					display: none;
				}

				#register form table td select {
					font-family: Arial, Helvetica, sans-serif;
					padding: 0;
				}

				#register form table td textarea {
					width: 95%;
					height: 65px;
					font-family: Arial, Helvetica, sans-serif;
				}

				#register form table td input.checkbox {
					display: inline;
					width: auto;
				}

				#register form table td button {
					display: block;
					float: right;
					width: 80px;
					margin: 0 18px 0 0;
					padding: 2px 0;
					cursor: pointer;
					border: 0;
					color: #808080;
					background: black;
					\-moz-border-radius: 3px;
					\-webkit-border-radius: 3px;
					text-transform: uppercase;
					font-size: 11px;
				}

				#register form table td button:focus,
				#register form table td button:hover {
					color: white;
				}

#confirmation {
}

	#confirmation p.message {
		margin: 20px;
		padding: 0;
		color: #808080;
	}

#create {
	position: fixed;
	position: absolute;
	top: 50%;
	top: 50px;
	left: 50%;
	margin: -330px 0 0 -487px;
	margin-top: 0;
	outline: 0;
	border: 0;
}

object,
embed {
	outline: 0;
	border: 0;
}


.rolloverPlaySymbol {
	z-index:100000;
	background-image:url(../images/Play.png);
	position:absolute;
	top:50px;
	left:70px;
	width:33px;
	height:28px;
	opacity:0.9;
}

.text-label {

}

#passwordPrompt {
	display:none;
}

