#my-data {
	width: 550px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
}

#newsEntries {
	padding:12px 12px 12px 12px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
	/*margin-bottom:1px;*/
}

hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0;
	margin:25px 12px 25px 12px;
}

#newsEntries .comment {
	margin-top:12px;
}

#newsEntries img {
	max-width:526px;
	width: expression(this.width > 526 ? '526px': true);
}

#contestsForm #title {
	padding:12px 0px 12px 0px;
	font-size:18px;
	color: #4BCFFF;
}

#contestsForm  {
	padding:12px 0px 12px 0px;
}

#contestsForm  input {
	width:167px;
}