
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background: #333333;	
}

table.MainTable {
	background-image: url('images/bg2.jpg');
	width: 610px;
	border: 0px solid #000000;
}


table.BlockTable {
	border: 0px solid;
	margin-left: 20px;
}

table.purchHistoryGrid {
	border: 1px solid #000000;
	width:100%;
}

td.purchHistoryGrid {
	border: 1px solid #000000;
}



td.Block {
	border-bottom: 1px solid #A61300;
	border-right: 1px solid #A61300;
	border-left: 1px solid #A61300;
	border-top: 1px solid #A61300;
	background-color: #cccccc;
	padding: 5px;
}

td.BlockOuter {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #DF1A01;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

td.FieldHeader {
	font-family: verdana; 
	font-weight: bold;
	font-size: 11px; 
	color:#333333;
}

td.Note {
	font-family: verdana; 
	font-weight: normal;
	font-style: italic;
	font-size: 12px; 
	color:#333333;
}

td.gridHeader {
	font-family: verdana; 
	font-weight: bold;
	font-size: 10px; 
	color:#000000;
}

td.gridContent {
	font-family: verdana; 
	font-weight: normal;
	font-style: italic;
	font-size: 10px; 
	color:#333333;
}

/* VARIOUS TEXT/SPAN CLASSES */
a.regLink {
	font-family: verdana; 
	font-size: 12px; 
	color:#cc0000;
}

a.regLink:hover {
	font-family: verdana; 
	font-size: 12px; 
	color:#000000;
}

a.forgotLink {
	font-family: verdana; 
	font-size: 9px; 
	color:#cc0000;
}

a.forgotLink:hover {
	font-family: verdana; 
	font-size: 9px; 
	color:#000000;
}

.requiredErr {
	font-family: verdana; 
	font-weight: bold;
	font-style: italic;
	font-size: 11px; 
	color:#dd0000;
}

.videoTitle {
	font-family: verdana; 
	font-weight: bold;
	font-style: italic;
	font-size: 14px; 
	color:#000000;
}

.prePurchNote {
	font-family: verdana; 
	font-weight: bold;
	font-style: italic;
	font-size: 11px; 
	color:#000000;
}

.cvv2note {
	font-family: verdana; 
	font-weight: normal;
	font-style: italic;
	font-size: 10px; 
	color:#000000;
}

img.videoThumb {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #000000;
	background: #cc0000;

	width: 88px;
	height: 125px;
}



/* INPUT BOXES */
.textbox {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	background-color: #fafafa;
	border: 1px solid #333333;
	margin-left: 3px;
}

input.buttons {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background: #cc0000;
	color: #efefef;

	border-top: 1px solid #ff0000;
	border-left: 1px solid #ee0000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #550000;
}


/* FOOTER */
a.footerLink {
	font-family: verdana; 
	font-size: 9px; 
	color:#cc0000;
}

a.footerLink:hover {
	font-family: verdana; 
	font-size: 9px; 
	color:#cccccc;
}

.footerText {
	font-family: verdana; 
	font-size: 9px; 
	color:#cccccc;
}

.footer2257Text {
	font-family: verdana; 
	font-size: 9px; 
	color:#9c9c9c;
}
#ExpireMessage {
	font-family: verdana; 
	font-size: 20px; 
	color:#9c9c9c;
}

#CenterVideo {
width:95%;
margin-left: auto;
margin-right: auto;
text-align:center;
}

