/* CSS Document */

.seach_box
{
width:70px;
font-family:Tahoma;
font-size:11px;
color:#666666;
border-width:1px;
border-color:#CCCCCC;
border-style:solid;
background-color:#ffffff;
}

/*Up and Down arrows*/
.uparrow{}
a.uparrow
{
font-size:1px;
margin:0px;
display:block;
width:11px;
height:8px;
background-image:url(../images/uparrow.jpg);
background-repeat:no-repeat;
}
	
.downarrow{}
a.downarrow
{
font-size:1px;
margin:0px;
display:block;
width:11px;
height:8px;
background-image:url(../images/downarrow.jpg);
background-repeat:no-repeat;
}

.nextprev
{
font-size:11px;
text-decoration:underline;
}	

.small_numbers_text{font-size:10px;}
