@charset "utf-8";
/* CSS Document */

#nwlv-dialog {
	padding	: 0 0 10px 20px
}

#nwlv-list-visibility { margin-top:20px; }

.nwlv-list-options {
	padding			: 10px 5px;	
	border-bottom	: 1px solid #666;
}

form.nwlv-form { }

.nwlv-input {
	margin-bottom	: 10px;
}
.nwlv-input em {
	display	: inline-block;
	padding	: 5px 0;
	width	: 260px;
}
.nwlv-input label {
	display	: block;
	float	: left;
	width	: 150px;
	padding	: 5px 0;
}

.nwlv-input select,
.nwlv-input input {
	float	: left;	
}

.nwlv-input input[type=checkbox],
.nwlv-input input[type=radio] {
	margin-top	: 8px;	
}

.nwlv-widget-visibility {
	padding	: 5px;
	background	: #fff;
	border		: 1px dashed #888;
	margin-top	: 10px;	
}

.nwlv-widget-visibility .nwlv-list-options {
	border	: none;
	padding	: 0;
	font-size	: 10px	
}

#nwlv-select-holder {
	width	: 220px;	
	display	: none;
	float	: left;
	margin-left	: 150px;	
}

#nwlv-select { width	: 220px; }

.clearfix { clear:both; }