/**
* TemplatePlazza
* TemplatePlazza.com 
**/

.tploginmenu li {
	background-image: url(user.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

a#loginclick {
	color: #FFFFFF !important;
	font-weight: bolder;
	font-size: 14px;
}
#tpbody .tplogin{
	float: left;
	padding-top: 3px;
	position: relative;
}

#tpbody .tplogin ul.tploginmenu{
	float: left;
	padding: 0px;
	margin: 0px;
}

#tpbody .tplogin ul.tploginmenu li{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#tpbody .tplogin ul.tploginmenu a:link,
#tpbody .tplogin ul.tploginmenu a:visited,
#tpbody .tplogin ul.tploginmenu a:active,
#tpbody .tplogin ul.tploginmenu span{
	font-size: 11px;
	color: #191919;
	font-weight:700;
	padding: 5px 10px 2px;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: -32px;
	background-color: #ffffff;
	border: 1px solid #191919;
	border-bottom: none;
	line-height:10px;
	height:14px;
}

#tpbody .tplogin ul.tploginmenu span{
	color: #99cc00;
}

#tpbody .tplogin ul.tploginmenu a.tabactive:link,
#tpbody .tplogin ul.tploginmenu a.tabactive:visited,
#tpbody .tplogin ul.tploginmenu a.tabactive:active{
	font-size: 11px;
	color: #000000;
	font-weight:700;
	padding: 5px 10px 2px;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: -32px;
	background-color: #f5f5f5;
	border: 1px solid #191919;
	border-bottom: none;
	line-height:10px;
	height:14px;
}

.tplogin #tploginform {
	width: 459px;
	font-size: 11px;
	color: #191919;
	padding: 10px;
	padding-left: 20px;
	margin: 5px 0 0 -300px;
/*		
	border: 2px solid #FFFFFF;
	background-color: #CACACA;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
*/
	background-image: url(bk.png);
	background-repeat: no-repeat;
	background-position: -10px top;	
	text-align: left;
}

.tplogin #tploginform .inputbox {
	margin-right: 5px;
	vertical-align: middle;
}

.tplogin #tploginform .button {
	background-image: url(login.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px;
	background-color: transparent;
	height: 28px;
	width: 78px;
	padding-left: 5px;
}

#modlgn_username,
#modlgn_passwd {
	background-image: url(input.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px;
	background-color: transparent;
	height: 21px;
	width: 130px;
	padding-left: 7px;
	line-height: 15px;
	padding-top: 3px;
}

#tpbody .tplogin #tploginform .separator{
	display: none;
	padding-top: 5px;
}

#tpbody .tplogin #tploginform h3{
	font-size: 11px;
	color: #0c86c6;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 10px;
	border: 1px solid #ebebeb;
	background: url(../images/arrow2.png) 95% 50% no-repeat #ffffff;
}

#tpbody .tplogin #tploginform .pretext,
#tpbody .tplogin #tploginform .posttext{
	color: #0c86c6;
	line-height: normal;
}

#tpbody .tplogin #tploginform .pretext{
	padding-bottom: 10px;
}

#tpbody .tplogin #tploginform .posttext{
	padding-top: 10px;
}

#tpbody .tplogin #tploginform label{
	font-weight: normal;
}

#tpbody .tplogin #tploginform a:link,
#tpbody .tplogin #tploginform a:visited,
#tpbody .tplogin #tploginform a:active{
	color: #191919;
}

#tpbody .tplogin #tploginform a:hover{
	color: #0c86c6;
	text-decoration: underline;
}

#tpbody .tplogin #tploginform li{
	margin-left: 15px;
}
