span.content
{
	line-height: 24px;
}

span.sidebar
{
	line-height: 18px;
}

span.table-item1
{
	line-height: 12px;
}

span.table-item2
{
	line-height: 12px;
}

input.button{
	color: #ffffff;
	background-color: #CC6600;
	border-top-color: #D07316;
	border-top-width: 1px;
	border-left-color: #D07316;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #B35A00;
	border-bottom-color: #B35A00;
	border-bottom-width: 1px;
}

.alpha-off{
	filter: Alpha(Opacity=50);
}

.alpha-over{
	filter: Alpha(Opacity=100);
}

.alpha-on{
	filter: Alpha(Opacity=100);
}
/* Search table markup */
#design_search select
{
	font-size:9px;
}

#design_search td
{
	font-size:9px;
	color:blue;
	padding:2px;
	white-space:nowrap;
}

#design_search td select
{
	width:165px;
}

#design_search td span.small
{
	font-size:9px;
}

#design_search td input.textbox
{
	width:165px;
}

a.login-sidebar
{
	font-size:12px;
}

#account_info
{
	margin-top:20px;
}

#account_info td
{
	white-space:nowrap;
}

iframe.popup_visible{
    
    width:5px;
    height:5px;
    display: inline;
    position:absolute;
    z-index:500;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}   
 
iframe.popup_hidden{

    display: inline;
    position:absolute;
    display: none;
    z-index:500;
}
