/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

/* MODULO VIDEO */

#others_video ul {
	width: 366px !important;
	w\idth: 376px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#others_video li {
	width: 100px;
	height: 75px;
	margin: 10px;
	padding: 0;
	float: left;
	list-style: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat; 
	background-position: center center;
	border: 1px none #FFFFFF;
}
#others_video a {
	width: 100px;
	height: 75px;
	margin: 0;
	padding: 0;
	display: block;
	/*background: white;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;*/
}
#others_video a:hover {
	background: none;
}
#others_video span {
	display: none;
}

/* CLASSI APPLICATE AL PLAYER */

.player_ext, .player_int {
	text-align: center;
	margin: 15px 0;
}
.box_video div.uedge {
	width: 305px;
	margin: 15px auto;
}
.box_video div.tedge {
	background-image: url("../../images/frontend/video/img/layout/box_video_top.gif");
	background-position: top right;
	background-repeat: repeat-x;
}
.box_video div.ledge {
	background-image: url("../../images/frontend/video/img/layout/box_video_left.gif");
	background-position: bottom left;
	background-repeat: repeat-y;
}
.box_video div.redge {
	background-image: url("../../images/frontend/video/img/layout/box_video_right.gif");
	background-position: top right;
	background-repeat: repeat-y;
}
.box_video div.bedge {
	background-image: url("../../images/frontend/video/img/layout/box_video_bottom.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}
.box_video div.ulcorner {
	background: url("../../images/frontend/video/img/layout/box_video_top_left.gif") top left no-repeat;
}
.box_video div.urcorner {
	background: url("../../images/frontend/video/img/layout/box_video_top_right.gif") top right no-repeat;
}
.box_video div.blcorner {
	background: url("../../images/frontend/video/img/layout/box_video_bottom_left.gif") bottom left no-repeat;
}
.box_video div.brcorner {
	background: url("../../images/frontend/video/img/layout/box_video_bottom_right.gif") bottom right no-repeat;
	padding: 5px 15px 3px 15px;
}
.box_video div.innercontent {
	width: 100%;
	color: #FFF;
}

/* DESCRIZIONE */

.descrizione_video {
	width: 366px !important;
	w\idth: 376px;
	margin: 0 auto 20px auto;
}

/* FORM CARICAMENTO DAL SITO */

#upload_video {
	margin: 0 0 0 15px;
}
#upload_video fieldset {
	float: left;
	padding: 0;
	border: none;
}
#upload_video legend {
	display: none;
}
#upload_video label {
	float: left;
    display: inline;
    line-height: 23px
}
#upload_video .txtinput {
	float: left;
	height: 17px;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #EBEBEB;
	padding-top: 4px;
	padding-left: 3px;
	background: #FFF url("../../upload/images/bg_input.gif") repeat-x;
	margin-right: 0px;
	margin-bottom: 3px;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.btnSendMessage {

}