@font-face {
    font-family: "COpenSans";
		src: url("opensans-light.eot"), url("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");
}

input.btn
{
	-webkit-appearance: none;
	font-family: "COpenSans";
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E3495D;
	border: none;
}

div.row
{
	margin-bottom: 10px;
}

label
{
	font-family: "COpenSans";
	font-size: 15pt;
	color: #9EABAD;
}

label.bold
{
	font-family: "COpenSans";
	font-size: 15pt;
	font-weight: bold;
	color: #9EABAD;
}

input, select
{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-family: "COpenSans";
	font-size: 15pt;
	padding-left: 5px;
	padding-right: 5px;
	color: #727F82;
}

div.pnl
{
	position: absolute;
	width: 400px;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	padding-top: 20px;
	border: 1px solid #CCCCCC;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

div.pnlcontent
{
	margin: auto;
	width: 240px;
	text-align: left;
}

p.main
{
	font-family: "COpenSans";
	font-size: 12pt;
	margin: 20px;
}

p.error
{
	font-family: "COpenSans";
	font-size: 12pt;
	color: red;
}