
.txt-red {
	color: #ff0000;
	font: 12px Verdana;
	text-align: justify;
	line-height: 18px;
}
.txt-admin {
	margin: 20px 0 10px 0;
	color: #003466;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.txt-input {
	padding: 4px 5px;
	height: 20px;
	color: #000;
	font: 13px Verdana;
	border: 1px solid #ccc;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	outline: none;
}
.txt-input:focus {
	color: #0066cd;
	border: 1px solid rgba(42, 143, 215, 1);
	-moz-box-shadow: 0 0 1px rgba(42, 143, 215, 1);
	-webkit-box-shadow: 0 0 1px rgba(42, 143, 215, 1);
	box-shadow:  0 0 1px rgba(42, 143, 215, 1);
}
.error-box {
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	border: #ccc 1px solid;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	background-color: #fffff0;
	line-height: 18px;
}
.btn {
	display: inline-block;
	padding: 7px 12px 7px 12px;
	color: #fff;
	font: 12px Verdana;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: solid 1px #2a8fd7;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	background: #0064b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#78c0f0), to(#0064b4));
	background: -webkit-linear-gradient(top, #78c0f0, #0064b4);
	background: -moz-linear-gradient(top, #78c0f0, #0064b4);
	background: -ms-linear-gradient(top, #78c0f0, #0064b4);
	background: -o-linear-gradient(top, #78c0f0, #0064b4);
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #0064b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#88dbff), to(#0064b4));
	background: -webkit-linear-gradient(top, #88dbff, #0064b4);
	background: -moz-linear-gradient(top, #88dbff, #0064b4);
	background: -ms-linear-gradient(top, #88dbff, #0064b4);
	background: -o-linear-gradient(top, #88dbff, #0064b4);
}
