body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;
}
td, input, select, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
}

/* Page Related Style ****************/
.InnerCell {
	width: 750px;
	background-color: #FFFFFF;
}
.DefaultTable {
	padding: 4px;
}
.movie
{
    LEFT: 11px;
    TOP: 110px;
    width: 150px; 
    VISIBILITY: visible;
    POSITION: absolute;
    BORDER-TOP-STYLE: none
}
.PageTitle {
	font-size: 16px;
	font-weight: bold;
}
.PageHead {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.PageFoot {
	font-size: 10px;
	text-align:center;
}

#WrapHead {
	background-color: #FF7D12;
	border: 1px solid #000000;
}
#WrapFoot {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* Form Related Style ****************/
.FormTextL {
	text-align: left;
}
.FormTextR {
	text-align: right;
}
.FormTextC {
	text-align: center;
}
.FormMsg {
	font-size: 10px;
}
.FormError {
	color: #AA0000;
}
.FormSubmit {
	vertical-align: middle;
	height: 60px;
}

/* Form Input Styles *****************/
#option { }
#quantity { width: 25px; text-align: right; }
#title { width: 50px; }
#fname { width: 125px; }
#lname { width: 150px; }
#address1 { width: 175px; }
#address2 { width: 150px; }
#city { width: 175px; }
#state { width: 150px; }
#zip { width: 75px; }
#country { width: 150px; }
#phone1 { width: 35px; }
#phone2 { width: 35px; }
#phone3 { width: 45px; }
#email { width: 175px; }
#ccno { width: 150px; }
#cctype { width: 150px; }
#ccexpmo { }
#ccexpyr { }
#cccvv { width: 45px; }
