#mainVid {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #a7a8a9;
}
#tubedesc {
    width: 100%;
}
#tubedesc h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding-top: 10px;
}

#flashcontent_wrapper {
    float:left;
    padding: 10px 20px 10px 0px;
}

div#mainVid iframe {
  float: left;
  padding: 10px 20px 10px 0;
}

h3 {
    background-color: #a7a7a9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    margin: 0 0 3px 0;
}
div#videocatselect {
    background-color: #a7a7a9;
    padding: 3px;
    color: white;
    height: 22px;
    margin: 1px 0;
    clear: both;
}
div#videocatselect.list-options {
    margin: 0 0 1px !important;
}
.p2ptvcatselect {
    background: url("../images/layout/tbsearchbg.png") no-repeat scroll right center white;
    overflow: hidden;
    width: 130px;
    display: inline-block;
    margin-top: 2px;
}

.p2ptvcatselect select {
    background: none repeat scroll 0 0 transparent;
    width: 155px;
    border: 1px solid #ccc;
}
.selectlabel {
    position: relative;
    top: -4px;
}
div#vidThumb  {
    float: left;
    width: 249px;
    height: 280px;
    margin-right: 15px;
}
div#vidThumbImage {
    /*background-color: #e7e7e8;*/
    text-align: center;
}
div#vidThumbImage a{
    margin: auto;
}
div#vidThumbImage img{
    height: 162px;
    max-width: 249px;
}
.inputGrey {
    color: #a7a7a9;
}