@charset "UTF-8";





a:link,a:active,a:hover { 
	color: blue;
}

a:visited   {
	color: blue;
}

.wishlist {
padding-bottom: 10px;
border-bottom: 20px solid #fed5ff;
}

.wishlist:hover {
padding-bottom: 10px;
border-bottom: 20px solid #b402bb;
}

.movie {
width: 100px;
height: 148px;
padding-bottom: 5px;
border: 0px;
border-bottom: 10px solid #fed5ff;
}

.movie:hover {
width: 100px;
height: 148px;
padding-bottom: 5px;
border: 0px;
border-bottom: 10px solid #b402bb;
}

body {
	background-color: #fed5ff;
	background-position: ;
	background-attachment: ;
	background-repeat: ;
background-image: url('http:i1098.photobucket.comalbumsg368FightRightLittleChiliv2Background-small.gif');
background-repeat: no-repeat;
background-position: right top;
}

body,td {
	color: #666666;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	filter:alpha(opacity=100);
}
.container {
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	color: #b402bb;
	font-family: 'Verdana';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}
