﻿body
{
	font-family: "Century Gothic", Arial, Sans-Serif;
	/*"Helvetica", */
	margin: 0px;
	color: #000000;

	text-align: center;
}

.divHeader
{
	display: inline-block;
	width: 100%;

	font-size: 14px;
	font-weight: 600;
	margin-top: 80px;
}

.divFooter
{
	display: block;
	width: 100%;

	margin-top: 10px;

	color: #949494;

	font-family: Arial Narrow;

	font-size: 14px;
	font-weight: 600;
}

.divLoginLogo
{
	display: inline-block;
	width: auto;
	height: 60px;
	border-style: none;

	vertical-align: middle;
	line-height: 60px;
	padding-left: 40px;
	color: #00ADEE;

	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/logo-img-player.png);

}
.divLoginLogo span
{
	font-family: Arial Narrow;
	font-size: 24px;
	font-weight: 600;

}

.divLogin
{
	display: inline-block;
	min-height: 220px;

	background-color: #FFFFFF;

	font-size: 14px;
	color: #000000;
	font-family: Arial;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.tblLogin
{
	border-style: none;

	text-align: left;
	width: 360px;

}
.tblLogin tbody tr td
{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.6em;
}

.txtBox
{
	display: inline-block;

	background-color: #F5F5F5;
	color: #000000;

	width: 19.5em;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	border-style: solid;
	border-width: 1px;
	border-color: #EAEAEA;

	padding: 0.4em;

	font-size: 16px;

	margin-bottom: 5px;

}
.txtBox:hover
{
	border-color: #98ACA8;
}

.divBtnLogin
{
	display: inline-block;

	color: #FFFFFF;

	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;

	border-style: none;
	border-width: 0px;
	cursor: pointer;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	background-color: #FF524E;

	margin-bottom: 10px;
}

.divBtnLogin:hover
{
	background-color: #98ACA8;
}

.btnPassword
{
	display: inline-block;

	color: #FFFFFF;

	padding-top: 0.7em;
	padding-bottom: 0.7em;

	border-style: none;
	border-width: 0px;
	cursor: pointer;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	background-color: #FF524E;

	margin-bottom: 10px;
}

.lblError
{
	text-align: left;
	color: #FF0000;
	width: auto;
}

* input[type="text"]:focus
{
	background-color: #EEFFEE;
}

* input[type="password"]:focus
{
	background-color: #EEFFEE;
}

input::-webkit-input-placeholder
{
	color: #AAAAAA;
}
input:-moz-placeholder
{
	color: #AAAAAA;
}
input::-moz-placeholder
{
	color: #AAAAAA;
}
input:-ms-input-placeholder
{
	color: #AAAAAA;
}

@media (max-width:600px)
{
	body
	{
		color: #000000;
	}
	.tblLogin
	{
		width: 260px;
	}
	.txtBox
	{
		width: 14.5em;
		border-color: #A0A0A0;
		background-color: #FCFCFC;
	}
	.divLogin
	{
		display: inline-block;
		min-height: initial;
	}
	.divBtnLogin
	{
		padding-left: 1em;
		padding-right: 1em;

	}

}
@media (max-width:500px)
{
	.divLogin
	{
		width: 100%;
	}
	.tblLogin
	{
		width: 100%;
	}
	.txtBox
	{
		width: 95%;
	}
}

