/*
    Web UI
	Login CSS
	Parts Copyright (c) 2010 Technivations LLC. Used with permission.
	
	$./res/css/login.css
*/

html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #ccc;
}

#dLoginBox {
	position: relative;
	margin: 10px auto;
	top: 50%;
	border: 3px solid #6290A3;
	padding: 20px;
	width: 350px;
	background-color:white;
}

#dPTLogo {
	height: 100px;
	background: url('/res/images/pt_logo_v2.png') center center no-repeat;
	/*background: url('https://proptrackr.com/wp-content/blogs.dir/1/files/2010/01/pt_logo.png') center center no-repeat;*/
	border-bottom: 2px solid #6290A3;
	padding-bottom: 10px;
}

#dCompany {
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	font: italic normal normal 22px/20px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	font-weight: bold;
}

#dLoginBox .spacer {
	height: 10px;
}

#dLoginBox form {
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	width: 350px;
}

#dLoginBox form div {
	position: relative;
}

#dLoginBox input[type=text]:focus, #dLoginBox input[type=password]:focus {
	outline: none;
}

#dLoginBox input[type=text], #dLoginBox input[type=password] {
	width: 344px;
	height: 16px;
	border: 1px solid #6290A3;
	font-size: 13px;
	padding: 4px 2px;
	margin-bottom: 5px;
	background-color: #ffffff !important;
}

#dLoginBox .formFiller {
	position: absolute;
	line-height: 26px;
	padding-left: 4px;
	font-size: 14px;
	color: #999999;
}

#dLoginBox input[type=submit] {
	border: 1px solid #323c00;
	background-color: #c86205;
	color: #ffffff;
	padding: 5px;
	width: 206px;
	font-size: 13px;
	font-weight: bold;
}

#dLoginButton {
	text-align: center;
}

#dError {
	display: none;
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	width: 338px;
	padding: 5px;
	border: 1px dotted #999999;
	background-color: #faffbf;
	font-weight: bold;
	color: #ff0000;
}

#dLoginBox .forgotPassword {
	text-align: center;
	font-size: 10px;
	color: #999999;
}

#dLoginBox .forgotPassword a {
	text-decoration: none;
	color: #999999;;
}

#dLoginBox .forgotPassword a:hover {
	text-decoration: underline;
}