
/*----------------------- LPDS ------------------------------------*/
#content_right_login {
	background-color:#FFFFFF;
	width:335px;
	height:300px;
	margin:0px 0px 0px 405px;
	padding:20px 0px 20px 10px;
}
#content_right_add {
	width:480px;
	margin:0px 0px 0px 220px;
	padding:20px 0px 40px 0px;
}
#content_right_add p {
	font-size:9px;
	line-height:14px;
}

#content_right_add a:link, 
#content_right_add a:active {
	font-size:9px;
	text-decoration:none;
	border-bottom:1px #47720F dotted;
}
#content_right_add a:hover,
#content_right_add a:visited {
	font-size:9px;
	color:#009790;
	border-bottom:1px #6FC3C1 dotted;
	text-decoration:none;
}

#admin_nav {
	width:130px;
	margin:5px;
	padding:10px;
	border:#A7D6D5 4px groove;
	float:left;
	background-color:#D4E7B2;
}
#admin_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#admin_nav li {
	list-style: none;
}
#admin_nav li a:link, 
#admin_nav li a:visited {
	text-decoration: none; /*tab font */
	color: #3C0005; /*font color */
	height: 25px; 	/* height of tab image */
	width: 90px; /* width of tab image */
	margin-bottom:2px;
	padding: 4px 4px 4px 16px; /*URL to tab image */
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	background:url(../images/style/bullet.gif) left no-repeat;
}
#admin_nav li a:hover, 
#admin_nav li a:active {
	text-decoration: none; /*tab font */
	height: 25px; 	/* height of tab image */
	width:90px;
	padding: 4px 4px 4px 16px; /*URL to tab image */
	color: #00B1AE;
	background:url(../images/style/bullet_over.gif) left no-repeat;
}


label,input {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-weight:bold;
	font-size:x-small;
	text-transform: uppercase;
}

br {
	clear: left;
}

/*-----------------------  END LPDS --------------------------------*/

