﻿
/* CSS Document */


/**************************************/
/*            LOGIN PAGE              */
html
{
    height: auto;
}

html, body
{
    background: #dde8f2;
}

.login label
{
    color: #888888;
}

body.login
{
    background: url(../images/login-bkgd.gif) repeat-x #dde8f2; /*height:100% ;*/
    width: 100%;
    margin: 0;
    margin-bottom: 0;
}

.pp_login
{
    margin-top: 0px;
    background: url(../images/pp_map1.png) no-repeat top;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: 600px;
    border: 1px solid transparent;
}
.pp_login-margin
{
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: 250px;
}
.login-box
{
    width: 500px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    height: 290px;
}



.ie8 .login-box
{
    background: none;
    width: 540px;
    height: 320px;
    margin-left: 30.5%;
    margin-right: auto;
}

.ie8 .pp_login_lft
{
    float: left;
    background: url(../images/pp_log_lt.png) no-repeat left;
    width: 21px;
    height: 320px;
}

.ie8 .pp_login_mdl
{
    float: left;
    background: url(../images/pp_log_mdl.png) repeat-x left;
    width: 452px;
    height: 320px;
}

.ie8 .pp_login_rt
{
    float: left;
    background: url(../images/pp_log_rt.png) no-repeat right;
    width: 21px;
    height: 320px;
}

.logo-margin
{
    padding: 0px 133px;
}
.ie8 .logo-margin
{
    padding: 0px 150px 0px 110px;
}

.login-footer
{
    color: #000;
    text-decoration: underline;
}
.login INPUT[type='text']
{
    width: 190px;
    padding: 10px 10px !important;
}
.login INPUT[type='password']
{
    width: 190px;
    padding: 10px 10px !important;
}


.login .pp-corner-all
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
/*.one{ 
	font-family:arial, helvetica, sans-serif;
	font-size:12px;}*/

/**************************************/
/*               BUTTON               */


/*.pp-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.4em/100%;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
 	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
 
.pp-button:hover, .pp-button:link {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.pp-button:focus{
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.pp-button:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

*/


/**************************************/
/*              PASSWORD              */



INPUT[type='text'].pswtxt
{
    width: 175px;
    padding: 2px !important;
    height: 20px;
}

select.pswtxt
{
    width: 181px;
    padding: 2px;
    height: 26px;
}

.login .pleft
{
    padding-left: 35px;
}

.login .pbottom
{
    padding-bottom: 5px;
}

.margin-left
{
    margin-left: 35px;
}
input[type='text'].logtxt-box
{
    width: 200px;
    padding: 15px;
    height: 28px;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}
input[type='password'].logtxt-box
{
    width: 200px;
    padding: 15px;
    height: 28px;
    color: #333;
    font-size: 11px;
}


.ie8 input.logtxt-box
{
    width: 200px;
    padding: 5px;
    height: 28px;
    color: #333;
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 10px;
}



.watermark
{
    color: #999 !important;
}

.rqrd-flds
{
    /*  border: solid 1px #8C9FBD;     background-color:#efeb9c;      */
    background: url(../images/star.png) no-repeat;
    height: 10px;
    width: 12px;
}

.read-flds
{
    border: solid 1px #8C9FBD;
    background: #d6e3f7;
    height: 12px;
    width: 12px;
}
div.gry-label
{
    color: #888;
}
