/* 
    Document   : iphone-base
    Created on : Apr 17, 2009, 12:10:57 AM
    Author     : Robert
    Description:
        Purpose of the stylesheet follows.
*/

.map
{
	float:left;
	height:221px;
	width:390px;
	position: absolute;
	top:0px;
	left:0px;
}

.blue-box
{
	background:transparent url(/marinaWidget/res/images/blue-bg.gif) repeat-x scroll 0 0;
	height:54px;
	width:390px;
	position:absolute;
	top:221px;
	left:0px;
}

.msg-box-container
{
	position:absolute;
	top:35px;
	left:50px;
	z-index: 1000;
}

.msg-box
{
	background:transparent url(/marinaWidget/res/images/msg_box_mid.png) repeat-y;
	height:120px;
	width:296px;
	padding:3px;
}

#chartList_Select
{
    height:120px;
    left:-10px;
    overflow:auto;
    position:absolute;
    top:36px;
    width:260px;
}

#imgSrch
{
    width: 50px;
    height: 47px;
    border: none;
    margin: 6px 0px 0px 6px;
    position: absolute;
    right:120px;
}

