.personalFormDescription {
 	font-weight: bold;
 	color: black;
 	padding: 0px 5px 0px 5px;
 	width: 1px;
}

.personalEditBoxTable {
	height: 18px;
	width: 98%;
	margin: 2px 5px 2px 5px;
	border: 1px solid black;
}

.personalEditBoxTableCell {
	background-image: url(../img/input_record.gif);
	background-color: white;
	background-repeat: repeat-x;
}

.personalEditBoxTableDescriptionCell {
	padding: 0px 5px 0px 5px;
	color: black;
	font-weight: bold;
}

.personalEditBoxEdit {
	width: 100%;
	height: 18px;
	border: none;
	color: black;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 7pt;
	padding-top: 3px;
	font-weight: bold;
}

.personalDescription {
	font-weigth: bold;
	color: black;
}

.personalFormEdit {
	border: solid 1px black;
	background-color: white;
	background-image: url(../img/input_record.gif);
	background: url(../img/input_record.gif);
	color: black;
	height: 18px;
	margin: 5px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	padding-top: 2px;
}

.personalEditSelect {
	border: solid 1px black;
}

.error {
	padding: 0px 10px 5px 10px;
	color: red;
	font-weight: bold;
}

.videoUploadTable {
	background-color: black;
}

.videoUploadFormDescriptionCell {
	text-align: right;
	color: red;
	width: 100px;
	font-weight: bold;
	padding: 6pt 5pt 5pt 5pt;
}

.videoUploadFormEditCell {
	padding: 5px;
}

.videoUploadFormEdit {
	background-color: white;
	width: 100%;
	border: none;
	background-image: url(../img/bgEditBox.gif);
	color: black;
	background: url(../img/bgEditBox.gif);
	background-repeat: repeat-x;
}

.copyRightCell {
 	width: 100%;
 	height: 100%;
 	background-color: red;
 	padding: 10pt 30pt 10pt 5pt;
 	font-size: 9pt;
}

.copyRightHeader {
	font-size: 10pt;
}