/* - - - - - - CSS Document - - - - - - - - -
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #74ADCA;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#8F8F8F;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #cde9ff;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #595959;
}

#JT_close_right{
	background-color: #cde9ff;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.box1 {
background: url("../images/box-bg_1.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 12px;
    height: 145px;
    line-height: 70%;
    margin: 5px 15px 15px 10px;
    padding: 0 10px 0 5px;
    width: 317px	;
}


#login-div1{
border:0px solid red;
width:270px;
height:80px;
margin: 15px 5px 5px;
}
#uname1{
border: 0px solid blue;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    width: 139px
}


#password1{
border: 0px solid blue;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    width: 100px
}

#lostpass1
{
border:0px solid red;
padding-right:5px;
font-size: 11px;
font-weight: normal;
color:#44BBE3;
}


