body {
	margin: 0px;
}

#PreferenceList {
	background-color: #fff;
	border: 1px solid #898989;
	/* Allow children to be absolutely positioned relative to parent. */
	/*
	position: relative;
	*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*
	margin-top: 10px;
	padding-top: 10px;
	*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	/*
	border: 1px dashed red;
*/
}

#PreferenceList li {
	list-style-type: none;
	background-color: #fff;
	border: 1px dashed cyan;
	border: none;
	height: 100px;
	/*
	clear: both;
	*/
	border-bottom: 1px solid #ccc;
	margin: 0px 10px 0px 10px;;
	/* Top padding fixes issue in IE. */
	padding: 10px 0px 0px 0px;
	/*
	*/
}

#PreferenceList li.last {
	border-bottom: none;
}

#PreferenceList li div.title {
	background-color: transparent;
	font-weight: bold;
	margin-right: 100px;
	margin-top: 8px;
}

#PreferenceList li div.title label {
	background-color: transparent;
}

#PreferenceList li div.description {
	border: none;
	text-align: left;
	margin: 10px 100px 0px 0px;
}

#PreferenceList li a {
	float: right;
	display: block;
	margin-top: 0px;
	width: 91px;
	height: 91px;
	background-color: transparent;
	cursor: pointer;
}

#PreviewContainer {
	display: none;
	position: fixed;
	top: 50px;
	width: 100%;
	border: 2px dashed red;
	margin: 0px;
}

#PreviewViewer {
	display: none;
	margin: 0px auto;
	width: 620px;
	height: 500px;
	border: 2px dashed blue;
}

/* vim: set noexpandtab: */

