body {
	padding: 0;
	margin: 0;
}

p { 	border: 0;
	padding: 0; 
	margin: 0; 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
}

a: { color: #58682a; font-weight: bold; text-decoration: none; border: none; }
a:link    { color: #58682a; }
a:visited { color: #58682a; }
a:hover   { color: #e3ae73; }
a:active  { color: #e3ae73; }


#chooseWrapper {
	position: relative;
	width: 200px;
	height: 212px;
	background: url(/images/video.jpg) top center no-repeat;
	padding: 3px;
}
#choose {
	position: relative;
	top: 145px;
	left: 7px;
	width: 187px;
	height: 55px;
	text-align: left;
}


#videoWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 402px;
}
#video {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 360px;
	height: 335px;
}

#back {
	position: absolute;
	top: 365px;
	left: 140px;
	width: 40px;
	height: 17px;
	background: url(back.gif) no-repeat;
	background-position: 0 0px;
}

#back p {
	display: none;
}

#back:hover, #back:focus, #back.on {
	background-position: 0 -17px;
}

#close {
	position: absolute;
	top: 365px;
	left: 220px;
	width: 40px;
	height: 17px;
	background: url(close.gif) no-repeat;
	background-position: 0 0px;
}

#close p {
	display: none;
}

#close:hover, #close:focus, #close.on {
	background-position: 0 -17px;
}
