/*
---------------------------------------------------------

	TYPOGRAPHY
	
---------------------------------------------------------
*/

p {
	line-height: 1.3;
}

.grey.box p {
	margin-bottom: 17px;
}

.graph-line-key {
	position: absolute;
	top: 20px;
	right: 20px;
}



/*
---------------------------------------------------------

	STRUCTURE
	
---------------------------------------------------------
*/

.head-left {
	width: 630px;
}

.head-right {
	width: 344px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

a.back-button {
	margin-right: 10px;
	padding: 8px 9px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a .go-back {
	background: transparent url('../images/icon-back-arrow.png') no-repeat top center;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 2px;
}

	a.back-button:hover .go-back {
		background-position: 0 -18px;
	}

a.btn-open {
	background: url(../images/icon-sprite.png) no-repeat -189px 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 2px;
    vertical-align: text-bottom;
}

	a.btn-open:hover {
		background-position: -189px -13px;
	}
	
	a.btn-open:active {
		background-position: -205px 0px;
	}
	
select {
	margin-right: 10px;
}	