/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg-videoWindow.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#5a5b50;
	font-size:11px;
}

#container{
	margin:0px auto;
	padding-left:50px;
	padding-right:50px;
	
}



#vidheader{
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: x-small;
	background-color: #362A21;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
}


#videoBox{
	margin-bottom: 20px;
	text-align: center;
}

#videoLinks{
}


#codeBox{
	margin-top: 20px;
}

.form-field-embedd{

	background-color:#f0f0f0;
	font-size: 10px;
	color: #878571;
	

}

/* Text Styles */

.headerTitle{
}



.clipDescription{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align:center;
}


.vidLinks{
	float: left;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	width: 120px;
	line-height: 1.3em;
}


.vidLinks a:link {
	text-decoration: none;
	color:#362A21;
}
.vidLinks a:visited {
	text-decoration: none;
	color:#362A21;
}
.vidLinks a:hover {
	text-decoration: underline;
}
.vidLinks a:active {
	text-decoration: none;

}



.postCode{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

.instruction{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: x-small;
}
