.MCSearchBox
{
	background-image: url("/images/maproutebackground.png");
	background-repeat: no-repeat;
	width:167px;
	height: 256px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.MCFrom
{
	top: 84px;
	text-align:center;
	/*background-color:#ECECEC;*/
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9px;
	margin:0px 0px 0px 0px;
	position: relative;
    width: 125px;
}
.MCTo
{
	top: 97px;
	text-align:center;
	/*background-color:#ECECEC;*/
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9px;
	margin:0px 0px 0px 0px;
	position: relative;
    width: 125px;
}
.MCFromOther
{
	top: 128px;
	text-align:center;
	/*background-color:#ECECEC;*/
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9px;
	margin:0px 0px 0px 0px;
	position: relative;
    width: 125px;
}
.MCToOther
{
	top: 140px;
	text-align:center;
	/*background-color:#ECECEC;*/
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 10px;
	margin:0px 0px 0px 0px;
	position: relative;
    width: 125px;
}
.MCSubmit
{
    top: 144px;
  	text-align:center;
	background-color:#E1E4A0;
	color: #C5A055;
	font-weight: bold;
	position: relative;
}