/* animemsn.com style sheet */

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: #E8E8FF url("panel.png") no-repeat bottom right;  
}

#wrapper {
  width: 800px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  }

#containerDiv {
  border: 1px solid #8080FF;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 530px;
	overflow: auto;
}

#topHeader {
	font-size: 1.2em;
	color: #55AAFF;
}

.seeThroughBox {
	border: 1px solid #8080FF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEF9F9;
}

	ul.submissionRules {
	padding-left: 0px;
	text-align: justify;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	margin-bottom: -5px;
	}
	
	ul.submissionRules li {
		padding-bottom: 10px;
		}
		
	tr.oddRow td {
	background-color: #DEF3F3;
	padding: 10px;
	}
	
	tr.evenRow td {
	background-color: #EEF9F9;
	padding: 10px;
	}
