#Layout {
	padding-bottom: 17px;
}

#Header { 
	height: 133px;
}

#Content {
	display: block;
	width: 924px;
	padding: 0 0 15px 5px;
	overflow: hidden;
	background: url(/images/bkg.forms-content.gif) top repeat-y transparent;
}

fieldset {
	width: 876px;
	margin: 20px auto 0 auto;
	position: relative;
}

*:first-child+html fieldset {
	top: 20px;
}

fieldset p {
	padding-left: 14px;
	font-size: 85%;
}

fieldset input,
fieldset textarea {
	border: 1px solid #000;
}

fieldset input {
	height: 18px;
	padding: 3px 4px 0 4px;
}

fieldset select {
	width: 145px;
}

fieldset p.legend {
	width: 856px;
	height: 24px;
	background: url(/images/bkg.forms-legend.gif) left top no-repeat;
	display: block;
	overflow: hidden;
	font-weight: bold;
	line-height: 23px;
	text-transform: uppercase;
	padding-left: 12px;
	margin-left: 1px;

}

#legend {
	width: 856px;
	height: 24px;
	background: url(/images/bkg.forms-legend.gif) left top no-repeat;
	display: block;
	overflow: hidden;
	font-weight: bold;
	line-height: 23px;
	text-transform: uppercase;
	padding-left: 12px;
	margin-left: 1px;
	cursor: pointer;
}

fieldset p.submit {
	position: absolute;
	bottom: 20px;
	left: 14px;
	font-size: 77%;
	text-transform: uppercase;
	width: 826px;
	overflow: hidden;
}

fieldset p.submit a.cancel {
	display: block;
	padding-top: 8px;
	float: left;
	color: #000;
	background: url(/images/bkg.forms-cancel.gif) left 10px no-repeat transparent;
	padding-left: 10px;
}

fieldset p.submit a.submit {
	float: right;
	width: 84px;
	height: 31px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/bkg.upload-submit.png) left top no-repeat transparent;
}

fieldset p.submit a.submit:hover {
	background-position: left -31px;
}

fieldset p.submit a.submit:active {
	background-position: left bottom;
}

fieldset p.submit input.loginsubmit {
	float: right;
	width: 84px;
	height: 31px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	border:medium none;
}

*:first-child+html fieldset p.submit input.loginsubmit {
	position:relative;
	top:3px;
	left: 3px;
}

fieldset p.submit input.changesubmit {
	float: right;
	width: 84px;
	height: 31px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/bkg.upload-submit.png) left top no-repeat transparent;
	border:medium none;
}

fieldset p.submit input.changesubmit:hover {
	background-position: left -31px;
}

fieldset p.submit input.changesubmit:active {
	background-position: left bottom;
}

fieldset p.submit input.registersubmit {
	float: right;
	width: 84px;
	height: 31px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/bkg.upload-submit.png) left top no-repeat transparent;
}

fieldset p.submit input.registersubmit:hover {
	background-position: left -31px;
}

fieldset p.submit input.registersubmit:active {
	background-position: left bottom;
}

fieldset p.submit a.retrievesubmit {
	float: right;
	width: 84px;
	height: 31px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/bkg.upload-submit.png) left top no-repeat transparent;
}

fieldset p.submit a.retrievesubmit:hover {
	background-position: left -31px;
}

fieldset p.submit a.retrievesubmit:active {
	background-position: left bottom;
}

fieldset #notuser {
	left:320px;
	position:absolute;
	top:147px;
	z-index:30;
}
fieldset #notuser a{
	color:#eeb34f;
	text-decoration:none;
}
fieldset #notuser a:hover{
	text-decoration:underline;
}

fieldset #forgotpassword{
	left:530px;
	position:absolute;
	top:147px;
	z-index:30;
}
fieldset #forgotpassword a{
	color:#eeb34f;
	text-decoration:none;
	
}
fieldset #forgotpassword a:hover{
	text-decoration:underline;
	
}

fieldset p label {
	display: block;
	margin-bottom: 2px;
	padding-left: 3px;
}

#FormEditPhoto {
	width: 876px;
	height: 202px;
	background: url(/images/bkg.forms-edit-photo.png) left bottom no-repeat transparent;
}

#PhotoFile {
	width: 560px;
	overflow: hidden;
}

#FormEditPhoto p.legend {
	margin-bottom: 32px;
}

#FormEditPhoto span.preview {
	width: 84px;
	height: 84px;
	display: block;
	background: #fff;
	border: 1px solid #161616;
	position: absolute;
	top: 38px;
	right: 200px;
}

#PhotoFile {
	width: 515px;
	overflow: hidden;
}

#FormUploadVideo {
	width: 870px;
	height:360px;
	background: url(/images/bkg.forms-upload-video.png) left bottom no-repeat transparent;
}

#FormHelp {
	width: 870px;
	height:360px;
	background:transparent url(/images/bkg.forms-help.png) no-repeat scroll 1px bottom;
}

#FormHelp p.legend {
	margin-bottom: 16px;
}

#FormUploadVideo p.legend {
	margin-bottom: 16px;
}

#VideoName {
	clear: left;
	float: left;
	margin: 0 16px 10px 0;
}

#VideoName input {
	width: 366px;
}

*:first-child+html #VideoName input {
	width: 340px;
}

#VideoFile {
	width: 465px;
	margin-left: 370px;
	clear: right;
}

#VideoDescription {
	width: 425px;
	display: block;
	float: left;
	clear: left;
	margin-top: 15px;
}

#VideoDescription textarea {
	width: 418px;
	height: 40px;
}

#VideoType {
	height: 70px;
	display: block;
	margin: 27px 0 0 450px;
	width: 61px;
	position: relative;
}

*:first-child+html #VideoType {
	margin-top: 0px;
}

#VideoType label {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 27px;
	padding: 0;
	height: 40px;
	cursor: pointer;
	background: url(/images/bkg.forms-video-type.gif) left top no-repeat;
	position: absolute;
}

#VideoType #videoTypeElectricLabel {
	left: 0;
	top: 26px;
}

#VideoType #videoTypeElectricLabel .Active {
	background-position:left bottom;
}

#VideoType span {
	position: absolute;
	left: 32px;
	bottom: 17px;
}

#VideoType #videoTypeAcousticLabel {
	background-position: right top;
	right: 0;
	top: 26px;
}

#VideoType #videoTypeAcousticLabel .Active {
	background-position:left bottom;
}


#VideoType input {
	display: none;
}

#VideoGenre {
	padding: 15px 15px 0 0;
	float: right;
}

#VideoDifficulty {
	padding: 15px 0 0 0;
	float: right;
	margin-right: 20px;
}

#VideoCategoryLabel {
	margin-top: 6px;
	clear: both;
}

#VideoCategory {
	clear: both;
	display: block;
	height: 85px;
	padding: 15px 0 0 12px;
	margin-bottom: 20px;
}

#VideoCategory li {
	float: left;
	width: 280px;
	font-size: 85%;
}

#VideoCategory input {
	float: left;
}

#VideoCategory strong {
	padding: 8px 0 4px 0;
	text-transform: uppercase;
	margin-left: 20px;
	display: block;
}

#VideoCategory span {
	width: 260px;
	display: block;
	margin-left: 20px;
}

#VideoTabsFile {
	width: 475px;
	overflow: hidden;
	float: left;
	margin: 13px 5px 0 0;
}

#VideoTabsFile span {
	float: left;
}

*:first-child+html #VideoTabsFile span {
	width: 440px;
	overflow: hidden;
	margin-right: 10px;
}

#VideoTabsLink {
	margin-top: 13px;
}

#VideoTabsLink input {
	width: 343px;
}

#Footer {
	height: 17px;
	background: url(/images/bkg.forms-footer.gif) top no-repeat transparent;
}



/* CUSTOM FILE CONTROLS */
.myWindow {
	float: right;
	position: relative;
	top: -2px;
	background: url(/images/bkg.forms-browse.png) left top no-repeat transparent;
}
.myFileText {
	float: left;
	text-align: left;
	display: block;
	height: 18px;
	overflow: hidden;
	border: 1px solid #000;
	background: #fff;
	padding: 3px 4px 0 4px;
}

#PhotoFile .myFileText {
	width: 418px;
}

#VideoFile .myFileText {
	width: 345px;
}

#VideoTabsFile .myFileText {
	width: 364px;
	margin-right: 4px;
}

*:first-child+html #VideoTabsFile .myFileText {
	width: 340px;
}

p.include-text {
	margin-top:50px;
	
}

#countdown {
	display:none;
	
}

#videoname-error{
	display:none;
	color:#BE0011;
	margin-left:87px;
}

.error-message{
	color:#BE0011;
	display:none;
	float:right;
	padding-top:5px;
}
.error-message-register{
	color:#BE0011;
	display:none;
	padding-top:5px;
}

#fill-in-error{
	color:#BE0011;
	display:none;
	float:left;
	left:510px;
	position:relative;
	text-transform:none;
	top:8px;
}

#fill-in-error-login{
	color:#BE0011;
	display:none;
	float:left;
	left:60px;
	position:relative;
	text-transform:none;
	top:9px;
}

#fill-in-error-register{
	color:#BE0011;
	display:none;
	float:left;
	left:300px;
	position:relative;
	text-transform:none;
	top:9px;
}

#upload-confirmheader{
	font-size:100%;
	font-weight:bold;
	margin-top:30px;
	text-align:center;
	
}

#upload-confirmbody{
	font-size:100%;
	margin-top:5px;
	text-align:center;
}

#continue{
	background: url(/images/bkg.continue.png) left top no-repeat transparent;
	display: block;
	width:99px;
	height:30px;
	text-indent:-9999px;
	float:right;
}

#continue:hover{
	background-position:left -30px;
}

#continue:active{
	background-position:left bottom;
}

#uploadnew{
	background:transparent url(/images/bkg.uploadnew.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:27px;
	left:570px;
	position:relative;
	text-indent:-9999px;
	width:152px;
}

#uploadnew:hover{
	background-position:left -27px;
	
}

#uploadnew:active{
	background-position:left bottom;
	
}

#loginPageUsername{
	float:left;
	margin-left:14px;
	width:450px;
}

#loginPageUsername label{
	font-size:85%;
}

#loginPageUsername label span{
	color:#eeb34f;
	margin-left:5px;
}

#loginPageUsername input{
	float:left;
	margin-top:5px;
	width:420px;
}
#loginPageUsername h1{
	font-size:85%;
	margin-left:15px;
	text-transform:uppercase;
}
#loginPageUsername h2{
	color:#EEB34F;
	font-size:85%;
	margin:10px 15px 5px;
}
#loginPageUsername p{
	margin:0 20px 0 0;
}

#loginPagePassword {
	
}

#loginPagePassword label{
	float:left;
	font-size:85%;
}

#loginPagePassword input{
	float:left;
	margin-top:5px;
	width:376px;
}
#loginPagePassword h2{
	color:#EEB34F;
	font-size:85%;
	margin:10px 15px 5px;
}
#loginPagePassword p{
	margin:0 20px 0 0;
}
#loginPagePassword h2.topParagraph{
	margin-top:39px;
}

#reenterPassword{
	height:5px;
	left:464px;
	margin-top:40px;
	position:relative;
}
#reenterPassword label{
	font-size:85%;
}
#reenterPassword input{
	float:left;
	margin-top:5px;
	width:376px;
}
#alreadyregistered{
	left:570px;
	position:absolute;
	top:176px;
	z-index:30;
}
fieldset #alreadyregistered a{
	color:#eeb34f;
	text-decoration:none;
	
}
fieldset #alreadyregistered a:hover{
	text-decoration:underline;
	
}

#loginPagePassword p.passText{
	margin-top:42px;
}

#loginPagePassword input.rememberme {
	left:-3px;
	position:relative;
	top:-6px;
	border: none;
	width: 10px;
	height: 10px;
}

*:first-child+html #loginPagePassword input.rememberme {
	top:-3px;
	left:-6px;
}

#loginPagePassword p.remembercheckbox {
	float:right;
	height:16px;
}