@charset "UTF-8";
/* FOUNDERS BANK FORMS CSS Document */

#search {/*site search*/
width: 170px;
height: 27px;
display:block;
position: absolute;
float: right;
right: 12px;
bottom: 5px;
}

.search-box input.cat_textbox_small{
width: 114px;
height: 14px;
margin:0;
padding: 3px;
color: #FFF;
border: 1px solid #99c7bb;
background-color: transparent;
}
.search-box{padding:0;height: 21px;}
.cat_button{padding: 0 0 0 5px;}



/*email sign up */

table#e_signup input.cat_textbox  {
width:200px;
height:20px;
background-color:#fff;
border: 1px solid #ccc;
}

table#e_signup select.cat_dropdown_smaller  {
width:75px;
height:20px;
background-color:#fff;
border: 1px solid #ccc;
}


table#e_signup value {
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 11px;
color:#000;
}

table#e_signup td {
font-size: 11px;
}

/* Contact Us */

input.cat_textbox2  {
width:200px;
height:20px;
background-color:#fff;
border: 1px solid #ccc;
}

table#contact_us select.cat_dropdown_smaller  {
width:75px;
height:20px;
background-color:#fff;
border: 1px solid #ccc;
}


table#contact_us value {
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 11px;
color:#000;
}

table#contact_us td {
font-size: 11px;
}