#page .center    .form{
	position: relative;
	left: 0px;
	top:0px;
	width: 45%;
	margin: 0px;
    float: left;
    padding: 0px;
    margin: 30px 15px 30px 30px;
}
#page .center    .form .input-block:last-of-type {
    height: 65px;
}
#page .center    .half.pres_msg {
    width: 45%;
    float: right;
   margin: 30px 30px 30px 15px;
}

#page .right .uslov p {
    width: 100% !important;
}

#page .center .form .button {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: 'PT Sans';
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

#page .center .form .button.blue {
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.57);
    border: 1px solid #5da2db;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), inset 0 -1px 0 rgba(255,255,255,0.08), inset 1px 0 0 rgba(255,255,255,0.08), inset -1px 0 0 rgba(255,255,255,0.08), 0 3px 0 rgba(13,86,147,1);
    background: url('../images/bluebut.png') repeat-x;
}

 #page .center .form .button.blue:hover {
    opacity: 0.9;
    filter: Alpha(Opacity=90);
}

#page .center .form input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 380px;
    font-size: 24px;
    cursor: pointer;
    float: none;
}