#ScreenScrim {	/* first defined in common.css */
	height: 2400px;
	width: 150%;
}
#Line1 {
	display:inline-block;
	margin-top: -60px;
	z-index: 10 !important;
}
#Phone {
	position: relative;
	-webkit-transition: all 1s;
	transition: all 1s;  
	width: 171px;
	height: 424px;
    margin-top: 70px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}
#PhoneTop {
	position: absolute;
	left: 1.72%;
	top: 0px;
	background-repeat: no-repeat;
	width: 165px;
	height: 76px;
	background-size: 165px 76px;
	-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: 165px;
	height: 143px;
	background-size: 165px 143px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 1s;
	transition: all 1s;  
}
#PhoneBottom {
	position: absolute;
	left: 0px;
	top: 11.6%;
	//top: 51.76%;
	background-repeat: no-repeat;
	-webkit-transition: all 1s;
	transition: all 1s;  
	width: 171px;
	height: 230px;
	background-size: 171px 230px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
#PhoneNoteCard1 {
	position: absolute;
	left: 1.32%;
	top: 12.8%;
	-webkit-transition: all 1s;
	transition: all 1s;  
	width: 167px;
	height: 226px;
	background-size: 167px 226px;
	-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: 167px;
	height: 226px;
	background-size: 167px 226px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
#TapToOpenCard {		/* first defined in common.css */
	margin-top: -25px;
}
#TapToSelectCharacters {
	font-weight: bold;
	font-size: 11px;
	margin-left: 3px;
	margin-top: 63px;
	line-height: 90%
	//margin-left: 15px;
	-webkit-transition: all 1s;
	transition: all 1s;  
	-webkit-transform: scale(.1,.1);
	transform: scale(.1,.1);
	color: white;
	text-align: center;
	display: none;
}
#TapNoteCard {
	font-size: 12px;
	margin-top: 230px;
	text-align: center;
	color: black;
	-webkit-transition: all 1s;
	transition: all 1s;  
	-webkit-transform: scale(.1,.1);
	transform: scale(.1,.1);
	display: none;
}
#NoteCardEditArea {
	position: relative;
	width: 167px;
	max-height: 226px;
	//border: 1px solid black;
	margin-left: 20px;
	margin-top: 80px;
	-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: 167px;
	height: 226px;
	//max-height: 226px;
	//border: 1px solid red;
	margin-left: 20px;
	margin-top: 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: -10px;
	//top: -90px;
	top: -150px;
	//border: 1px solid blue;
	display: none;
	width: 167px;
	height: 376px;
	max-height: 226px;
	background-size: 167px 226px;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	z-index: 9	!important;
}
#MessageDiv {
	position: absolute;
	font-family: 'Caveat', cursive !important;
	font-size: 10px;
	font-weight: bold;
	left: 0px;
	top: 100px;		
	max-width: 156px;
	//border:solid 1px red;
	color: #222222;
	display: none;
	opacity: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	z-index: 9	!important;
}
#CharLimitNote {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#990066;
}
#BlankNote {
	width: 200px;
}
#NotetoCustomer {		/* first defined in common.css */
	width: 300px;
	font: normal 10px Arial;
	text-align: left;
	margin-top: 10px;
}
.selectionPictures {
	width: 308px;
	height: 205px;
}
#CharacterSelections {		/* first defined in common.css */
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -177px;
	margin-top: -145px;
	width: 320px;
	height: 244px;
	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: 309px;
	height: 218px;
	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;
	margin-left: -80px;
}
#ENoteSelectionMessages.active{
    height:100%;
    overflow:hidden;
}
#ENoteSelectionMessagesScrollRegion {
	font-size: 14px;
	font-weight: bold;
	width: 229px;
	height: 160px;
}
#Verification {
	position: absolute;
	left: 10px;
	top: 860px;
	width: 320px;
	font-size: 12px;
	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;

}
#SelectFromSuggestedMessagesButton {
	font-size: 10px;
	margin-left: -5px;
}
#TermsAndPrivacy {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -177px;
	margin-top: -145px;
	width: 320px;
	height: 244px;
	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: 309px;
	height: 218px;
	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: -177px;
	margin-top: -145px;
	width: 320px;
	height: 244px;
	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: 309px;
	height: 218px;
	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 {	// a table in the mobile
	z-index: 9 !important;
}
.gallerychoiceimage {
	margin-bottom:10px;
	margin-right:20px;
	border: solid 1px black;
	z-index: 9 !important;
}
#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;
}
.popupXOut {
	width: 20px;
	height: 20px;
	//margin-right: 0px;
	//margin-top: -20px;
	z-index: 150px	!important;
	float: left;
}
