﻿input.skaygir{
    width: 100px;
    height: 30px;
    border: 0;
    background:#428bca;
    color: white;
    font: 18px 'rw';
    float: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    cursor: pointer;
}

.ssaform input[type="text"]{
    width:305px;
    height: 23px;
    border: none;
    border: 1px solid #213a5b;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.ssaform  textarea{
    width:305px;
    height: 40px; 
    border: none;
    border: 1px solid #213a5b;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}