/*
	MISC
*/
#loading {
	text-align:center;
	display:none;
	width:475px;
}
#newOptions {
	margin-top:10px;
}
/*
	LOGIN BOX START
*/
fieldset.login {
	width:300px;
	float:left;
	margin-left:200px;
	display:inline;
  font-family:Arial, Verdana;
  font-size:90%;
  padding:0px;
  border:0px;
  cursor:default;
}
fieldset.login div.loginTitle {
	background:#9ABA56;
	width:280px;
	padding:10px;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
}
.addMargin {
	margin:-10px;
	display:inline;
	border-top:1px solid #FFFFFF;
	clear:both;
	margin-top:5px;
}
fieldset.login div.loginMain {
	background:#9ABA56;
	width:280px;
	padding:10px;
	float:left;
}
fieldset.login div.loginMain div {
	float:left;
	margin-bottom:5px;
}
fieldset.login div.loginMain label {
	float:left;
	width:100px;
	margin-bottom:5px;
	font-size:90%;
}
.tb {
	float:left;
	width:165px;
	font-size:90%;
	font-family:Arial, Tahoma;
	margin-top:1px;
}
.ta {
	width:335px;
	height:100px;
}
fieldset.login div.loginMain input.sb {
	float:right;
	margin-right:10px;
	display:inline;
}
.loginDetails {
	font-size:80%;
}
/*
	REGISTER BOX START
*/
fieldset.register {
	width:500px;
	float:left;
	display:inline;
	margin-left:100px;
  font-family:Arial, Verdana;
  font-size:90%;
  padding:0px;
  border:0px;
  cursor:default;
}
fieldset.register div.registerTitle {
	background:#9ABA56;
	width:500px;
	padding:10px;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
fieldset.register div.registerMain {
	background:#9ABA56;
	width:500px;
	padding:10px;
	float:left;
}
fieldset.register div.registerMain div {
	float:left;
	margin-bottom:5px;
}
fieldset.register div.registerMain label {
	float:left;
	width:150px;
	margin-bottom:5px;
}
fieldset.register div.registerMain input.tb {
	float:left;
	width:335px;
	font-size:90%;
	margin-top:1px;
}
fieldset.register div.registerMain input.sb {
	float:right;
	margin-right:10px;
	display:inline;
}
/*
	PROPERTY LISTING
*/
table.properties {
	width:100%;
}
table.properties th, table.properties td {
	padding:5px;
}
table.properties th {
	background:#9ABA56;
}
tr#notes:hover {
	background:#CADCA1;
}
.hint {
	display: none;
	right: -250px;
	left:400px;
	position:absolute;
	width: 250px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
.hintIn {
	display: none;
	right: -250px;
	left:70px;
	position:absolute;
	width: 250px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
.hint .hint-pointer, .hintIn .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(../images/pointer.gif) left top no-repeat;
}
