@charset "utf-8";
html {
     height:100%;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

a:link {
	color: #92080d;
}
a:visited {
	color: #92080d;
}
a:hover {
	color: #DE0C11;
}
a:active {
	color: #92080d;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	line-height: 16px;
}
.box {
	height: 160px;
	width: 285px;
	padding-top: 80px;
	padding-left: 5px;
}
.highlight-content {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-style:italic;
}

.box-synopsis {
	width: 550px;
	height: 120px;
	padding-top: 5px;
	padding-left: 13px;
}

.box-rules {
	width: 520px;
	height: 320px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 8px;
	line-height: 17px;
}

.box-character {
	width: 270px;
	height: 100px;
	padding-top: 88px;
	padding-left: 20px;
}

.box-prizes1 {
	width: 280px;
	height: 80px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
}
.box-prizes2 {
	width: 280px;
	height: 120px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 14px;
}


.textfield {
	resize: none;
	background:transparent; 
	border: 0;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 3px;
	width:270px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	
}
.textarea {
	resize: none;
	background:transparent; 
	border: 0;
	padding-top:3px;
	padding-left: 8px;
	width:270px;
	height: 150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	overflow:hidden 
}
.divtextbox{
	padding-top:5px;

}

.box-trailer {
	padding-left: 13px;
	padding-top: 55px;
	
}

.text-red{
	color: #92080d;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

