#overlayBox {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: #000 1px 1px 2px;
}

#overlayBox .preview,
#tipSent,
#overlayBox .labels label,
#overlayBox .button,
#videoAdAfterInside .button,
#archive .labels label,
#archiveContent #uploadfilebox,
#noflash { 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#overlayBox input[type=submit],
#archive input[type=submit],
#videoAdAfterInside input[type=submit],
#overlayBox .buttonLarge,
#overlayBox input[type=text],
#overlayBox input[type=email],
#videoAdAfterInside input[type=text],
#videoAdAfterInside input[type=email],
#overlayBox textarea.small,
#videoAdVideo,
#navTop .button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#overlayBox input[type=submit]:hover,
#overlayBox input[type=submit]:focus,
#videoAdAfterInside input[type=submit]:hover,
#videoAdAfterInside input[type=submit]:focus {
	box-shadow: #2C405B 0 0 3px;
/*	-moz-box-shadow: #2C405B 0 0 3px;*/
	-webkit-box-shadow: #2C405B 0 0 3px;
}

#search input[type="text"] {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#interact {
	box-shadow: #080D12 0 10px 50px;
/*	-moz-box-shadow: #080D12 0 10px 50px;*/
	-webkit-box-shadow: #080D12 0 10px 50px;
}

#home {
	box-shadow: #080D12 0 0 50px;
/*	-moz-box-shadow: #080D12 0 0 50px;*/
	-webkit-box-shadow: #080D12 0 0 50px;
}

#int_share a,
#home a {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px; 
}

#interact li:last-child a,
#home a {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;  
}

#videoBox {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: #05080B 0 10px 10px;
/*	-moz-box-shadow: #05080B 0 10px 10px;*/
	-webkit-box-shadow: #05080B 0 0 15px;
}


#videoBox img {	
	-webkit-border-radius: 5px;
}

.videoOverlay {
/*	background: rgba(17,17,17,0.7);*/
	background: transparent url(images/bg-transparent.png) repeat;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#nowPlaying {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

.showing a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.featuredVideo .videoCaption {
/*	background: rgba(17,17,17,0.7);*/
	background: transparent url(images/bg-transparent.png) repeat;
}

/*#videos,*/
#featuredWrap,
#videosArchive {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
}


#videoArchive a,
#archive .backButton {
	text-shadow: #18181A 1px 1px 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#videosMore li:hover,
#videosMore li.striped {
	background-color: rgba(9,9,9,0.2);
}

.ac_results {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.ac_over {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#tooltip {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: #1f303e 0 0 3px;
	-webkit-box-shadow: #1f303e 0 0 3px;
/*	-moz-box-shadow: #1f303e 0 0 3px;*/
}