@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic-ext,latin);

body {
	margin: 0 0 0 280px;
	font-family: 'Roboto Condensed', sans-serif;
}
select {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}
textarea {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	height: 15em;
	width: 500px;
}
button {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin: 4px 0 0 -1px;
}
input {
	font-family: 'Roboto Condensed', sans-serif;
}

div.panel {
	float: left;
	margin: 0 10px 10px 0;
}

div.panel select {
	width: 200px;
}

div.frame {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
	padding: 0 0 0 10px;
}
div.frame h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
div.frame input {
	display: block;
	width: 248px;
	margin: 0 0 0.2em 0;
	padding: 2px 4px;
}
div.frame select {
	position: fixed;
	top: 58px;
	left: 10px;
	bottom: 40px;
	width: 258px;
}
div.frame button {
	position: fixed;
	width: 80px;
	bottom: 10px;
}
#b_ain {
	left: 10px;
}
#b_aex {
	left: 100px;
}
#b_exa {
	left: 190px;
}

h1 {
	font-size: 26px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#auto_num {
	width: 16px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

div.output {
	clear: both;
}
