#edit_my_profiel {
padding: 5px;
  width:894px;
  height: 100%;
  min-height:100%;
  float: left;
  background-color:#fff;
  margin: 0 auto;
}

/*Vertical Accordions */

		.edit_accordion_toggle {
			display: block;
			height: 30px;
			width: 894px;
			background: url() no-repeat top right #b5c6cc;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #fff;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.edit_accordion_toggle_active {
			background: url('/media/img/ok.png') no-repeat top right #dde7eb;
			color: #404c57;
			border-bottom: 1px solid #404c57;
		}

		.edit_accordion_content {
		   	color: #404c57;
			overflow: hidden;
		}

			.edit_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #b5c6cc;
			}

			.edit_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

		.edit_vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 400px;
			background: url() no-repeat top right #b5c6cc;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #404c57;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.edit_vertical_accordion_toggle_active {
			background: url() no-repeat top right #dde7eb;
			color: #404c57;
			border-bottom: 1px solid #404c57;
		}

		.edit_vertical_accordion_content {
			color: #404c57;
			overflow: hidden;
		}

			.edit_vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #404c57;
			}

			.edit_vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

		/*
			Horizontal Accordion
		*/

		.edit_horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url() no-repeat top left #dde7eb;
			color: #404c57;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #404c57;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.edit_horizontal_accordion_toggle_active {
			background: url() no-repeat top left #b5c6cc;
			border-right: 1px solid #fff;
		}

		.edit_horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
            max-width:300px;
			overflow: hidden;
			background-color: #ffffff;
			color: #404c57;
		}

			.edit_horizontal_accordion_content p {
				width: 300px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}


    /* Container styling*/
    #edit_horizontal_container {
      margin: 0px auto 0px auto;
      width: 400px;
      height: 100px;
    }

    #edit_vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 450px;
    }
	
	/* colors */
	.edit_lightblue {		
		background-color:#dde7eb;
	}
