@font-face {
    font-family: 'ubuntulight';
    src: url('/fonts/ubuntu-l-webfont.eot');
    src: url('/fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ubuntu-l-webfont.woff') format('woff'),
    url('/fonts/ubuntu-l-webfont.ttf') format('truetype'),
    url('/fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}
.red{
	color: #B51815;
}
.farm{
	font-family: 'ubuntulight';
	padding-bottom: 80px;
}

.farm header{
	color: #9E1612;
	font-size: 49px;
}

.header{
	color: #B51815;
	font-size: 24px;
}

.formdesc{
	font-size: 24px;
	margin-top: 37px;
}

#farmnaglyad{
	width: 67%;
	min-width: 992px;
	margin-top: 36px;
}

.personalinfo{
	padding-right: 25px;
}

#farmnaglyad header{
	font-size: 24px;
	color: #B51815;
}

.fields{
	height: 40px;
	margin-top: 26px;

}

.fields-group{
	float: right;
}
label{
	font-size: 14px;
}

input{
	border: 0px solid transparent;
	height: 25px;
		 	border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: linear-gradient(to bottom,#BFBFBF, #FFFFFF);*/
	background:#EEEEEE;
	color:#656565;
	padding: 3px 7px;
}

.fio{
	width: 405px;
	margin-left: 120px;
}

.fio input{
	width: 405px;
}

.phone {
	width: 193px;
	margin-left: 100px;
}
.phone input{
	width: 193px;
}

.country{
	width: 133px;
	margin-left: 20px;
}

.country input{
	width: 133px;
}

.age{
	width: 60px;
	margin-left: 20px;
}

.age input{
	width: 60px;
}

.sex {
	width: 174px;
	margin-left: 120px;
}


.email{
	width: 405px;
}

.email input{
	width: 405px;
}

.druginfo{
	margin-top: 10px; 
	margin-right: 25px;
}

#hdrug{
	margin-top: 200px;
}

.drugname{
	width: 930px;
}

.drugname input{
	width: 930px;
}

.serial{
	width:405px;
}

.serial input{
	width: 405px;
}

.complaininfo{
	margin-right: 25px;
	margin-bottom: 50px;
}

#hcomplain{
	margin-top: 200px;
}

.complain{
	width: 930px;
	height: 170px;
}

.complain textarea{
	border: 0px solid transparent;
			border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: linear-gradient(to bottom,#BFBFBF, #FFFFFF);*/
	background: #EEEEEE;
	width: 930px;
	height: 120px;
	resize: none;
	color:#656565;
	padding: 3px 7px;
}

.confirmation{
	margin-top: 230px;
}

.small{
	font-size: 10px;
	margin-top: 15px;
	float: right;
}


#send{
	border: 1px solid #C2C2C2;
			border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: linear-gradient(to top,#BFBFBF, #FFFFFF);
	color: #656565;
	box-shadow: 10px 0 10px rgba(0,0,0,0.5);
	margin-top: -10px;
	margin-left: 10px;
	float: left;
	width: 175px;
	height: 46px;
}

#capcha{
	float: left;
	margin-left: 53px;
}

.rcheck{
	display: inline;
}

.farm input[TYPE="RADIO"],input[TYPE="CHECKBOX"]{
	float: right;
	display: none;
	background: url('/images/ar/radio-unchecked.png');
}

.farm input[type="radio"] + label span{
    display:inline-block;

    margin:3px 15px 0 0;
    padding-left: 18px;
    vertical-align:middle;
    background:url('/images/ar/radio-unchecked.png') left top no-repeat;
    cursor: pointer;
}


.farm input[type="radio"]:checked + label span{
    background:url('/images/ar/radio-checked.png') left top no-repeat;
}

.farm input[type="CHECKBOX"] + label span{
    display:inline-block;
    margin:0 15px 0 0;
    padding-left: 18px;
    vertical-align:middle;
    background:url('/images/ar/checkbox-unchecked.png') left top no-repeat;
    cursor: pointer;
}

.farm input[type="CHECKBOX"]:checked + label span{
	background:url('/images/ar/checkbox-checked.png') left top no-repeat;
}

.rcheck{
	float: right;
	position: relative;
	margin-left: 10px;
	top:0.45em;
}


.farm input[TYPE="CHECKBOX"]:checked{
	color: #B51815;
}

::-webkit-input-placeholder {
   color: #9D9D9D;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9D9D9D;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9D9D9D;  
}

:-ms-input-placeholder {  
   color: #9D9D9D;  
}

.container{

}

.container.error{
    font-weight:bold;
    color:red;
}

.container.error label, .container.error span{
    font-weight:bold;
    color:red;
}

.container.error input{
    border:2px solid red;
}

.container.error textarea{
    border:2px solid red;
}

.container.error select{
    border:2px solid red;
}


        .switch{
            overflow:hidden;
            height:50px;
            line-height:50px;
            background:#eee;
            margin:40px 0;
            -moz-border-radius:6px;
            -webkit-border-radius:6px;
            border-radius:6px;
        }
        .switch-space{

        }
        .switch-item{
            overflow:hidden;
            vertical-align:middle;
            text-align:center;
            opacity:0.6;
            cursor:pointer;
            transition:opacity 0.2s, box-shadow 0.5s;
        }
        .switch-item.active{
            /*font-weight:bold;*/
            opacity:1;
            /*box-shadow:inset 0px 0px 15px #aaa;*/
            background:#ccc;
            cursor:default;
            /*-moz-border-radius:6px;*/
            /*-webkit-border-radius:6px;*/
            /*border-radius:6px;*/
        }
        .switch-item:hover{
            opacity:1;
        }
        .switch-left{
            float:left;
            width:50%;
        }
        .switch-right{
            float:right;
            width:50%;
        }

        .-type-group-default{
            /*display:none;*/
        }
        .-type-group-default.active{
            /*display:block;*/
        }
        .-type-group-advanced{
            display:none;
        }
        .-type-group-advanced.active{
            /*display:none;*/
        }
