	html{
		background: #ffffff;
		background: -moz-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 20%, #ededed 21%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(20%,#f3f3f3), color-stop(21%,#ededed), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f3f3f3 20%,#ededed 21%,#ffffff 100%);
		background: -o-linear-gradient(-45deg, #ffffff 0%,#f3f3f3 20%,#ededed 21%,#ffffff 100%);
		background: -ms-linear-gradient(-45deg, #ffffff 0%,#f3f3f3 20%,#ededed 21%,#ffffff 100%);
		background: linear-gradient(135deg, #ffffff 0%,#f3f3f3 20%,#ededed 21%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
		min-height:100%;
	}

	html, body{
		margin: 0;
		padding: 0;
		z-index: 0;
		color: #282828;
		font-size: 1em;
		font-family : "Source Sans Pro", Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif; 
	
	}

	* {
		font-family : "Source Sans Pro", Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif; 
	}

	a, a:link, a:visited{
		color: #004FBF;
		text-decoration: none;
	}

	body{
		padding: 0 0 0 0;
		/*width: 1300px;*/
		margin: 0 auto; 
		overflow: visible !important;
	}

	h1, h2, h3, h4, h5, h6{
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	
	#back-top {
		position: fixed;
		bottom: 75px;
		right: 20px;
		z-index: 10
	}
		
	#back-top span {
		width: 85px;
		height: 85px;
		display: block;
		background: url('../img/arrow-top.png') no-repeat;
	}


	.button{
		margin: 5px 0 10px 0;
	}

	a.button{
		font-size: 13px;
		border: 1px solid #D3D3D3;
		color: #555555;
		padding: 5px;
		line-height: 16px;
		border-radius: 4px; 
		font-family: Verdana,​Arial,​sans-serif;
	}

	.button:hover{
		cursor: pointer;
	}

	a.button:hover{
		background-color: #D3D3D3;
		cursor: pointer;
	}

	.logout-btn{
		border: 1px solid #A1A1A1;
		background-color: #f2f2f2;
		padding: 7px;
		position: relative;
		top: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.logout-btn:link, .logout-btn:visited, .logout-btn:active, .logout-btn:focus {
		color: #282828;
		font-family: Arial,Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,Sans-serif;
		font-size: 0.75em;
	}

	.logout-btn:hover{
		background-color: #D3D3D3;
		cursor: pointer;
	}

	.btn{
		border: 1px solid #A1A1A1;
		background-color: #f2f2f2;
		padding: 7px;
	}
	
	.save-comment{
		float: right;
   	 	margin-bottom: 10px;
   		margin-top: 10px;
	}
	
	.btn:link, .btn:visited, .btn:active, .btn:focus {
		color: #282828;
		font-family: Arial,Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,Sans-serif;
		font-size: 1em;
	}
	
	#msg-comment {
    	margin-top: 20px;
	}

	.error{
		color: #CD2D2D;
		font-weight: bold;
		font-size: 1em;
		padding: 5px 10px;
		margin-bottom: 1px;
		margin-top: 5px;
	}

	input:focus, textarea:focus { 
	    outline:none;
	    border-color:#9ecaed;
	    box-shadow:0 0 15px #9ecaed;
	}
	
	.left {
		float: left;
	}

	.right {
		float: right;
	}

	.clear-left {
		clear: left;
	}

	.clear-right {
		clear: right;
	}

	.clear-both {
		clear: both;	
	}
