.navigation_box{
	-moz-border-radius: 3px;
}

.navigation_box h3{
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

.task_box a,button,.button{
	-moz-border-radius: 3px;
}

.pill_left{
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
}

.pill_right{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.pill_middle{
	-moz-border-radius: 0px;
}

#cosplay_list{
	-moz-border-radius:5px;
}

.content_tab_bar li a{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#character_todo_box li{
	-moz-border-radius:5px;
}

#character_todo_box li:hover{
	-moz-border-radius:5px;
}

input[type=file]{
	-moz-border-radius:3px;
}

#content_new_plan_form_box{
	-moz-border-radius:5px;
}

#content_banner_steps{
	-moz-border-radius:5px;
}

#change_password_form_box{
	-moz-border-radius:5px;
}

#feedback_form_box{
	-moz-border-radius:5px;
}

.large_box{
	-moz-border-radius:5px;
}

.medium_box{
	-moz-border-radius:5px;
}

.small_box{
	-moz-border-radius:5px;
}

.admin_tool_box{
	-moz-border-radius:5px;
}

.data_table{
	-moz-border-radius:5px;
}

.fc-header .fc-state-default span {
	-moz-border-radius:3px;
}

/*

	Experimental CSS below

*/
/*
#cosplay_list td img{
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px#ddd;
	box-shadow: 0 0 5px #ddd;
}

#character_image_box a img{
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px#ddd;
	box-shadow: 0 0 5px #ddd;
}

#character_reference_box a{
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px#ddd;
	box-shadow: 0 0 5px #ddd;
}

.detail_image_box a img{
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px#ddd;
	box-shadow: 0 0 5px #ddd;
}

#content_edit_album_form_box img{
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px#ddd;
	box-shadow: 0 0 5px #ddd;
	padding:3px;
	background:#fff;
}
*/