.cf:before, .cf:after{
      content:"";
      display:table;
    }

    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/
 .keres {
	margin: 28px 4px;
	padding-right: 20px;
	 position: relative;
	 float: right;
 }
    .form-wrapper {
        width: 290px;
        margin: 0px 0px 0px 0px;
		float: right;
		clear: both;
    }

    .form-wrapper input {
        width: 230px;
        padding: 7px 10px;
		margin: 0px 0px;
        float: left;
        border: 0;
		font-size: 11pt;
        background: #fff;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 30px;
        width: 40px;
        color: #fff;
		font-size: 16pt;
        text-transform: uppercase;
        background-color: red;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }

    .form-wrapper button:hover{
        background: red;
    }

    .form-wrapper button:active,
    .form-wrapper button:focus{
        background: red;
    }

    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent red transparent;
        top: 8px;
        left: -6px;
    }

    .form-wrapper button:hover:before{
        border-right-color: red;
    }

    .form-wrapper button:focus:before{
        border-right-color: red;
    }

    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media screen and (max-width: 768px) {
 .keres {
	clear: both;
    right: -8px;
    margin: 0px 0 18px 0;
 }
}
@media screen and (max-width: 480px) {
    .keres {
        float: none;
       top: 0px;
       margin: 8px auto;
       display: table;
    }
   }
@media screen and (max-width: 360px) {
    .form-wrapper {
        width: 200px;
    }
    .form-wrapper input {
        width: 140px;
    } 
}