/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.11.2014, 18:33:21
    Author     : ivanov
*/

#faq-search-area{
    border-radius: 22px;
    border:1px solid #ccc;
    position: relative;
}
#faq-search{
    width: 87%;
    padding: 10px 1%;
	font-size: 14px;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    display: inline-block;
    border:none;
}
#faq-search:focus{
    outline: none;
    
}
#faq-search-submit{
    cursor:pointer;
    display: inline-block;
    vertical-align: middle;
    width: 8%;
    padding: 10px 1% 9px;
	font-size: 14px;
    position: absolute;
    right: -1px;
	top: -1px;
    background: none; 
    color: #fff;
    background: #335466;
    text-align: center;
    border-bottom-right-radius: 19px;
    border-top-right-radius: 19px;
    background: -moz-linear-gradient(top, #335466 0%, #496b82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#335466), color-stop(100%,#496b82));
    background: -webkit-linear-gradient(top, #335466 0%,#496b82 100%);
    background: -o-linear-gradient(top, #335466 0%,#496b82 100%);
    background: -ms-linear-gradient(top, #335466 0%,#496b82 100%);
    background: linear-gradient(to bottom, #335466 0%,#496b82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335466', endColorstr='#496b82',GradientType=0 );
}