﻿
.headermenu1
{
	font-family: Arial;
	font-size:12px;
	color:white;
	text-decoration:none;

}
.heading
{
	font-family:Verdana; font-size:19px; font-weight:bold;
	color:Black;
}
.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;
 }
.inputbox  { 
    border: 1px solid #c4c4c4; 
    height: 20px; 
    width: 105px; 
    font-size: 13px; 
    padding: 1px 1px 1px 1px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.inputbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}