body {
	background-color: #000000;
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 13px;
	font-size: 12px;
}
.search {
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 6px;
}
.search input {
	font-size: 9px;
	color: #FFFFCC;
	background-color: #000033;
	border: 1px solid #FFFF00;
}
#nextstar {
	font-size: 12px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 10px;
	height: 245px;
	overflow: auto;
}
#bigbox {
	font-size: 12px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 10px;
	height: 729px;
	overflow: auto;
}
#latest {
	font-size: 12px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 10px;
	height: 416px;
	overflow: auto;
}
#user {
	margin-top: 8px;
	margin-left: 12px;
	margin-right: 5px;
	height: 144px;
	overflow: hidden;
}
.info {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF33;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
}

#watched {
	margin-top: 8px;
	margin-left: 12px;
	margin-right: 5px;
	height: 231px;
	overflow: auto;
}
#user h1, #watched h1, #rated h1 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 8px;
}
#user h2, #watched h2, #rated h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#user p, #watched p, #rated p, #user td, #watched td, #rated td, #user li, #rated li, #watched li {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 140%;
}
#rated {
	margin-top: 8px;
	margin-left: 12px;
	margin-right: 5px;
	height: 231px;
	overflow: auto;
}
td.required {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#nextstar h1, #latest h1, #bigbox h1 {
	font-size: 16px;
	color: #04080B;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 18px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #04080B;
}
#nextstar h2, #latest h2, #bigbox h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 16px;
}
#nextstar h3, #latest h3, #bigbox h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 18px;
}
#nextstar p, #latest p, #nextstar td, #latest td, #bigbox td, #bigbox p {
	font-size: 11px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 16px;
}
#nextstar li, #latest li, #bigbox li {
	font-size: 11px;
	line-height: 150%;
	list-style-type: square;
}
#nextstar input, #latest input, #nextstar select, #latest select, #nextstar textarea, #latest textarea, #bigbox input, #bigbox select, #bigbox textarea {
 	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border: 1px solid #000033;
}
#user input, #rated input, #watched input, #user select, #rated select, #watched select, #user textarea, #rated textarea, #watched textarea {
	font-size: 10px;
	color: #FFFFCC;
	background-color: #000033;
	border: 1px solid #FFFF00;
}
#user input:focus, #rated input:focus, #watched input:focus, #user select:focus, #rated select:focus, #watched select:focus, #user textarea:focus, #rated textarea:focus, #watched textarea:focus {
	font-size: 10px;
	color: #FFFFEE;
	background-color: #000055;
	border: 1px solid #FFFF44;
}
#nextstar input:focus, #latest input:focus, #nextstar select:focus, #latest select:focus, #nextstar textarea:focus, #latest textarea:focus, #bigbox input:focus, #bigbox select:focus, #bigbox textarea:focus {
 	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #CCCCFF;
	border: 1px solid #000077;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
 