#f_request,
#f_contest
{
	height: 40px;
	width: 174px;
	background: url('imgs/ui_buttons/request_h.png') 0 0 no-repeat;
	border:0;
}

#f_request a,
#f_contest a
{
	display: block;
	height: 40px;
	width: 174px;
	background: url('imgs/ui_buttons/request.png') 0 0 no-repeat;
	text-decoration:none;
}

#f_request a:focus,
#f_request a:hover,
#f_request a:active,
#f_contest a:focus,
#f_contest a:hover,
#f_contest a:active,
#f_create a:focus,
#f_create a:hover,
#f_create a:active
{
	background: transparent;
}

#f_create
{
	height: 40px;
	width: 174px;
	background: url('imgs/ui_buttons/create_h.png') 0 0 no-repeat;
	border: 0;
}

#f_create a
{
	display:block;
	height: 40px;
	width: 174px;
	background: url('imgs/ui_buttons/create.png') 0 0 no-repeat;
	text-decoration:none;
}
