﻿.bopendata__form-wrap{
	max-width:600px;
	width:600px;
}

.bopendata__tr{
	padding-bottom:5px;
}

.bopendata__tr_h{
	height:0px;
	overflow:hidden;
	padding:0;
}

.bopendata__label{
	width:30%;
	float:left;
	font-size:16px;
	line-height:32px;
}

.bopendata__label-checkbox{
	width:100%;
	line-height: 1.2;
	padding-bottom: 15px;
	padding-top: 5px;
}

.bopendata__f{
	margin:0;
	margin-left:35%;
	display:block;
	box-sizing:border-box;
	padding:3px 8px;
	height:32px;
	line-height:30px;
	width:65%;
	border:1px solid #777777;
	outline:none;
	font-size:16px;
	font-family:Tahoma;
	
}

.bopendata__f:focus{
	border-color:#81a900;
}

.bopendata__f_error{
	border-color:#D41717;
	background-color:#FFF1F1;
}

.bopendata__textarea{
	height:80px;
}

.bopendata__button{
	display:inline-block;
	vertical-align:top;
	border:none;
	color:#ffffff;
	background-color:#81a900;
	min-width:60px;
	text-align:center;
	line-height:34px;
	box-sizing:border-box;
	padding:0px 20px;
	outline:none;
	cursor:pointer;
	font-size:16px;
}
