.qt-toplogin-module.quiettime-theme {
}
.qt-toplogin-module.quiettime-theme .hidden {
	display: none;
}
.qt-toplogin-module.quiettime-theme .grey {
	color: #666;
}
.qt-toplogin-module.quiettime-theme .valign-bottom {
	vertical-align: bottom;
}
.qt-toplogin-module.quiettime-theme .black {
	color: #000;
}
.qt-toplogin-module.quiettime-theme .loading {
	background: url("../img/loading.gif") no-repeat center;
}
.qt-toplogin-module.quiettime-theme .error {
	background: url("../img/error.png") no-repeat center;
}
.qt-toplogin-module.quiettime-theme .loading * {
	visibility: hidden;
}

.qt-toplogin-module.quiettime-theme .container-table td {
	padding: 2px 10px 2px 0;
	font-size: 11px;
	text-align: left;
}
.qt-toplogin-module.quiettime-theme .container-table a:hover {
	text-decoration: underline;
}
.qt-toplogin-module.quiettime-theme .container-table td.login-btn-td {
	padding-right: 0;
}
.qt-toplogin-module.quiettime-theme .container-table td.error-td {
	width: 21px;
	padding-right: 5px;
}
.qt-toplogin-module.quiettime-theme .container-table td.register-account-td {
	padding-top: 5px;
}
.qt-toplogin-module.quiettime-theme .field {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.qt-toplogin-module.quiettime-theme .existing-username {
	font-weight: bold;
	cursor: pointer;
	min-width: 140px;
}

.qt-toplogin-module.quiettime-theme #qt-top-login-change-email {
	font-size: 11px;
}

/* Button */
.qt-toplogin-module.quiettime-theme .button {
	border: 1px solid #00345b;
	background: url('../img/button-bg.png') repeat-x;
	padding: 1px 3px 2px 3px;
	font-size: 11px;
	color: #ffffff;
}