@CHARSET "UTF-8";

#home_page {
	margin-right:10px
}

#keyboard_textarea {
	width:730px;
	height:250px;
	line-height:1.5em;
	font-size:1.8em;
	margin-bottom:10px;
	margin-top:0px;
	padding:10px;
	border:1px solid #ccc;
	-moz-border-radius:20px;
	-webkit-border-radius:20px
}

#keyboard { 
	border:0px;
	width:580px;
	height:195px;
	margin:0 auto 10px;
	text-align:center	
}

#keyboard div {
	padding:10px;
	text-align:center;
	float:left;
	border:1px solid #e3e3e3;
	cursor:pointer;
	margin:2px;
	background-color:white
}

#shift { 
	width:45px;
}

#backspace { 
	width:63px
}

#backslash { 
	width:32px
}

#enter { 
	width:70px
}

#tab { 
	margin-left:4px !important
}

#space { 
	margin-left:100px !important;
	width:321px
}

#first_spec { 
	margin-left:10px !important
}

.symbol { 
	width:11px !important
}

.digit { 
	width:11px !important
}

.topspec { 
	float:left
}

#langswitcher { 
	width: 30px
}

#tabSwitcher {
    margin-bottom: 10px;
}

#keyboardLatin {
	height: 70px !important;
	padding: 0px !important;
	border: 0px;
}

#navigation br.clear { display: none; }