@charset "ISO-8859-1";
#loginregister {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 640px;
	background-color: #EEEEEE;
	background-image: url(../images/back_form_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#loginregister  table {
	display: block;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
#loginregister table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#loginregister fieldset {
	padding: 6px;
	border: 1px solid #99CC00;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#loginregister fieldset legend {
	color: #99CC00;
	font-weight: normal;
}
#loginregister #tablend {
	padding-top: 16px;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 16px;
	background-image: url(../images/back_form_down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#loginregister p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
}
