/* DezRez member styles */
/* $id: $ */

/* lampons forms */

body {
	margin-right:		25px;
	padding:			0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
}

h2 {
	font-size:			130%;
	font-weight:		bold;
	letter-spacing:		0.15em;
}

ul {
	margin:				0px 10px;
	padding:			0px;
}

li {
	margin:				0px 15px 10px 15px;
	list-style-type:	square;
	line-height:		1.2em;
}

em {
	display:			block;
	clear:				both;
	margin:				10px 12px;
}

a {
	color:				#990033;
	text-decoration:	none;
}

a:hover {
	color:				#990033;
	text-decoration:	underline;
}

form {
	padding:			0px;
	margin:				0px 0px 15px 0px;
}

div.form_labels {
	float:				left;
	width:				150px;
	margin-left:		10px;
}

div.form_fields {
	float:				left;
	width:				290px;
	padding-right:		10px;
}

label {
	display:			block;
	height:				25px;
	line-height:		25px;
	margin-bottom:		4px;
}

label.required {
	color:				#990033;
}

input, select {
	display:			block;
	float:				right;
	width:				250px;
	margin-bottom:		7px;
	background-color:	#FFFFFF;
}

input.hidden {
	display:			none;
}

input.button {
	float:				right;
	margin:				10px 0px;
	width:				80px;
	background-color:	#FFEE02;
	border:				1px solid #D5D2BB;
}

/* members website */

body.dezrez-body {
	margin:				5px 10px;
	background-color:	#FFFFFF;
}

h1.dezrez-heading {
	font-size:			130%;
	font-weight:		bold;
	letter-spacing:		0.15em;
}

p.dezrez-tip {
	margin-right:		15px;
	font-style:			italic;
}

span.dezrez-compulsory {
	font-weight:		bold;
	color:				#990033;
}

table.dezrez-table {
	width:				95%;
}

table.dezrez-table td {
	height:				30px;
	font-size:			12px;	
}

td.dezrez-headingrow {
	height:				30px;
	line-height:		30px;
	text-indent:		5px;
	font-weight:		bold;
	background-color:	#D5D2BB;
}

td.picture-cell1 ,
td.picture-cell2 ,
td.picture-cell3 ,
td.picture-cell4 ,
td.picture-cell5 ,
td.picture-item {
	display:			none;
}

td.dezrez-data ,
td.dezrez-item ,
td.dezrez-compulsory ,
td.dezrez-rental {
	width:				150px;
}

td.dezrez-compulsory {
	font-weight:		bold;
	color:				#990033;
}

td.dezrez-address {
	padding-top:		10px;
}

table.dezrez-table input ,
table.dezrez-table select {
	float:				left;
	width:				125px;
	height:				20px;
	margin-top:			5px;
}

table.dezrez-table input.checkbox {
	width:				15px;
}

table.dezrez-table textarea {
	width:				450px;
	margin:				5px 0px;
}

input#submit1 ,
input#reset1 ,
input#Cancel {
	display:			block;
	float:				left;
	margin:				0px 5px 10px 0px;
	width:				150px;
	background-color:	#FFEE02;
	border:				1px solid #D5D2BB;
}

/* not used */

span.minprice {}
span.maxprice {}


