.message{
	font-family: 'font004' !important;
    font-size: 28px;
	color:#ec7227;
	padding-top: 24px;
    padding-bottom:25px;
}
p.option
{
    text-align: center;
    font-family: 'font004';
    font-size: 20px;
    color:#707070;
    margin:0px;
    font-weight: 400;
}
p.psearch {
    clear: both;
    color: #707070;
    font-family: 'font004';
    font-size: 20px;
    margin: 0;
    padding-top: 54px;
    text-align: center;
    font-weight: 400;
}
.navcontent
{
   padding-top:49px;
   padding-left: 158px;   
   float:left;
}
.gpsapp
{
    float:left;
}
.gpsapp h3
{
    color:#ec7227;
     font-family: 'font004' !important;
    font-size: 18px;
}
.gpsapp ul
{
    margin:0px;
    padding:0px;
    list-style: none;
}
.gpsapp ul li
{
    
    padding-bottom: 3px;
    font-family: 'font004' !important;
    font-size: 14px;
}
.gpsapp ul li a
{
    color:#00b2e5;
    cursor:pointer;
    
}


form.search{
	clear:both;
	text-align: center;
	margin: 21px auto;
    margin-bottom: 93px;
}

form.search table{
	clear:both;
	text-align: center;
	margin: 0px auto;
}

form input.button{
	background:url(../images/search_button_404.png) top no-repeat;
	width:91px;
	height:42px;
	background-color: transparent;
	border:none;
	cursor: pointer;
}
form input.buttonDev{
    background:url(../images/search_button_404_dev.png) top no-repeat;
    width:44px;
    height:38px;
    background-color: transparent;
    border:none;
    cursor: pointer;
    margin-left: -5px;
}
form input.buttonDev:hover{
    background:url(../images/search_button_404_dev_hover.png) top no-repeat;
    width:44px;
    height:38px;
    background-color: transparent;
    border:none;
    cursor: pointer;
}
form input.buttonDev:hover:active{
    background:url(../images/search_button_404_dev_active.png) top no-repeat;
    width:44px;
    height:38px;
    background-color: transparent;
    border:none;
    cursor: pointer;
}

form input.searchBox{
	
	width:236px;
	height:34px;
	background-color: transparent;
	border:none;
	padding-left:20px;
	font-family: 'font004' !important;
    font-size: 18px;
    border:1px solid #CCC;

}

.defaultText { width: 300px; }
.defaultTextActive { color: #a1a1a1; }
