#Line1 {
	display:inline-block;
	margin-top: -60px;
	z-index: 10 !important;
}
#Phone {
	position: relative;
	-webkit-transition: all 1s;
	transition: all 1s; 
	margin-top:25px;
	width: 257px;
	height: 631px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
#PhoneTop {
	position: absolute;
	left: 1.72%;
	top: 0px;
	background-repeat: no-repeat;
	width: 248px;
	height: 113px;
	background-size: 248px 113px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 1s;
	transition: all 1s;  
}
#PhoneMiddle {
	position: absolute;
	left: 1.72%;
	top: 17.92%;
	background-repeat: no-repeat;
	width: 248px;
	height: 215px;
	background-size: 248px 215px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 1s;
	transition: all 1s;  
}
#PhoneBottom {
	position: absolute;
	left: 0px;
	top: 11.6%;
	background-repeat: no-repeat;
	width: 257px;
	height: 346px;
	background-size: 257px 346px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 1s;
	transition: all 1s;  
}
#PhoneNoteCard1 {
	position: absolute;
	left: 1.32%;
	top: 12.8%;
	-webkit-transition: all 1s;
	transition: all 1s;  
	width: 250px;
	height: 338px;
	background-size: 250px 338px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
#PhoneNoteCard {
	position: absolute;
	left: 1.32%;
	top: 12.8%;
	-webkit-transition: all 1s;
	transition: all 1s; 
	display: none;	
	width: 250px;
	height: 338px;
	background-size: 250px 338px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
#TapToOpenCard {		/* first defined in common.css */
	font-weight: bold;
	font-size: 20px;
	color: white;
	margin-top: 15px;
}
#TapToSelectCharacters {
	font-size: 15px;
	font-weight: bold;
	color:#990066;
	margin-top: 0px;
    line-height: 97%;
	-webkit-transition: all .5s;
	transition: all .5s;  
	-webkit-transform: scale(.1,.1);
	transform: scale(.1,.1);
	text-align: center;
	display: none;
}
#TapNoteCard {
	font-size: 15px;
	font-weight: bold;
	color:#990066;
	margin-top: 300px;
    line-height: 97%;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;  
	-webkit-transform: scale(.1,.1);
	transform: scale(.1,.1);
	display: none;
}
#NoteCardEditArea {
	position: relative;
	width: 250px;
	max-height: 338px;
	//border: 1px solid red;
	margin-left: 20px;
	margin-top: 60px;
	-webkit-transition: all 1s;
	transition: all 1s;  
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	display: none;
	z-index: 9	!important;
}
#NoteCardImageArea {		/* first defined in common.css */
	position: relative;
	width: 250px;
	height: 338px;
	max-height: 338px;
	//border: 1px solid red;
	margin-left: 20px;
	-webkit-transition: all 1s;
	transition: all 1s;  
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	display: none;
	z-index: 9	!important;
}
#NoteCardImage {		
	position: absolute;
	left: -4px;
	top: -200px;
	//border: 1px solid blue;
	display: none;
	width: 250px;
	height: 376px;
	max-height: 338px;
	background-size: 250px 338px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	z-index: 9	!important;
}
#MessageDiv {
	position: absolute;
	font-family: 'Caveat', cursive;
	font-size: 16px;
	//font-weight: bold;
	left: 0px;
	top: 100px;		
	max-width: 212px;
	text-align:left;
	color: #222222;
	//border:solid 1px black;
	display: none;
	opacity: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	z-index: 9	!important;
}
#CharLimitNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#990066;
}
#NotetoCustomer {	
	width: 400px;
	font: normal 10px Arial;
	text-align: left;
	margin-top: 10px;
}
.selectionPictures {
	width: 368px;
	height: 245px;
}
#CharacterSelections {		/* first defined in common.css */
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -165px;
	margin-top: -145px;
	width: 395px;
	height: 290px;
	background-image: url('images/linen1.jpg');	
	background-repeat: repeat;
	border: solid 10px lightgray;
	display: none;
	padding: 5px;
    overflow-y: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;  
	z-index: 10	!important;
}
.scrollregion {
	width: 384px;
	height: 260px;
	font-size: 20px;
	font-weight: bold;
	background-image: url('images/linen1.jpg');	
	background-repeat: repeat;
	padding: 8px;
	color: #663300;
    overflow-y: scroll;
	-webkit-transition: all .2s;
	transition: all .2s;  
}
#ENoteSelectionMessages {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 250px;
	height: 218px;
	font-size: 12px;
	display: none;
	background-color: white;
	color: black;
	-webkit-transition: all .5s;
	transition: all .5s;  
	border: solid 10px gray;
}
#ENoteSelectionMessagesScrollRegion {
	font-size: 14px;
	font-weight: bold;
	width: 229px;
	height: 160px;
}
#Verification {
	position: absolute;
	left: 550px;
	top: 150px;
	width: 300px;
	min-height: 400px;
	//margin-left: -250px;
	//margin-top: -250px;
	display: none;
	background-color: white;
	border: 5px solid lightgray;
	border-radius: 5px;
	padding: 10px;
	z-index: 120	!important;
}
#Verification img {
		margin-left: 30px;

}
#TermsAndPrivacy {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -165px;
	margin-top: -145px;
	width: 380px;
	height: 290px;
	background-image: url('images/linen1.jpg');	
	background-repeat: repeat;
	border: solid 10px lightgray;
	display: none;
	padding: 5px;
    overflow-y: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;  
	z-index: 10 !important;
}
.termsandprivacyscrollregion {
	width: 369px;
	height: 260px;
	font-size: 20px;
	font-weight: bold;
	background-image: url('images/linen1.jpg');	
	background-repeat: repeat;
	padding: 8px;
	color: #663300;
    overflow-y: scroll;
	-webkit-transition: all .2s;
	transition: all .2s;  
}
#ShippingInfo {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -165px;
	margin-top: -145px;
	width: 380px;
	height: 290px;
	background-image: url('images/linen1.jpg');	
	background-repeat: repeat;
	border: solid 10px lightgray;
	display: none;
	padding: 5px;
    overflow-y: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;  
	z-index: 10 !important;
}
.shippinginfoscrollregion {
	width: 369px;
	height: 260px;
	font-size: 20px;
	font-weight: bold;
	background-image: url('images/linen1.jpg');	
	background-repeat: repeat;
	padding: 8px;
	color: #663300;
    overflow-y: scroll; 
	-webkit-transition: all .2s;
	transition: all .2s;  
}
#Gallery {
	position: relative;
	-webkit-transition: all 1s;
	transition: all 1s; 
	margin-top:-250px;
	//width: 75px;
	//height: 300px;
}
.gallerychoiceimage {
	margin-bottom:10px;
	margin-right:20px;
	border: solid 1px black;
}
#GalleryDisplay {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -250px;
	width: 320px;
	height: 500px;
	background: white;	
	background-repeat: no-repeat;
	border: solid 10px lightgray;
	display: none;
	padding: 5px;
    overflow-y: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;  
	z-index: 10 !important;
}
#GalleryPhoto {
	//margin: 10px;
}
