/* Action LOGIN CSS*/

.login_form
{
	text-align: center;
	width: 250px;
	padding: 5px;
}
.loginbox
{
	color: #f1e2cb;
	padding: 5px;
	border:1px solid white;

}
a.forgot
{
	font-size: 9pt;
	color: #ff6905;
}
.pw
{
	width: 33%;
	float: left;
	text-align:left;
}
.pw1
{
	width: 56.9%;
	float: left;
	text-align:left;
}
.warning
{
	color: black;
	background: url(../images/error.png) white no-repeat;
	border: 1px solid #FF0000;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
}
.notice
{
	color: black;
	background: url(../images/notice.png) white no-repeat;
	border: 1px solid #666;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: center;
}
/* Action New/Edit CSS */


.list_details_img, .manage_btn
{
	margin-bottom:2px;
	background-image: url(../images/btnback.png);
	height:20px;
	width:80px;
	border:1px solid white;
	cursor:pointer;
	background-repeat:repeat;
	text-align:center;
	color:black;
	font-weight:bold;
	text-decoration: none;
	line-height: 19px;
}

.manage_btn
{
	width:150px;
	float:left;
}



.required
{
	color: #0000FF;
	font-size: 10pt;
}
#user_zip
{
	width: 50px;
}
.no_border
{
	border: 0px;
}
.newrow
{
	font-weight: bold;
	border-bottom: 1px dotted #AAAAAA;
}
.buttonbar
{
	margin-top: 70px;
}
