.cropit-preview {
			  /* You can specify preview size in CSS */
			  width: 380px;
			  height: 380px;
			  background-color: #fff;
			}

			body, html {
				background-color: #fff;
				margin: 0px;
				padding: 0px;
				height: 100%;
				width: 100%;
			}

			.centercolumn {
				width: 800px;
				display: block;
				margin: 0 auto;
				clear: both;
				background-color: #fff;
				padding: 20px;
				text-align: center;
			}

			header, footer {
				float: left;
				display: block;
				min-width: 100%;
				text-align: center;
				background-color: #f5f5f5;
				border-color: #e1e1e1;
				border-style: solid;
			}

			header {
				border-width: 0px 0px 1px 0px;
			}

			footer {
				padding-top: 20px;
				border-width: 1px 0px 0px 0px;
			}

			header img {
				padding: 30px 0px 30px 0px;
				display: inline-block;
			}

			.titre {
				width: 700px;
				display: block;
				font-family: 'Roboto Slab', serif;
				font-size: 40pt;
				font-weight: 700;
				text-transform: uppercase;
				background-color: #FFF;
				margin: auto;
				line-height: 1em;
				padding: 20px;
			}

			p {
				font-family: 'Roboto', sans-serif;
				width: 650px;
				margin: auto;
				padding: 20px;
				text-align: justify;
				font-size: 14pt;
				line-height: 1.2em;
			}

			.url {
				margin: auto;
				font-family: 'Roboto', sans-serif;
				font-size: 12pt;
				color: #999;
				text-decoration: none;
			}

			footer img {
				padding: 10px;
			}

			.url:hover {
				color: #222;
			}

			.nameInput {
				display: block;
				width: 650px;
				font-family: "Roboto Slab", serif;
				font-size: 16pt;
				margin: auto;
				padding: 5px;
				text-align: center;
				border: solid 3px #ff961a;
				color: #d12d1a;
				text-transform: uppercase;
				font-weight: 700;
			}

			.nameInput.focus, .nameInput:focus {
				border: solid 3px #d12d1a;
				outline: none;
			}

			.overlay {
				display: none;
				position: fixed;
				z-index: 1000; /* Something high */
				height: 380px;
				width: 380px;
				background: white;
				top: 50%;
				left: 50%;
				margin-left: -190px; /* Negative half width */
				margin-top: -190px; /* Negative half height */
				box-shadow: 0 0 0 2038px rgba(0,0,0,.8);
				-webkit-transition: 1s; /* Little extra spice */
			}

			.my_camera {
				width: 300px;
				height: 300px;
				margin-left: 40px;
				margin-top: 30px;
				margin-bottom: 10px;
				cursor: pointer;
			}

			.close {
				position: absolute;
				top: 5px;
				right: 10px;
				z-index: 500;
				font-family: "Arial";
				font-weight: bold;
				font-size: 20px;
			}

			.cropit-image-input {
				visibility: hidden;
			}

			.upload-btn, .webcam-btn, .download-btn {
				cursor: pointer;
				background-color: #d12d1a;
				padding: 4px 20px 4px 20px;
				margin: 4px 20px 4px 20px;
				color: #FFF;
				font-family: 'Roboto Slab', serif;
				font-weight: 400;
				font-size: 24pt;
				min-width: 200px;
				display: inline-block;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
			}

			.upload-btn:hover, .webcam-btn:hover {
				background-color: #ff8a00;
			}

			.cropit-preview.cropit-image-loading .spinner {
				opacity: 1;
				}

			/* Show move cursor when image has been loaded */
			.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
				cursor: move;
			}

			.cropit-preview {
				margin: 10px 0px 10px 210px;
			}

			/* Gray out zoom slider when the image cannot be zoomed */
			.cropit-image-zoom-input[disabled] {
				opacity: .2;
			}

			#image-cropper {
				text-align: center;
			}

			.kimcard {
				padding: 20px 0px 20px 0px;
			}