@charset "utf-8";
/* CSS Document */

.firstCol { width:135px; }
.otherCol span { font-size:11px; color:#F00;}
.sTable td {
	 padding-top: 15px;
     vertical-align: top;	
}
.otherCol input {
	background-color: white;
	border-color: #919191;
	border-width: 1px;
	border-style: solid;
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	padding:3px;
}
input#save {
	background-image: url("../images/a7a.png");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8A578A;
	border: 1px solid #8A578A;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

.vid-thumb { 
	border: 2px solid #BBB;
    float: left;
    margin:10px 0 10px 20px;
    padding: 0px;
}