﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/
#mdgov_enterpriseSearch{
	margin-left: -15px !important;
}

#mdgov_searchInput .mdgov_searchInputBox {
    color: #999;
    width: 55%;
    height:48px;
    padding: 0px;
    box-sizing: border-box;
    text-indent: 10px;
    overflow: hidden;
    line-height: 45px;
    margin:0 auto;
    outline: none;
    font-size: 90%;
    border-radius: 5px;
    border: none !important;
    -moz-box-shadow: 0px 0px 5px 0px #000;
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;
    -webkit-appearance: none;
}

#mdgov_searchInput .mdgov_searchButton {
    z-index: 1002;
    position: absolute;
    top: 0;    right:auto;
    width: 48px;
    height:48px;
    padding: 4px 5px;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    border: none;}
    
    #searchButton img{
	top:0;
}

.headerBgImg {
	background-image: url(../img/agencyHeaderBg-generic.jpg);
}

/* Increase font size of search results table */
.ms-vh{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
