
#dailyMediaDate {
    font-size: 26px;
    color: #b5c7c7;
    padding: 4px 0px 0px 5px;
    float: left;
    font-variant: small-caps;
}

#vidContainer {
    margin: 0px auto 0px auto;
    display:block;
    width:570px;
    height:356px;
    float: left;
    background-color: #0a1e1e;
}

/* container for each pane: video, embed and email */
#panes {
    width:570px;
    float:left;	
    color:#b5c7c7;
    position:relative;
    z-index:1;	
    font-family:verdana;
    font-size:12px;
}

/* embed and email pane */
#emailPane, #embedPane {	
    padding:5px;
    display:none;
    min-height:265px;
    width: 550px;
}

#musicPane,  #infoPane {
    margin: 35px 0px 0px 10px;
    padding: 10px;
    height: 255px;
    width: 500px;
    display: none;
    background-color: #111;
}

/* player container style */
#player {	
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    background: #000808;
    display:block;
    width: 570px;
    height:320px;
}

#videoImage {
	height: 320px;
	width: 570px;
}

#playButton {
	height: 35px;
	width: 100px;
	position: absolute;
	margin-top: 130px;
	margin-left: 230px;
}

#panes input {
    width:520px;
    font-size:12px;
    font-family:verdana;
    border:1px inset #666; 	
    padding:2px;
}

#panes textarea {
    width:520px;
    height: 70px;
    font-size:12px;
    font-family:verdana;
    border:1px inset #666; 	
    padding:2px;
    margin-bottom: 10px;
}

#panes label.left {
    float:left;
    margin-right:15px;
    margin-left: 10px;
}

#panes label.left input {
    width:190px;
    margin-bottom: 10px;		
}

#panes h2 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    border: none;
    padding: 0px;
    margin: 0px;
}

#embedPane textarea {
    height:270px;
    overflow-x:hidden;
    padding:4px;
    color:#123;
    width: 520px;
}

/* close image */
div.close {
    background:url(/images/close.png) no-repeat;
    position:absolute;
    top:5px;
    right:5px;
    width:35px;
    height:35px;
    cursor:pointer;
}

#tabPanel {
    display:block;
    width:570px;
    height:36px;
    background: #000808;
}

.tabLink {
    margin: 4px 2px 2px 2px;
    float:right;
    width:39px;
    height:30px;
    border: none;
}

#emailTab {
    background: url('/images/vidButtonEmail.png') no-repeat 0 0;
}

#embedTab {
    background: url('/images/vidButtonEmbed.png') no-repeat 0 0;
}

#musicTab {
    background: url('/images/vidButtonMusic.png') no-repeat 0 0;
}

#infoTab {
    background: url('/images/vidButtonInfo.png') no-repeat 0 0;
}

.vidTable {
    margin-left: 10px;
    font-size: 16px;
    color: #b5c7c7;
    width: 550px;
}

.vidTable td {
    padding: 0px 12px;
    text-align: left;
    font-weight: bold;
}

#emailInfo {
    display:none;
    font-size:16px;
    font-weight:bold;
}

input#emailSubmit {
    width: 60px;
    margin: 0px 65px 0px 70px;
}

#recaptcha_widget_div {
    float: left;
    width: 320px;
}

