div.next-step {
	float: right;
}

a.help {
	font-size: xx-small;
	vertical-align: top;
	text-decoration: none;
	color: #F38630;
}

/* Form message */
div.form-message {
	float: left;
	width: 250px;
	margin-right: 5em;
	margin-bottom: 5em;
}

div.form-message p {
	font-weight: bold;
}

div.form-message ul {
	margin: 1em 0em;
}

div.form-message li {
	list-style: square;
	margin-left: 3em;
	margin-bottom: 0.5em;
}

/* Form styling */
fieldset {
	margin-bottom: 2.5em;
	position: relative;
	float: left;
	margin-right: 5em;
}

fieldset label {
	position: relative;
}

span.asterisk {
	color: #D90000;
	font-weight: normal;
	font-size: 1em;
	vertical-align: top;
	padding-left: 0.1em;
}

form legend {
	margin-bottom: 0.25em;
}

/*form label {*/
/*	display: inline-block;*/
/*	width: 220px;*/
/*}*/

label.doublefield {
	width: 105px;	
}

label#firstname {
	margin-right: 6px;
}

form label input {
	width: 100%;
}

input.error, textarea.error {
	outline-color: #D90000;
	outline-style: auto;
	outline-width: 5px;
}

span.placeholder-text {
	display: none;
	position: absolute;
	font-size: 14px;
	top: 5px;
	left: 4px;
	color: #999;
}

div.errormsg {
	margin-top: 0.25em;
	display: none;
	position: absolute;
	color: #D90000;
}

div.feedback {
	color: #D90000;
	font-weight: bold;
	margin-top: 1.5em;
	float: left;
}

/* Actions */

#blanket {
	background-color: #111;
	filter: alpha(opacity=65);
	position: fixed;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

div.popup {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9002;
	display: none;
}

#share-link div#advice {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

#share-link input {
	width: 30em;
	outline: none;
}

#contribute-form, #delete-form, textarea[name="description"] {
	width: 220px;
}

#contribute input[type=checkbox] {
	width: auto;
	margin-right: 0.25em;
}

#short-desc input {
	background: #fff;
}

#delete-buttons {
	text-align: center;
}

#delete-buttons input {
	margin-top: 0.5em;
	margin: 0.5em 0.1em 0em 0.1em;
	padding: 4px;
	width: 36px;
}

/* div#hist-popup {
    position: fixed;
    width: auto;
    padding: 10px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    font-size: 90%;
} */

.axis text {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: block;
}

#calendar-popup {
	font: 10px sans-serif;
	shape-rendering: crispEdges;
	top: 20%;
}

.day {
  fill: #fff;
  /*stroke: #ccc;*/
}

.month {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}