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

body  {
    overflow:hidden;
}

.map
{
	float:left;
	height:311px;
	width:320px;
	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:320px;
	position:absolute;
	top:311px;
	left:0px;
}

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

#mapButton  {
    width: 69px;
    height: 19px;
    position: absolute;
    left:170px;
}

#satButton
{
    width: 68px;
    height: 19px;
    position: absolute;
    left:240px;
}

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

