.scrapbookPage {
	border-radius: 50%;
	background: #e50b6a;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 25px;
	color: #000;
	width: 100px;
	height: 100px;
	z-index: 10;
}

a.scrapbookPage{
	text-decoration: none;
}

	.scrapbookPage .scrapbookIco {
		background: url('../images/general/scrapbook_icon.png') no-repeat;
		width: 36px;
		height: 52px;
		display: block;
		margin: 15px 28px;
		padding: 15px 10px 0 0px;
		font-size: 1.6em;
		font-weight: bold;
		color: #e50b6a;
	}

.scrapbook {
	background: #e50b6a;
	width: 100%;
	height: 100%;
}

.gallery {
	width: 66.66666%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #e50b6a;
}

.galleryWrap {
	overflow-y: auto;
	height: -webkit-calc(100% - 130px);
	height: -moz-calc(100% - 130px);
	height: -ms-calc(100% - 130px);
	height: -o-calc(100% - 130px);
	height: calc(100% - 130px);
}

.gallery .grid {
	width: 100%;
	padding: 5px 0 0 5px;
	background: #e50b6a;
	overflow: hidden;
	box-sizing: border-box;
}

	.gallery .grid .span4 {
	/*	width: 24%;  not sure we need ??? */  
		width: auto;
		background: #e50b6a;
		margin: 0 1% 2px 0;
		float: left;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}

		.gallery .grid .span4 img {
			max-width: 100%;
			max-height: 100%;
		}

.gallery .grid .optionBar {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 20%;
	background: rgba(0,0,0,0.8);
	cursor: pointer;
	display: none;
}

	.gallery .grid .optionBar a {
		color: #fff;
		text-transform: uppercase;
		font-size: 0.7em;
		display: block;
		font-weight: bold;
		float: left;
		text-decoration: none;
		margin: 0 7px;
		height: 95%;
		margin-top: 5%;
	}
	
		.gallery .grid .optionBar a.removeAsset {
			float: right;
			color: #e50b6a;
		}
	
	.gallery .grid .optionBar img {
		max-width: 50%;
		max-height: 50%;
		margin-left: 5px;
		vertical-align: middle;
	}

.rightPanel {
	width: 33.33333%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #e50b6a;
}

.form {
	margin: 0 7.5%;
	color: #fff;
}

	.form h1 {
		text-transform: uppercase;
		margin: 50px 0;
	}
	
	.form p {
		font-size: 0.8em;
		margin-bottom: 50px;
	}
	
	.form .yourDetails {
		border-bottom: 1px solid #fff;
		width: 100%;
		display: block;
		padding: 0 0 3px;
	}
	
.rightPanel form {
	margin-top: 25px;
}

.rightPanel span {
	font-size: 0.8em;
	font-weight: bold;
}

.rightPanel label {
	font-size: 0.8em;
	width: 50%;
}

	.rightPanel label.checkboxLabel {
		width: 90%;
		float: left;
		margin: 4px 0 0 10px;
	}

.rightPanel input {
	border: 0;
	height: 25px;
	width: 50%;
	float: right;
	font-size: 0.8em;
	padding: 0 3px;
}

	.rightPanel input[type=checkbox] {
		float: left;
		width: auto;
	}
	
	.rightPanel input[type=submit] {
		width: auto;
		background: #000;
		color: #fff;
		height: 30px;
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: bold;
		margin: 10px 0 0;
		padding: 0 5px;
	}

.rightPanel .ui-select .ui-btn {
	background: #fff;
	color: #000;
	font-size: 1.2em;
	margin-top: 10px;
}

.rightPanel .ui-btn-inner {
	padding: 5px;
}

.rightPanel .ui-select .ui-btn-text span {
	font-weight: normal;
	font-size: 1em;
}

.rightPanel select {
	background: #fff;
	display: block;
	font-size: 0.8em;
}

.rightPanel ul {
	margin: 0;
	padding: 10px 0 0;
}

.rightPanel ul li {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}


@media only screen
and (min-width : 768px)
and (max-width : 1024px)
{
	
	.rightPanel {
		overflow-y: auto;
	}

	.form h1 {
		margin-top: 125px;
	}
	
	.rightPanel form {
		padding-bottom: 145px;
		overflow: hidden;
	}
	
	.rightPanel label.checkboxLabel {
		width: 86%;
	}
}