h1 {
	color:#ccccaa;
}

.medio {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

body {
	background-color : #555555;
}

table {
	font-family: "Trebuchet MS";
	font-size:15px;
	border: 2px solid #444444;
	padding:10px;
	width:100%;
}

div {
	width:450px;
	background-color:#333344;
	color:#fff;
}

.hint {
	font-size:12px;
	color:#ABABAB;
}

a {
	font-family: "Trebuchet MS";
	font-size:15px;
	color:#ccccaa;
}

.error {
	font-size:15px;
	color:#ccccaa;
	padding-left: 25px;
	text-align:left;
	background: url(icon-error.png) no-repeat scroll 5px center;
}

.fixLbl {
	width:40px;
}

input, .fixTD {
	width:200px;
}

#result, #buttons, #title {
	text-align:center;
	vertical-align:baseline;
}

button:hover {
  background-color:#EBEBEB;
}

button:active {
  background-color:#F5F5F5;
}

button {
	height:25px;
	background-color: white;
	border: 1px solid #000;
}

#main {
	width: 970px;
	border:none;
}

#help {
	width:98%;
}

#btnHide, #tdHelp {
	float:right;
}

#btnHelp {
	padding-left: 25px;
	background: url(icon-help.png) no-repeat scroll 5px center;
}