@font-face {
    font-family: "COpenSans";
	src: url("../css/opensans-light.eot"), url("../css/opensans-light.ttf") format("truetype");
	font-weight: normal;
}

html
{
	overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url("../images/bg_login.png");
}

#LoginPnl
{
	position: absolute;
	width: 400px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -250px;
	border: 1px solid #CCCCCC;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

#Logo
{
	margin-top: 40px;
}

#LoginForm
{
	margin: auto;
	width: 260px;
	text-align: left;
}

div.row
{
	margin-bottom: 10px;
}

label
{
	font-family: "COpenSans";
	font-size: 15pt;
	color: #999591;
}

input
{
	width: 250px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	padding-right: 5px;
}

input.CheckboxSmall
{
	width: 20px;
	height: 20px;
}


input.btn
{
	-webkit-appearance: none;
	font-family: "COpenSans";
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E3495D;
	border: none;
}

p.note
{
	font-family: "COpenSans";
	font-size: 10pt;
}

p.error
{
	font-family: "COpenSans";
	font-size: 12pt;
	color: red;
}

a.Links:Link, a.Links:Visited, a.Links:Active 
{
	font-family : "COpenSans";
	color : #4F5051;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}

a.Links:Hover 
{
	font-family : "COpenSans";
	color : #999999;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}