/* ===================================
    CSS STYLES FOR Module VirtualEarth
	Copyright 2006 Inspector IT, Inc. 
	& Antonio Chagoury
   ===================================
*/

#search input.button, .searchBtn
{
	cursor: pointer;
	background: #cf0 url(http://images.shopping.msn.com/img/btnbg.gif) repeat-x 0 0;
	border: 1px solid #d0d9df;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}
.searchBtn 
{
	width: 116px;
	height: 20px;
	font-size:11px;
	padding-bottom:2px;
	margin-top:1px;
}
.GeoCoder 
{
	border: 1 dashed #333333;
	background-color: ffffce;
}
.IITGMAP_Contact
{
	width: 200px;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    padding: 3px 3px;
    background:url(images/bg-fade-light.png) repeat-x bottom;
    color:#000;
    font-size:.8em; 
    font-family:Verdana, Sans-Serif;
    margin: 0px, 0px, 2px, 3px;
    cursor: hand;
}
.IITGMAP_Contact_View
{
	width: 250px;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    padding: 3px 3px;
    background:url(images/bg-fade-light.png) repeat-x bottom;
    color:#000;
    font-size:.8em; 
    font-family:Verdana, Sans-Serif;
    margin: 0px, 0px, 2px, 3px;
    cursor: hand;
}

.IITGMAP_Contact_Edit
{
	width: 200px;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    padding: 3px 3px;
    background-color: #ffffce;
    color:#000;
    font-size:.8em; 
    font-family:Verdana, Sans-Serif;
    margin: 0px, 0px, 2px, 3px;
    cursor: hand;
}

.IITGMAP_Name
{    
    font-weight:bold;
    color:#465239;
}

.IITGMAP_Address
{
    color:Gray;
    padding: 6px 6;
}

.IITGMAP_Phone
{
    color: #333333;
    text-align:right;
    white-space:nowrap; 
}