﻿.table1

{
	width:100%;
	padding: 0px; /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#E6E6E6)); /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, white, #E6E6E6); /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#E6E6E6); /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#E6E6E6)";
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.headermenu1
{
	font-family: Arial;
	font-size:12px;
	color:white;
	text-decoration:none;

}
.headermenu
{
	
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	background-color:#063e86;
	height:20px;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	width:90%;
	color:white;
	text-decoration:none;
	border-right:1px solid white;
    
}
    .search
    {
    width:100%;
    /*border:1px solid black;
    border-radius:14px 14px 14px 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;*/
    }
    
    .search .submit {
    border: 0;
    background: url(search1.png) transparent top left no-repeat;
    text-transform: uppercase;
    width: 20px;
    }
.search input.text
{
border-radius:14px 0px 0px 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
 color: #000;
 }
