@charset "utf-8";
/* White backed page styles */
body {
	background:#F0F0F0;
	color:#444;
}
body.whiteLacey {
	background:url(../images/backgrounds/whiteLacey.gif) repeat;
}
body.whiteDamask1{
	background:url(../images/backgrounds/whiteDamask1.png) repeat;
}
div.backed {
	background:url(../images/backgrounds/whiteDivMask.png);
	border:1px solid #ccc;
}
div#handshake {
	background:url(../images/backgrounds/handshake.png) no-repeat top left;
	min-height:500px;
}
div#handshake p, div#handshake h1, div#handshake h2, div#handshake ul {
	margin-left:240px;
}
form#listing {
	background:url(../images/backgrounds/whiteDivMask.png);
	width:800px;
	margin:auto;
	padding:20px;
	border:3px double #ccc;
	color:#666;
}
form#listing label {
	font-size:14px;
	display:block;
	color:#555;
	padding:6px 6px 3px 6px;
}
form#listing label.dateBox, form#listing label.checkbox {
	display:inline;
}
form#listing input[type="text"], form#listing input.text, form#listing textarea, form#listing input[type="file"], form#listing input.file {
	display:block;
	width:700px;
	background:white;
	border:1px dotted #999;
}
form#listing input.dateBox, form#listing input[type="checkbox"], form#listing input[type="radio"], form#listing select {
	display:inline;
	text-align:center;
}
form#listing select {
	text-align:left;
}
form#listing input.dateBox {
	width:40px;
}
form#listing label.checkbox {
	display:block;
}
form#listing input[type="submit"], form#listing input.submit {
	display:block;
	width:100px;
	background:white;
	border:1px solid #666;
	padding:4px;
	font-size:14px;
	margin:4px 0;
}
form#listing legend {
	margin-bottom:8px;
}
form#listing fieldset {
	border:1px solid #ccc;
	width:600px;
	padding:10px 20px;
}
div.previewPanel {
	background:white;
	border:1px dashed #ccc;
	margin:8px;
	padding:4px;
}	