/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/newSearch_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/


/*Login*/
/* toggle effect - show/hide newSearch*/
#newSearch {
	width: 100%;
	color: white;
	background: #130E0A;
	overflow: hidden;
	position: relative;
	height: 0;
}

#newSearch a {
	text-decoration: none;
	color: #33CCCC;
}

#newSearch a:hover {
	color: white;
}

#newSearch .newSearchContent {
	width: 550px;
	height: 208px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#newSearch .newSearchContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#newSearch .newSearchContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#newSearch .newSearchContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#newSearch .newSearchContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#newSearch .newSearchContent input:focus.field {
	background: #545454;
}

#newSearch .newSearchContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#newSearch .newSearchContent input.button_newSearch {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_newSearch.jpg) no-repeat 0 0;
}

#newSearch .newSearchClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#newSearch .newSearchClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#newSearch .newSearchClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}



/* toggle effect - show/hide topContact*/
#topContact {
	width: 100%;
	color: white;
	background: #1A130D;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#topContact a {
	text-decoration: none;
	color: #33CCCC;
}

#topContact a:hover {
	color: white;
}

#topContact .topContactContent {
	width: 550px;
	height: 418px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#topContact .topContactContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#topContact .topContactContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#topContact .topContactContent form {
	margin: 0 0 10px 0;
	height: auto;
	padding-bottom: 5px;
}

#topContact .topContactContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#topContact .topContactContent input:focus.field {
	background: #545454;
}

#topContact .topContactContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#topContact .topContactContent input.button_topContact {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_topContact.jpg) no-repeat 0 0;
}

#topContact .topContactClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#topContact .topContactClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#topContact .topContactClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}


.contactblock{
	margin:0 0 0 0px;
	padding:1em;
     line-height:1.3em;
	border: 1px solid #fff;
	background-color: #4E3821;

}
.contactblock input, .contactblock textarea{
	border:1px solid #2B1F12;
	padding: 0.2em;
}
.contactblock textarea:focus{
	background:#eee;
	border:1px solid #2B1F12;
}
.contactblock textarea:focus, .contactblock input:focus{
	background:#E2D0BB;
	border:1px solid #2B1F12;
}
.contactblock label {
        font-weight:bold; 
        font-size:14px;
        color:#E6DBCD;
        font-family:Arial,Verdana,Helvetica;
        font-size: 0.8em;
        line-height:2em;
        padding-top:5px;
        padding-right:5px;
}

.tablecontactblock td{
   
}


/* toggle effect - show/hide topMLSSearch*/
#topMLSSearch {
	width: 100%;
	color: white;
	background: #130E0A;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#topMLSSearch a {
	text-decoration: none;
	color: #33CCCC;
}

#topMLSSearch a:hover {
	color: white;
}

#topMLSSearch .topMLSSearchContent {
	width: 550px;
	height: 218px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#topMLSSearch .topMLSSearchContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#topMLSSearch .topMLSSearchContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#topMLSSearch .topMLSSearchContent form {
	margin: 0 0 10px 0;
	height: 125px;
	padding-bottom: 5px;
}

#topMLSSearch .topMLSSearchContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#topMLSSearch .topMLSSearchContent input:focus.field {
	background: #545454;
}

#topMLSSearch .topMLSSearchContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#topMLSSearch .topMLSSearchContent input.button_topMLSSearch {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_topMLSSearch.jpg) no-repeat 0 0;
}

#topMLSSearch .topMLSSearchClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#topMLSSearch .topMLSSearchClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#topMLSSearch .topMLSSearchClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}


/* toggle effect - show/hide topOwnerLogin*/
#topOwnerLogin {
	width: 100%;
	color: white;
	background: #1A130D;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#topOwnerLogin a {
	text-decoration: none;
	color: #33CCCC;
}

#topOwnerLogin a:hover {
	color: white;
}

#topOwnerLogin .topOwnerLoginContent {
	width: 550px;
	height: 340px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#topOwnerLogin .topOwnerLoginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#topOwnerLogin .topOwnerLoginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#topOwnerLogin .topOwnerLoginContent form {
	margin: 0 0 10px 0;
	height: auto;
	padding-bottom: 5px;
}

#topOwnerLogin .topOwnerLoginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#topOwnerLogin .topOwnerLoginContent input:focus.field {
	background: #545454;
}

#topOwnerLogin .topOwnerLoginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#topOwnerLogin .topOwnerLoginContent input.button_topOwnerLogin {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_topOwnerLogin.jpg) no-repeat 0 0;
}

#topOwnerLogin .topOwnerLoginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#topOwnerLogin .topOwnerLoginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#topOwnerLogin .topOwnerLoginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}

.ownerloginblock simple{
	margin:0 0 0 0px;
	padding:1em;
     line-height:1.3em;
	border: 1px solid #fff;
	background-color: #4E3821;
    width:600px;
}


.ownerloginblock{
	margin:0 0 0 0px;
	padding:1em;
     line-height:1.3em;
	border: 1px solid #fff;
	background-color: #4E3821;

}
.ownerloginblock input, .ownerloginblock textarea{
	border:1px solid #2B1F12;
	padding: 0.2em;
}
.ownerloginblock textarea:focus{
	background:#eee;
	border:1px solid #2B1F12;
}
.ownerloginblock textarea:focus, .ownerloginblock input:focus{
	background:#E2D0BB;
	border:1px solid #2B1F12;
}
.ownerloginblock label {
        font-weight:bold; 
        color:#E6DBCD;
        font-family:Arial,Verdana,Helvetica;
        font-size: 1em;
        line-height:2em;
        padding-top:5px;
        padding-right:5px;
}

.tableownerloginblock td{
   
}