﻿.noErrorMessages
{
     display: none;
}
.errorMessages
{
     display: block;
     color: Orange;
     font-weight: bold;
     font-size: 13px;
     width: 280px;
}
.mainContent
{
    text-align: center;
    width: 280px;
}
.buttonMessages 
{
	color:#fff0d5;
	font-size:13px;
}
.mapCanvas 
{
    width:280px; 
    height:280px; 
}
.directions
{
    width: 270px; 
    text-align:left; 
    margin-left:0px; 
    border-width:0px;
}
.storeMessagesLocations
{
    text-align: center;
    color:#f49644;
	font-size:13px;
}
.storeMessagesLocations li
{
    text-align: left;
}
