@CHARSET "UTF-8";

*{ margin: 0; padding: 0; }
html, body{ padding: 0; margin: 0; font: 12px Tahoma, Arial, Verdana, sans-serif; color: #FFF; background: #000; height: 100%; }

a{ color: #F00; text-decoration: underline; }
a:hover{ color: #F00; text-decoration: none;}

img { border: 0 }

.movie-ban {
    background: url(../images/movie-ban.gif) 0 0 no-repeat;
    width:14px;
    height:14px;
    display:block;
    float:left;
    text-decoration:none; 
}

.movie-working {
    background: url(../images/wish-loading.gif) 0 0 no-repeat;
    width:14px;
    height:14px;
    display:block;
    float:left; 
}

.wish-plus-active {
	background: url(../images/wish-plus-inactive.gif) 0 0 no-repeat;
	width:16px;
	height:16px;
	display:block;
	float:left; 
}

.wish-plus-active:hover {
    background: url(../images/wish-plus-active.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    display:block;
    float:left; 
}

.wish-minus-active {
    background: url(../images/wish-minus-inactive.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    display:block;
    float:left; 
}

.wish-minus-active:hover {
    background: url(../images/wish-minus-active.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    display:block;
    float:left; 
}

.wish-plus-inactive {
    background: url(../images/wish-plus-active.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    display:block;
    float:left; 
}

.wish-minus-inactive {
    background: url(../images/wish-minus-active.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    display:block;
    float:left; 
}

.wish-loading {
    background: url(../images/wish-loading.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    display:block;
    float:left; 
}

