.page {
	width : 1040px;
	background: url("https://www.quickspot.fr/themes/starbucks/bg_pc_register.gif") no-repeat;
	background-color: #F6F6EE;
	border-color : gray;
}

.contentTitle{
	width : 80px ;
	height : 80px ;
	margin-bottom : 15px;
	background-image : url("https://www.quickspot.fr/themes/starbucks/starbucks-logo.png") ;
}

.pageHeader, .pageFooter, .welcomePanel, .hotspotFinderblock, .contentBlockHeader, .logo-welcome,
.openUrlBlock, .supportText, hr.contentBreak, .lawHeaderBlock, .cguHeaderBlock, .logo-block, .customerContent, .pageTitle,
.postLogoText, .popupTitleText {
    display : none;
}

.contentBlock{
	float : left;
	width : 400px;
}

.cguDisplayBlock, .lawDisplayBlock{
	margin : 0 auto 0 auto;
	background-color : white;
	border : solid gray 1px;
	border-radius : 5px;
	float : right;
	width : 260px;
	height : 300px;
}

.autoTicketBlock{
	padding:5px;
	font-size:10pt;
	text-align:justify;
	margin-bottom:5px;
}

hr.autoTicketSeparator{
	background-color:black;
	height:1px;
	border:none;
	width:75%;
	margin-top:5px;
	visibility : hidden;
}

.cguSeparator, .lawSeparator{
	display : none;
}
hr.separator, .pageContentEnder, .registerLineBreaker, .loginLineBreaker, .pageEnder{
	clear: both;
	visibility: hidden;
}


.pageContent{
	margin : 0px;
	margin-left : 120px;
	padding-top : 0px;
	float :none ;
	border : none;
	width : 700px;
}


.textRegister, .ddlRegister, .textLogin {
	background-color:#F4EBE4;
}


.portalButton{
	background-color: #F6F6EE;
}


.errorMessage{
	color:#008000;
	font-size : 16pt ;
}


/************************************/
/****    Popup 						*/
/************************************/

#pagePopup{
	background-image :url("https://www.quickspot.fr/themes/starbucks/bg_pop.gif") ;
	background-color: #F6F6EE;
}

.popupTitle{
	background-image : url("https://www.quickspot.fr/themes/starbucks/starbucks-logo.png") ;
	width :79px ;
	height : 81px ; 
	margin : 0 auto 0 auto;
}

.popupLogo{
	display :none; 
}


.PopupOfflineOkText{
	font-size : 10pt;
	color: #636363;
}

.PopupOfflineErrorText{
	font-size : 10pt;
	color: #008000;
}