html, body {
	padding:0;
	margin:0;
	height:100%;
	font: 0.9em Verdana, sans-serif;
}
body .code {
	text-align:center; 
}
#spacer { 
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}
#container {
	position:relative; 
	text-align:center;
	height:400px;
	clear:left;
}
#description {
	text-align: center;
}

#content {
	position:relative; 
	margin:0 auto;
	padding:1em;
	text-align:left;
	width:600px;
	clear:left;
	//background-color:#F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.divider {
	width:100%;
	clear:both;
	background-color:#888;
	height:1px;
}

#langBar {
	position:absolute; 
	top:5px;
	right:5px;
	padding:0.2em;
	font-size:0.9em;
	display:block;
/*	border:1px solid black;
	background-color:#E0E0E0;*/
	text-align:right;
	height:16px;
/*	width:20px;*/
}
#bmlet{
    padding:5px;
    border:1px solid black;
    border-radius:5px;
}
#qr-code {
	border:1px solid #E0E0E0;
}
#qr-code-link {
	padding-top: 0;
	width: 240px;
	background-color: white;
	border: 1px solid #E0E0E0;
}
#qr-code-link-btn {
	width:100px;
	background-color: #DDD;
	border: 1px solid black;
}

.trimLink {
	font-size: smaller;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}
.trimMsg{
	font-size: smaller;
	text-align: center;
	cursor: text;
}

#description table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 350px;
}
#description table #descr-header {
	text-align: center;
	font-weight: bold;
	padding-top: 1em;
}
#description table #action-header {
	text-align: center;
}
.field-name {
	padding-top: 0.3em;
	padding-right:5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width:65px;
}
.field-content {
	width: 280px;
	padding-top: 0.3em;
	vertical-align: top;
	text-align: left;
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */ 
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
	overflow: auto; /* For opera */
}
.field-content #text-field {
	width: 350px; 
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */ 
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
	overflow: auto; /* For opera */
}
a {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}
li {
	padding-bottom: 1em;
	list-style: none;
}
.note {
	font-style: italic;
	font-size: smaller;
	color:#888;
}
.note a{
    color:#888;
}
a img {
	border-width: 0;
}
p.copyright {
	text-align:center;
	margin:2em auto 0 auto;
}

.useCase{
	font-weight:bold;
}
.hide {
	display:none;
}
