/* CSS Document */

.tpauth .tpauth-header
{
	text-align: center;	
}

.tpauth .tpauth-header.error
{
	color: #B94A48;
}

.tpauth .tpauth-center
{
	padding-top: 16px;
}

.tpauth .tpauth-inputs
{
	float: left;	
}

.tpauth .tpauth-submit
{
	float: left;
	margin-left: 16px;
}

.tpauth .tpauth-submit .tpauth-btn {
	color: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border-radius: 2px;
	background:none;
	filter: none;
    background-color: #999999;
	background: -moz-linear-gradient(top, #7E7E7E 0%, #7E7E7E 48%, #323232 52%, #323232 100%);
	background: -ms-linear-gradient(top, #7E7E7E 0%, #7E7E7E 48%, #323232 52%, #323232 100%);
	background: -o-linear-gradient(top, #7E7E7E 0%, #7E7E7E 48%, #323232 52%, #323232 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#7E7E7E), color-stop(0.48, #7E7E7E), color-stop(0.52, #323232), to(#323232));
	background: -webkit-linear-gradient(top, #7E7E7E 0%, #7E7E7E 48%, #323232 52%, #323232 100%);
	background: linear-gradient(top, #7E7E7E 0%, #7E7E7E 48%, #323232 52%, #323232 100%);
	border: none;
	padding: 3px 17px;
	margin-top: 19px;
}

/*
@media screen and (max-width: 768px) {
	.tpauth .tpauth-submit .tpauth-btn {
		font-weight: normal;
		font-size: 11px;
	}
}
*/

.tpauth .tpauth-input
{
	padding-bottom: 8px;
}

.tpauth .tpauth-label
{
	margin: 6px 3px 6px 3px;
	font-size:10px;	
}

.tpauth .tpauth-link {
	color: black;
	font-size: 11px;
}

.tpauth .tpauth-link:hover {
	text-decoration: none;
}