﻿@charset "utf-8";
/* MI Portal header */
/* Eng Version*/
/* Latest Update: 05/07/2012*/

#header-inner {
	height: 90px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../../images/common/header-bg.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f57921;

}

#header-inner .logo
{
	margin: 10px 5px 15px 10px;
	float: left;	
}

#header-right
{
	margin-top: 2px;
	padding-right: 10px;
	float: right;
	text-align:right;
	width:470px;


}
#header-inner .header-photo
{
	display: block;
	float: right;

}

#login-detail
{
	margin-top: 0px;
	display: block;
	text-align:right;
	font-size:11px;
	white-space:nowrap;
	_white-space:normal; /*ie6*/
}

#login-detail ul {
    padding-bottom:0px;
}


#login-detail li
{
	
	list-style-type: none;	
	padding-left:3px;
	display:inline;
	
}

#login-detail img
{
	vertical-align: text-top;
	
}


