div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.anketa-form {
    border: 1px solid #ebebeb;
    padding: 30px;
    margin: 30px 0;
    box-sizing: border-box
}

.anketa-form h2 {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ebebeb
}

.anketa-form h3 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 25px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.anketa-form-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.anketa-form-table tr td {
    color: #333;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    vertical-align: top
}

.anketa-form-table tr td:first-child {
    width: 30%;
    padding-right: 5%;
    text-align: right
}

.anketa-form-table.v-middle td {
    vertical-align: middle
}

.input {
    border: 1px solid #ebebeb;
    padding: 14px
}

.input.active{
	border: 1px solid #f90;
}

.input input {
    width: 100%;
    border: 0;
    background: none;
    outline: none
}

.textarea {
    border: 1px solid #ebebeb;
    padding: 14px
}

.textarea.active{
	border: 1px solid #f90;
}

.textarea textarea {
    outline: none;
    resize: none;
    height: 100px;
    width: 100%;
    border: 0;
    background: none
}

.select {
    position: relative;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    width: 130px;
    padding: 11px 14px;
    background: url(select-down.jpg) 95% 50% no-repeat;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    vertical-align: top
}

.select .drop-list {
    position: absolute;
    width: 100%;
    top: 48px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    height: 200px
}

.select .drop-list .item {
    text-align: left;
    padding: 10px 14px;
    box-sizing: border-box;
    cursor: pointer
}

.select .drop-list .item:hover {
    background-color: #ebebeb
}

.select .drop-list .scroller-handle {
    width: 3px
}

.select:hover {
    overflow: visible
}

ul.radioList li {
    cursor: pointer;
    margin-bottom: 15px
}

ul.radioList li span {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none
}

ul.radioList li span.radio {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px
}

ul.radioList li span.radio input[type=checkbox] {
    opacity: 0;
    display: none
}

ul.radioList li span.radio:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(radio-list.png) 0 0 no-repeat
}

ul.radioList li span.txt {
    font-weight: 300
}

ul.radioList li:hover .radio:before {
    background: url(radio-list.png) 0 100% no-repeat
}

ul.radioList li.active .radio:before {
    background: url(radio-list.png) 0 100% no-repeat
}

.button-box {
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    padding: 25px 0 0;
    text-align: center
}

.button-box button {
    display: inline-block;
    background-color: #f60;
    border-radius: 3px;
    width: 140px;
    padding: 13px 0;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
	-webkit-transition: all 200ms ease-in-out 300ms;
	-moz-transition: all 200ms ease-in-out 300ms;
	-ms-transition: all 200ms ease-in-out 300ms;
	-o-transition: all 200ms ease-in-out 300ms;
	transition: all 200ms ease-in-out 300ms;
}

.button-box button:hover {
	color: #333;
	background-color: #f90; 
}