 body, #backgroundTable
{
	background-color:#FAFAFA;
	font-family:Arial, sans-serif;
	width:320px;
	margin:0 auto;
}

#allContainerDiv
{
	background-color:#DBD2B3;
	border:1px solid gray;

}

#mainContainerDiv
{
	padding:2px;
}


.hiddenDiv
{
	display: none;
}

table td{border-collapse:collapse;}

.center
{
	text-align: center;	
}

.facebookAnchor, .twitterAnchor, .emailAnchor
{
	padding-left:19px;
	background-position: left center;
	background-repeat: no-repeat;
}

.facebookAnchor
{
		background-image: url("img/icon_facebook.png");	
}

.twitterAnchor
{
		background-image: url("img/icon_twitter.png");	
}


.emailAnchor
{
		background-image: url("img/icon_email.png");	
}


#signUpFormPanel
{
	margin-top:15px;
}

#signupPanelDetails
{
	margin-bottom:3px;
	font-size:9pt;
	text-align:center;
	margin-top:3px;
}

#signUpForm
{
	padding-left:15px;
}

.formDecPanel {	
	background-color: #D0E4F6;
	border: 1px solid #999;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	padding:10px;

}

.signupTextBox
{
	width:200px;
	margin:0px;
	padding:0px;	
}

#formDisclaimer
{
	font-size:7pt;
	font-style: italic;
	text-align: right;	
	margin-left:12px;
	margin-right:20px;
}

.emailLabel,.zipLabel,.phoneLabel
{
	font-weight:bold;
	font-color:gray;
	font-size:10pt;
}

.submitFormButton
{
	width:150px;	
}

.formPanel
{
}

#sharePanel
{
	background-image:url('img/youWon.png');
	background-repeat:no-repeat;
	width:315px;
	padding-top:130px;
	padding-left:16px;
	color:#503721;

	font-family: Cartwheel;
	font-weight: normal;
	font-style: normal;
	margin-bottom:10px;
}

.sharePanelBox
{
	width:283px;
	font-size:10pt;
}

.sharePanelBox a
{
	padding-right:10px;
	text-decoration: underline;
}

#shareGameInstructions
{
	list-style:decimal;
	margin-top:3px;
	margin-bottom:5px;
	padding-left:20px;
}

#shareGameInstructions li
{
	font-size:10pt;
	margin:0px;
	padding:0px;
	text-align:left;
}

.shareAnchorsPanel
{
	margin-bottom:5px;
	margin-left:35px;	
	font-size:10pt;
}




#sharePanelBoxTitle
{
	margin-top:25px;
	color:#266813;
	font-size:12pt;
	text-align:center;
	margin-bottom:4px;
	font-weight:bold;
}

#sharePanelBoxTitle2
{
	text-align:center;
	font-weight:bold;
}

#sharePanelBoxTitle3
{
	text-align:center;
	font-size:8pt;
}

#sharePanelBoxDetails
{
	font-size:7pt;
}


.hoverImage:hover, .pointerImage
{

 cursor: pointer; cursor: hand;
}


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

#templateContainer
{
	 background-color:#fffde0;
	 border:1px solid gray;
}

/************************************************************************/
.gameCard
{
                float: left;
                width: 104px;
                height: 92px;
               	background-color:transparent;
                border: none;
                cursor: pointer;
                margin-bottom:11px;
	
}

#gameInstructionsTitle
{
		font-family: Cartwheel;
	font-weight:bold;
	
	color:#266813;
	font-size:16pt;
	color:#503721;
	text-align: center;
	margin-bottom:2px;
}

#gameInstructionsLabel
{	
	padding-top:15px;
	padding-bottom:15px;
	font-size:10pt;
	text-align:center;
}

#winFinePrint
{
	color:black;
	margin-top:110px;
}

#footerText, #winFinePrint
{
	font-size:7pt;
	text-align:justify;
	width:300px;
}

#footerTextTitle, #winFinePrintTitle
{
	font-weight:bold;
	text-align:center;
}

#poweredByFooter
{
	margin-top:2px;
	font-size:7pt;
	text-align:center;
	color:white;
	background-color:purple;
}

#poweredByFooter a
{
	color:white;
}

#winPanel
{
	background-image:url('img/youWon.png');
	background-repeat:no-repeat;
	padding-left:4px;
	padding-top:160px;
	width:315px;
	height:473px;
}

#winDetails
{
	color:#503721;
	font-family: Cartwheel;
	font-weight: normal;
	font-style: normal;
	font-size:16pt;
	width:315px;
	height:160px;
	padding-left:0px;
	padding-top:30px;
	text-align:center;
	background-image:url('img/ticket.png');
	background-repeat: no-repeat;
}

.shareWinAnchorsPanel
{
	text-align:center;
	margin-left:25px;
	margin-top:14px;
}

.shareWinAnchorsPanel a
{
	padding-right:15px;
}


#redeemInfo
{
	font-family: Cartwheel;
	font-weight: normal;
	font-style: normal;
	color:black;
	margin-top:18px;
	font-size:7pt;
	width:283px;
	margin-left:12px;
}