DIV#function_menu
{
	width: 328px;
	height: 76px;
	margin-left: 400px;
	z-index: 10000;
}


#function_menu FORM
{
	display: inline-block;
	float: left;
}

DIV#function_menu INPUT.functionButtons
{
	width: 18px;
	height: 18px;
	float: right;
	background: #000;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	margin: 0px;
	padding: 0px;
	clear: right;
	z-index: 400;
}

DIV#functionMenu_ButtonsWrapper
{
	float: right;
	width: 32px;
	height: 90px;
	position: absolute;
	left: 25.8em;
	top: -0.5em;
	z-index: -220;
}

DIV#function_menu SPAN.title
{
	font-weight: bold;
	display: inline;
	color: #000;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	line-height: 20px;
}

DIV#functionMenu_MailWindow, DIV#functionMenu_SearchWindow
{
	display: none;
	position: absolute;
	top: 3em;
	/*left: -317px;
	margin-left: -320px;*/
	width: 300px;
	float: left;
	padding: 0px;
    BACKGROUND:#e8e5e3;
	border: 1px solid #000;
	clear: none;
}


DIV#functionMenu_MailWindow
{
	/*top: 39px;
	height: 243px;*/
}

DIV#functionMenu_SearchWindow
{
	top: 4.4em;
	/*top: 48px;
	height: 243px;*/
}

DIV#functionMenu_MailWindow table.form_table, DIV#functionMenu_SearchWindow table.form_table
{
	/*position: relative;
	left: -20px;*/
	width: 310px;
	margin: 4px 0px 0px 0px;
}

*DIV#functionMenu_MailWindow table.form_table, *DIV#functionMenu_SearchWindow table.form_table
{
	left: 0px;
}

table.form_table
{
	padding-left: 8px;
	background-color: #e8e5e3;
	width: 300px;
}

table.form_table TD
{
	vertical-align: middle;
	height: 29px;
	/*padding-left: 8px;*/
}

table.form_table TD.label
{
	width: 96px;
	color: #000;
	padding-left:10px;
}

table.form_table TD.field .inputTextClass
{
	width: 150px;
}

table.form_table TD.field TEXTAREA.inputTextClass
{
	/*height: 80px;*/ 
}