/*
*
* @package Hangman game
* @author dmzx (www.dmzx-web.net)
* @copyright (c) 2015 by dmzx (www.dmzx-web.net)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* 
*/
.hm_info{
	font-family: Verdana;
	font-size:1.2em;
}

.letter-butt{
	width: 50px;
	height:25px;
	margin:10px 3px 0px 3px;
	font-family: Verdana;
	font-size:1.2em;
	visibility:visible;
}

.nq{
	width: 100px;
	height:25px;
	font-family: Verdana;
	font-size:1.2em;
}

.tarea{
	font-family: Verdana;
	font-size:1.2em;
	font-weight: bold;
	resize:none;
	width:600px;
	height:45px;
	text-align:center;
	color:black;
	padding:5px 10px 0px 10px;
}

.tarea_type{
	font-family: Verdana;
	font-size:1.2em;
	font-weight: bold;
	resize:none;
	width:600px;
	height:15px;
	text-align:center;
	color:black;
	background-color:transparent;
	padding:0px 10px 5px 10px;
	border-width:0px;
}

.icon-hangman {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url("./images/icon_hangman_14.gif");
}