a {
	text-decoration: none;
	color: #28a9e1;
	/* display: inline-block; */
	padding: 2px 4px;
}

.dialog-header {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(right, #FAFAFA 0%, #A4A4A4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(100%,#A4A4A4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(right, #FAFAFA 0%,#A4A4A4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right, #FAFAFA 0%,#A4A4A4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(right, #FAFAFA 0%,#A4A4A4 100%); /* IE10+ */
	background: linear-gradient(to right, #FAFAFA 0%,#A4A4A4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#A4A4A4',GradientType=0 ); /* IE6-9 */
	height: 50px;
}

.product-name {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 40px 0px 0px 0px;
	font: bold 24px Arial;
}

.inputbox-focus {
	outline: 2px solid #A4A4A4;
}
.mini-button {
	padding: 2px 4px;
	margin-top: 3px;
	font-size: 13px;
	color: #28a9e1;
	white-space: nowrap;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	border: 1px solid #ffffff;
	background: inherit;
}
.mini-button:focus {
	border: 1px solid #A4A4A4;
}
.login-button button:focus {
	border: 1px solid #A4A4A4;
}
div#forgotPasswordLink {
    text-align: right;
}
#userMessageAnchor{
	font-size: 12px;
}
