input border: 1pt solid #6A849D;
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> input { border: 1pt solid #6A849D; font: normal 10px tahoma; color: #707070; margin: 0px 0px 5px 0px; } .search { padding: 5px; font-size: 0.9em; color: #6A849D; } </style> </head> <body> <div class="search"> <p><strong>Looking for Something: </strong><br /> <br /> <input type="text" size="15" /> <input type="submit" name="Search" value="Search" /> </p> </div> </body> </html>