/*Search style Begin*/
.searchForm
{
    color:#FFF;
    font:bold 11px Verdana;
    width:150px;
    position:relative;
    left:30px;
    top:-15px;
}

    .searchForm .text
    {
        width:100px;
        border:solid 1px #96B1D2;
        color:Gray;
    }
    
    .searchForm .pollSubmit
    {
        width:19px;
        height:16px;
        border:none;
        background-color:Transparent;     
        position:relative;
        top:-1px;
        left:5px;
    }

.searchTitle {
	color: #ae3031;
	font-weight: bold;
	
}

.searchResultTitle
{
    margin-top:5px;
}

.searchResultTitle A{
	
	font-weight: bold;
	color:#608bc7;
	font:Verdana;
}


.searchPage A, .searchPage
{
    color:#608bc7;
    font:bold 11px Verdana;
}

/*Search style End*/
