@charset "utf-8";
/* CSS Document */

.choicestation_addto_antihero_c a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 0; width: 138px; height: 19px; } 
.choicestation_addto_antihero_e a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -69px; width: 138px; height: 19px; } 
.choicestation_addto_antihero_c a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -138px; width: 138px; height: 19px; display:block; } 
.choicestation_addto_antihero_e a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -207px; width: 138px; height: 19px; display:block; } 
.choicestation_addto_antihero_s a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -276px; width: 138px; height: 19px; display:block; } 
.choicestation_addto_antihero_s a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -345px; width: 138px; height: 19px; } 
.choicestation_addto_gathering_c a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -414px; width: 138px; height: 19px; } 
.choicestation_addto_gathering_e a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -483px; width: 138px; height: 19px; } 
.choicestation_addto_gathering_c a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -552px; width: 138px; height: 19px; display:block; } 
.choicestation_addto_gathering_e a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -621px; width: 138px; height: 19px; display:block; } 
.choicestation_addto_gathering_s a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -690px; width: 138px; height: 19px; display:block; } 
.choicestation_addto_gathering_s a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -759px; width: 138px; height: 19px; } 
.choicestation_edit_choices_c a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -828px; width: 138px; height: 19px; } 
.choicestation_edit_choices_e a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -897px; width: 138px; height: 19px; } 
.choicestation_edit_choices_c a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -966px; width: 138px; height: 19px; display:block; } 
.choicestation_edit_choices_e a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1035px; width: 138px; height: 19px; display:block; } 
.choicestation_edit_choices_s a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1104px; width: 138px; height: 19px; display:block; } 
.choicestation_edit_choices_s a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1173px; width: 138px; height: 19px; } 
.choicestation_remove_c a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1242px; width: 82px; height: 19px; display:block; } 
.choicestation_remove_e a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1311px; width: 82px; height: 19px; display:block; } 
.choicestation_remove_s a{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1380px; width: 82px; height: 19px; display:block; } 
.choicestation_remove_c a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1449px; width: 82px; height: 19px; } 
.choicestation_remove_e a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1518px; width: 82px; height: 19px; } 
.choicestation_remove_s a:hover{ background-image: url(/images/antihero_p/choice_station.png); background-repeat: no-repeat; background-position: 0 -1587px; width: 82px; height: 19px; } 


.choice_station_box {
	overflow:hidden;
	width: 30%;
	margin: 5px;
	padding: 5px;
	border:1px solid #DDD;
	position:relative;
	float: left;
	
	border-radius: 6px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFF, #EFEFEF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF));
	
	-moz-box-shadow: 1px 1px 3px #B3B3B3;
	-webkit-box-shadow: 1px 1px 3px #B3B3B3;
}

.choice_station_del_btn { 
	position:absolute; bottom:10px; right: 10px;
	text-align: right;
	font-weight:bold;
	color:#900;
}