/* -------------------------------------------------------------------------------------- */
/* Input Boxes for Search and Text Finders */
/* -------------------------------------------------------------------------------------- */

input.TextInputbox{
    color: #000000;
    width: 271px;
    height: 14px;
    border-bottom: 1px solid #A9A9A9;
    border-left: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
    border-top: 1px solid #A9A9A9;
    background-color: #FFFFFF;
    cursor: text;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
}

input.TextInputbox:hover{
    color: #000000;
    width: 271px;
    height: 14px;
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    background-color: #FFFFCC;
    cursor: text;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
}

input.FindTextButtons {
    color: #777777;
    width: 67px;
    height: 18px;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: normal;
}

input.FindTextButtons:hover {
    color: #AA2D2A;
    width: 67px;
    height: 18px;
    border-bottom: 1px solid #AA2D2A;
    border-left: 1px solid #AA2D2A;
    border-right: 1px solid #AA2D2A;
    border-top: 1px solid #AA2D2A;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: bold;
}

input.MessageCenterButton {
    color: #777777;
    width: 170px;
    height: 18px;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: normal;
}

input.MessageCenterButton:hover {
    color: #AA2D2A;
    width: 170px;
    height: 18px;
    border-bottom: 1px solid #AA2D2A;
    border-left: 1px solid #AA2D2A;
    border-right: 1px solid #AA2D2A;
    border-top: 1px solid #AA2D2A;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: bold;
}

input.buttonGoogle {
    color: #777777;
    width: 70px;
    height: 18px;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: normal;
}

input.buttonGoogle:hover {
    color: #AA2D2A;
    width: 70px;
    height: 18px;
    border-bottom: 1px solid #AA2D2A;
    border-left: 1px solid #AA2D2A;
    border-right: 1px solid #AA2D2A;
    border-top: 1px solid #AA2D2A;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: bold;

}

input.buttonDirections {
    color: #777777;
    width: 128px;
    height: 18px;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: normal;
}

input.buttonDirections:hover {
    color: #AA2D2A;
    width: 128px;
    height: 18px;
    border-bottom: 1px solid #AA2D2A;
    border-left: 1px solid #AA2D2A;
    border-right: 1px solid #AA2D2A;
    border-top: 1px solid #AA2D2A;
    background-image: url(http://www.fwagroup.com/web/web_backgrounds/horizontal_gradient_917x18.png);
    cursor: pointer;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
    font-weight: bold;

}

input.textGooglebox{
    color: #000000;
    width: 210px;
    height: 12px;
    cursor: text;
    font-family: verdana, sans-serif, arial, helvetica;
	font-size: 12px;
}

::-moz-selection{
	background: #AA2D2A;
	color: #EEEEEE;
}

::selection {
	background: #AA2D2a;
	color: #EEEEEE;
}
