#pulsemaps_descr {
	margin-bottom: 20px;
}

#pulsemaps_settings {
	clear: both;
}

.widget-sample {
	margin-left: 80px;
}

#pulsemaps_descr ul {
	margin: 20px;		
}

#pulsemaps_descr li {
	list-style-type: disc;
}

#pulsemaps_upgrade input[type="submit"] {
	background-color: #7ab249;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93d560), to(#609030));
	background: -moz-linear-gradient(100% 100% 90deg, #609030, #93d560);
	background: -o-linear-gradient(#93d560, #609030);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#93d560, endColorstr=#609030);
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

#pulsemaps_widget_wrap {
	width: 900px;
}

#pulsemaps_widget_preview {
	margin-top: 15px;
	width: 500px;			  
	float: right;
}

#pulsemaps_widget_bg {
	background-image: url('transparent-bg.gif');
        display: inline-block;
}

#pulsemaps_widget_settings {
	float: left;
	width: 400px;
}

#pulsemaps_widget_wrap .form-table th {
	width: 100px;
}
