/* Usual Fido styles */ 
body {
  font: normal 14px Arial, Helvetica, sans-serif;
  background-color: white;
  color: #000;
  }

:focus {
  outline: none; }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0; }

fieldset {
  border: 0; }

noscript {
  color: red; }

.pointer {
  cursor: pointer; }

a {
  color: #000000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; } 
  a img {
    border: 0; } 

h1 {
	font-size: 40px;
	margin-bottom: 15px;
}

h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

#get_ctn_page h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: -15px;
}	
.clear {
  clear: both; }

.spacer_up_down {
  margin: 15px 0 15px 0; }

.spacer_up {
  margin: 15px 0 0 0; }

.spacer_down {
  margin: 0 0 15px 0; }

.pad_left {
  padding-left: 15px; }

.pad_right {
  padding-right: 15px; }

.bold {
  font-weight: bold; }
  
.center {
  text-align: center; }
  
div.messages {
  color: red;
  font-size: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  font-weight: bold; }

.f_left {
  display: inline;
  float: left;
  position: relative; }

.f_right {
  display: inline;
  float: right;
  position: relative; }

.f_clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }
.w_390{
    width: 390px;
}
.w_690{
    width: 690px;
}
 
.txt_8 {
  font-size: 8px; }

.txt_9 {
  font-size: 9px; }

.txt_10 {
  font-size: 10px; }

.txt_11 {
  font-size: 11px; }

.txt_12 {
  font-size: 12px; }

.txt_13 {
  font-size: 13px; }

.txt_14 {
  font-size: 14px; }

.txt_15 {
  font-size: 15px; }

.txt_16 {
  font-size: 16px; }

.txt_17 {
  font-size: 17px; }

.txt_18 {
  font-size: 18px; }

.txt_19 {
  font-size: 19px; }

.txt_20 {
  font-size: 20px; }

.txt_21 {
  font-size: 21px; }

.txt_22 {
  font-size: 22px; }

.txt_23 {
  font-size: 23px; }

.txt_24 {
  font-size: 24px; }

.txt_25 {
  font-size: 25px; }

.txt_26 {
  font-size: 26px; }

.txt_28 {
  font-size: 28px; }

.txt_32 {
  font-size: 32px; }

.txt_40 {
  font-size: 40px; }

.txt_41 {
  font-size: 41px; }

.txt_43 {
  font-size: 43px; }

.txt_50 {
  font-size: 50px; }

.txt_111 {
  font-size: 111px; }
.line_h{
    line-height: 1.5em
}
span.br {
  display: block!important; 
}

sup.mc {
  vertical-align: top; }

.txt_right{
    text-align: right;
}

.c_red{
    color:red;
}


/* YELLOW BUTTON */
.yellow_btn_33 {
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 16px;
    margin-top: 15px;
    position: relative;
}

.yellow_btn_33 .btn_left {
    background: var(--btn_rond_33) no-repeat scroll left 0 transparent;
    height: 33px;
    overflow: hidden;
    width: 25px;
}

.yellow_btn_33 .btn_right p {
    font-weight: bold;
    line-height: 33px !important;
    margin: 0 !important;
    padding: 0 25px 0 0 !important;
    text-align: center;
    text-transform: uppercase;
}

.yellow_btn_33 .btn_right {
    background: var(--btn_rond_33) no-repeat scroll right 0 transparent;
    height: 33px;
    overflow: hidden;
    width: auto;
}


/* END YELLOW BUTTON */

/* ROUND BORDER */

.grey_box_bloc {   
    background: none repeat scroll 0 0 #F2F2F2;
    display: inline-block;
    margin-top: 75px;
    min-width: 205px;
    padding: 15px;
    position: relative;
}


div.grey_box_c1
{
    background: url("../images/round_grey-def1303bdd852dec13ab3e171fd604c9.gif?vsn=d") 0px 0px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    overflow: hidden;
}
div.grey_box_c2
{
    background: url("../images/round_grey-def1303bdd852dec13ab3e171fd604c9.gif?vsn=d") -114px 0px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
    overflow: hidden;
}
div.grey_box_c3
{
    background: url("../images/round_grey-def1303bdd852dec13ab3e171fd604c9.gif?vsn=d") -114px -114px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow: hidden;
}
div.grey_box_c4
{
    background: url("../images/round_grey-def1303bdd852dec13ab3e171fd604c9.gif?vsn=d") 0px -114px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1001;
    overflow: hidden;
}



div.yellow_box_c1
{
    background: url("../images/round_yellow.gif") 0px 0px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    overflow: hidden;
}
div.yellow_box_c2
{
    background: url("../images/round_yellow.gif") -114px 0px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
    overflow: hidden;
}
div.yellow_box_c3
{
    background: url("../images/round_yellow.gif") -114px -114px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow: hidden;
}
div.yellow_box_c4
{
    background: url("../images/round_yellow.gif") 0px -114px no-repeat #fff;
    height: 9px ! important;
    width: 9px ! important ;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1001;
    overflow: hidden;
}


/* BUTTONS */	


#content form fieldset.actions input {
   	background: url("../images/bg_btn-7084483d0624d5c738b93bf336d0e181.png?vsn=d") repeat-x scroll left bottom #FFFC28;
	z-index: 999;
    border: 1px solid #ffcc00;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	border-bottom:1px solid #9f9f9f;
	color: #010101;
    font-size: 15px;
	margin-top: 15px;
	margin-top: 15px;
    padding: 6px 12px;
   	cursor: pointer;
	min-width: 120px;
	font-weight: bold;
	*min-width: 0px;
	*width: auto;
	behavior: url("http://localhost:4000/images/demo/fidofortune/PIE.htc");

	text-transform:uppercase;
}	
/* END BUTTONS */	


input.text {
  width: 222px;
  border: 1px solid #666666;
  font: inherit 12px Arial, Helvetica, sans-serif;
  padding: 5px; 
}


/*
sur la page ctn
et ...
*/

#hexa_anim_en {
    background: url("../images/hexa_anim_en-4a5935753c108eb36c3b1f6432463a78.gif?vsn=d") no-repeat scroll 40px 100px #FFFFFF;
    padding-top: 29px;
    width: 429px;
}

#hexa_anim_fr {
    background: url("../images/hexa_anim_fr-afb45124bda0e534819311192cbc01d3.gif?vsn=d") no-repeat scroll 40px 100px #FFFFFF;
    width: 429px;
	padding-top: 29px;
}
#dog_ctn_en {

}

div#c_dog_game_1 {
    margin: 0 0 0;
    padding: 20px 0 0 50px;
    position: absolute;
}
div#c_dog_game_1 img{
   
}


img#c_dog_landing {
  width: 222px;
  height: 427px; }

  
img#c_dog_game_2 {
	padding: 40px 0 0 60px;
}


img#dog_noprize {
  margin-left: 43px;
}
  

/*
#dog_small {
    width: 116px; 
}
#dog_small img {
    width: 116px;
    height: 200px; 
}
*/

div.fido_dog {
    padding-top: 0px;
    width: 296px; }
  
div.fido_dog img {
    margin-left: 82px;
    height: 417px;
    width: 160px; 
}    	
/* END Fido USUAL */



#microsite_fallmajor2012.get_landingpage div.header_en,
#microsite_fallmajor2012.get_landingpage div.header_fr {
 
}

#microsite_fallmajor2012.get_landingpage div#footer {
  display: none; 
}



  
#microsite_fallmajor2012 #container {
    width: 990px;
    margin: 0 auto;	
    padding: 20px 20px;
}


#microsite_fallmajor2012 #container #content {
    margin-bottom: 50px;
    min-height: 550px;	
    position: relative;
	padding-top: 35px;
}

#microsite_fallmajor2012 #container #header {
      position: relative;
      height: 65px; 
}
      
#microsite_fallmajor2012 #container #header.header_en {
        background: var(--logo_en) scroll no-repeat top left; }
        
#microsite_fallmajor2012 #container #header.header_fr {
        background: var(--logo_fr) scroll no-repeat top left; }
        
     
#microsite_fallmajor2012 #container #content #top_panel {
	/* padding-top: 60px; */
} 
       
#microsite_fallmajor2012 #container #content .logo_extra {
    float: right;
    margin-top: -75px;
    padding-right: 160px;
}  
       
#microsite_fallmajor2012 #container #content .main_headline {
	margin-bottom: 20px;
	font-size: 18px;
	width: 450px;

}

#microsite_fallmajor2012 #container #content .main_headline_alternate {
	margin-bottom: 20px;
	float: left;
}

#microsite_fallmajor2012 #container #content .img_hightech {
	float: right;
}  
      
div#get_landingpage div.c_dog_landing {
        margin-bottom: 35px;
		text-align: center; 
		padding-left: 0px;
}
        
div#get_landingpage div.btn_box {
    height: 125px;
    margin: 0 0 0 80px;    
    width: 850px; 
}
/* div#get_landingpage div.btn_box input{
    width:120px;
} */
div#get_landingpage div.btn_box_left {        
    width:415px;
    text-align: right;
}
			
div#get_landingpage div.btn_box_right {    
    width:400px;
    text-align: left;
}
div#get_landingpage div.btn_box fieldset{
    margin: 0 25px ! important;
}


#top_logo_extravagenza {
	position: relative;
	display: block;
	z-index: -1;
	top: -5px;
	right: -810px;
	width: 175px;
	background: var(--logo_x3_175px) no-repeat top right;
	height: 80px;
}

      
      
#content div.column_a {
    width: 520px;
    margin-top: 25px; 
	z-index: 2;
}
#content div.column_a2 {
    width: 390px;
    margin-top: 25px; 
	z-index: 2;
}

#content div.column_a3 {
    width: 390px;
    margin-top: 15px; 
	z-index: 2;
}
#content div.column_b {
    width: 440px; 
	z-index: 1; 

}

#content div.column_d {
    width: 185px; 
}

#content div.column_pg2 {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

#content div.width_skill {
    width: 125px; 
}

#content div.column_e {
    width: 360px; 
}
        
 

#content img#c_game_title_en {
        width: 270px;
        height: 142px; }
#content img#c_game_title_fr {
        width: 270px;
        height: 92px; }
#content img#c_fb_phones {
        width: 309px;
        height: 223px; }
#content div#c_fb_phones_notice {
        font-size: 10px;
        color: #c7c7c7;
        position: absolute;
        bottom: 3px;
        left: 125px; }
#content #from_fb_play {
	cursor: pointer;
	}




        
/*
SKILL question : debut
*/
#get_skill_question {
	display: none;
	width: 360px;
	height: auto;
	position: absolute;
	left: 200px;
	background: white;
	padding: 30px;
	border-radius: 10px;
	opacity:0;
	z-index:11000;
	
	-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.88);
	-moz-box-shadow:    0px 4px 7px rgba(50, 50, 50, 0.88);
	box-shadow:         0px 4px 7px rgba(50, 50, 50, 0.88);
	
}


#get_skill_question div.column_a {
    width: 330px;
    margin-top: 50px; 
}
#get_skill_question div.column_b {
    width: 660px; 
}

#get_skill_question div.billet{         
    background: none repeat scroll 0 0 #FFE700;
    min-width: 235px;
    padding: 17px;
    position: absolute;
    right: -50px;
    top: 5px;
}

#get_skill_question div.billet_1{
    font-size: 47px;
    font-weight: bold;
    line-height: 50px;
    text-align: right;
	width: 50px;
}
#get_skill_question div.billet_2{
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin: 5px 0 6px 10px;
    width: 175px;
}
#get_skill_question div.billet_3{
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin: 5px 0 0 10px;
    width: 175px;
}

#get_skill_question .dog_skill {
	padding-top: 50px;
	padding-left: 30px;

}

#get_skill_question h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px; }
    
    
#get_skill_question div.column_d label {
    line-height: 1.5em;
    margin-top: 5px;
    font-weight: bold; 
}
#get_skill_question label.skill_question{
    line-height:45px !important;
}
#get_skill_question div.column_d label.email {
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    font-weight: bold; }
#get_skill_question div.column_d label.email small {
    color: #999999;
    font-size: 11px;
    font-weight: normal; 
}
#get_skill_question  div.messages{
    min-height:1em !important;
}
#get_skill_question label.contest_rules {
    font-size: 11px;
    color: #999999;
    margin-bottom: 25px;
    padding-left: 7px; 
}
#get_skill_question fieldset#skill_question {
    margin-top: 10px; }
          
    
#get_skill_question fieldset#i_agree_to_receive {
    margin-top: 25px; 
}
 
#get_skill_question div.i_agree{
    width: 310px !important;
	*padding-top: 3px;
}
/* #get_skill_question   label.i_agree{    
    color: #000 !important;    
} */

/*
SKILL question : fin
*/
          




/*
get_end_page : DEBUT
*/

#get_end_page {
        margin-bottom: 50px; 
}

#get_end_page {
        margin-bottom: 50px; 
}
#get_end_page h1 {
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0px;
}
#get_end_page .line1 {
    font-size: 1.2em;
    margin-bottom: 10px;      
    font-weight: normal;
}
          
#get_end_page .line2 {
    font-size: 14px;      
    margin-top: 25px;      
    font-weight: normal;
}
#get_end_page .line2 {
    font-size: 18px;      
    margin-top: 25px;      
    font-weight: bold;
}
#get_end_page .line3 {
    font-size: 14px;      
    margin-top: 25px;      
    font-weight: normal;
}
#get_end_page .p1, 
#get_end_page .p2,
#get_end_page .p3 {
  line-height: 1.2em; }
#get_end_page .p1 {
  margin-bottom: 22px;
  font-size: 18px; }
#get_end_page .p2 {
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: bold; }
#get_end_page .p3 {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: normal; }
#get_end_page #link {
  margin-right: 25px; }
#get_end_page #c_instant5reward {
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  top: auto;
  *position: relative;     
}		 
#get_end_page .right_en{
    right: 125px;	
    *right: 0px;
    *top: 0px;
}
	
#get_end_page .right_fr{
    right: -75px;
    *right: 0px;
    *top: 15px;		
}


div#get_end_page div.column_b{
    margin-top:0;
}



div#get_end_page div.box{
    background-color: #e5e5e5;
    padding: 25px 35px;
    z-index:1000;
}

div#get_end_page div.box_c1 {
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") 0px 0px no-repeat white;
    height:7px;
    width:6px;
    
    position: absolute;
    left: 0;
    top:0;
    z-index:1001;
}

div#get_end_page div.box_c2{
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") -7px 0px no-repeat white;
    height:7px;
    width:6px;
      
    position: absolute;
    right: 0;
    top:0;
    z-index:1001;
}


div#get_end_page div.box_c3{
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") -7px -6px no-repeat white;
    height:7px;
    width:6px;
      
    position: absolute;
    right: 0;
    bottom:0;
    z-index:1001;
}


div#get_end_page div.box_c4{
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") 0px -6px no-repeat white;
    height:7px;
    width:6px;
      
    position: absolute;
    left: 0;
    bottom:0;
    z-index:1001;
}



div#get_end_page div.box_wrap{
    margin:0 0 0 36px;
}
 

div#get_end_page div.box p{
    width:419px
}

div#get_end_page .chien{
    position:absolute;
    top:-80px;
    left:424px;    
}
div#get_end_page .chien img{
    width:373px;
    height:170px;
}


#get_end_page div.i_agree_label{
    width: 405px;
}
#get_end_page  div.enter_my_name{
    display:inline;
    font-size: 20px;
    color: #000;
    width: 100%;
    font-weight: bold;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

#get_end_page ul, #get_instant5_page ul {
	margin: 5px 0 0;
	list-style-type: none;
}

#get_end_page li, #get_instant5_page li {
	background-image: var(--bullet_1) ;
	background-position: 0 0.3em;
    background-repeat: no-repeat;
    line-height: 1.3em;
    padding-left: 17px;
}

#get_end_page div.thanks{
    position:absolute;
    top:-66px;
    left:255px;
    z-index:1500;
    display: none;
}
#get_end_page div.thanks div.bg{
    background: url("../images/sprite_1.png") no-repeat scroll -50px 0 transparent;
    height:128px;
    width:278px;
    padding: 14px 0 0 0;
}
#get_end_page div.thanks p{
    text-align: center;
    width:270px! important;
    font-weight: 900;
    font-size: 16px;    
    
}
#get_end_page div.thanks p.padd{
    padding: 10px 0 0 0;
}


div#get_end_page .img_droite{
    width:487px;
    height:438px;
    background: url("../images/place_holder.gif") 0 0 no-repeat transparent;
}

#get_end_page #enter_my_name_chk{
    height:25px;
    margin:5px 5px 0 0;
}
#get_end_page #enter_my_name_chk a{
    display:block;
    width:15px;
    height:15px;
    background:url("../images/sprite_1.png") 0px -43px no-repeat transparent;
}

#get_end_page #enter_my_name_chk a.click{
    background:url("../images/sprite_1.png") -26px -43px no-repeat transparent;
}



#get_end_page div.i5_fr{
    position:absolute;
    top:15px;
    left:320px;
    width:56px;
    height:110px;
}
#get_end_page div.i5_en{
    position:absolute;
    top:4px;
    left:275px;
    width:56px;
    height:110px;
}

#get_end_page div.i5 img {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
}

#get_end_page .logo_instant5 {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 300px;
    margin-left: 15px;
    padding: 5px;
    position: absolute;
    top: 122px;

}

#get_end_page .dog_bottom_banner {
    background: url("../images/bg_sp_playonly-1fce9b36b0ed7dfe3defa59fa1ff6b60.jpg?vsn=d") no-repeat scroll 0 0 transparent;
    height: 150px;
    padding: 40px 25px 0;
    width: 450px;
	text-align: left;
	z-index: 0;
}

#get_end_page .dog_bottom_banner_pg2 {
    background: url("../images/dog_pg2-8c47b0adceafec870f62818bbe5711a9.jpg?vsn=d") no-repeat scroll 0 0 transparent;
    display: block;
    height: 150px;
    margin: 50px auto;
    padding: 40px 315px 0;
    text-align: left;
}

#get_end_page .dog_bottom_banner_pg3 {
    background: url("../images/dog_pg3-88c66771abd91220c3863b134c7cfbe2.jpg?vsn=d") no-repeat scroll 0 0 transparent;
    display: block;
    height: 250px;
    margin: 25px auto;
    padding: 173px 280px 0;
}

#get_end_page .dog_bottom_banner2 {
    background: url("../images/bg_sp_instant5-49cc518b912112a193ff382276573a2b.jpg?vsn=d") no-repeat scroll 0 0 transparent;
    height: 190px;
    margin-top: 25px;
    padding: 40px 25px 0;
    width: 680px;
}

#get_end_page .dog_banner_instant5 {
	width: 460px;
}

.min_h {
	min-height: 260px;
}

.dog_banner_small {
    width: 280px;
}


.box_howto {
    background: url("../images/bg_howto-a8ab4eb5b085d424ba2972ba60347d46.jpg?vsn=d") no-repeat scroll 0 0 transparent;
    padding: 30px 30px 20px 25px;
    height: 280px;
    z-index: 999;
	width: 250px;

}
.box_howto ol {
    display: block;
    padding-left: 20px;
    margin: 10px 0 0;
}

.box_howto ol li{
    font-size: 0.95em;
    margin-bottom: 8px;
}

.dog_howto {
	padding-left: 60px;
	top: 6px;
}

#logo_game {
	padding: 45px 0 0 172px;
}

.volume {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    top: 540px;
    color: #777777;
    font-size: 0.85em;
    padding: 8px;
    position: absolute;
	width: 282px;
	display: block;
	max-height: 30px;
	top: 500px\9;
}

.volume .vol_icon {
    background: url("../images/vol_icon-52030f2f2dfe6da373be14e0c4358626.png?vsn=d") no-repeat scroll 0 0 transparent;
    float: left;
    height: 28px;
    margin-right: 7px;
    width: 28px;
    cursor: pointer;	
}

.volume .vol_icon:hover {
	cursor: pointer;
}
.volume img{
    float: left;
    margin-right: 5px;
}

.volume p{
	line-height: 14px;
}


.prize_date {
    color: #777777;
    font-size: 0.85em;
    text-align: center;
}

.center_fr {
	padding-left: 108px;
}

.center_en {
	padding-left: 115px;
}

/*
get_end_page : FIN
*/






/*
get superprize page DEBUT
*/
#get_superprize_page {
        margin-bottom: 50px; 
}
#get_superprize_page h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0px; 
}
#get_superprize_page .line1 {
    font-size: 14px;
    margin-bottom: 10px;      
    font-weight: normal;
    line-height: 1.2em; 
}
#get_superprize_page .line2 {
    font-size: 14px;      
    margin-top: 25px;      
    font-weight: normal;
}
#get_superprize_page .line2 {
    font-size: 18px;      
    margin-top: 25px;      
    font-weight: bold;
}
#get_superprize_page .line3 {
    font-size: 14px;      
    margin-top: 25px;      
    font-weight: normal;
}
  
#get_superprize_page .actions input{
    width:300px!important;
}

#get_superprize_page .link_not {
    cursor: pointer;
    text-decoration: underline;
	padding-left: 50px;
}


#get_superprize_page #c_instant5reward {
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  top: auto;
  *position: relative;     
}		 
#get_superprize_page .right_en{
    right: 125px;	
    *right: 0px;
    *top: 0px;
}
	
#get_superprize_page .right_fr{
    right: -75px;
    *right: 0px;
    *top: 15px;		
}


div#get_superprize_page div.column_b{
    margin-top:00px;
}



div#get_superprize_page div.box{
    background-color: #e5e5e5;
    padding: 25px 35px;
    z-index:1000;
}

div#get_superprize_page div.box_c1 {
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") 0px 0px no-repeat white;
    height:7px;
    width:6px;
    
    position: absolute;
    left: 0;
    top:0;
    z-index:1001;
}

div#get_superprize_page div.box_c2{
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") -7px 0px no-repeat white;
    height:7px;
    width:6px;
      
    position: absolute;
    right: 0;
    top:0;
    z-index:1001;
}


div#get_superprize_page div.box_c3{
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") -7px -6px no-repeat white;
    height:7px;
    width:6px;
      
    position: absolute;
    right: 0;
    bottom:0;
    z-index:1001;
}


div#get_superprize_page div.box_c4{
    background:url("../images/box_corner-539d07a947d4a690dd20ac02de7114e4.gif?vsn=d") 0px -6px no-repeat white;
    height:7px;
    width:6px;
      
    position: absolute;
    left: 0;
    bottom:0;
    z-index:1001;
}



div#get_superprize_page div.box_wrap{
    margin:0 0 0 36px;
}
 

div#get_superprize_page div.box p{
    width:419px
}

div#get_superprize_page .chien{
    position:absolute;
    top:-80px;
    left:424px;    
}
div#get_superprize_page .chien img{
    width:373px;
    height:170px;
}


#get_superprize_page div.i_agree_label{
    width: 405px;
}
#get_superprize_page  div.enter_my_name{
    display:inline;
    font-size: 20px;
    color: #000;
    width: 100%;
    font-weight: bold;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#get_superprize_page li{
    list-style-position: inside;
}

#get_superprize_page div.thanks{
    position:absolute;
    top:74px;
    left:-95px;
    z-index:1500;
    display: none;
}
#get_superprize_page div.thanks div.bg{
    background: url("../images/sprite_1.png") no-repeat scroll -50px 0 transparent;
    height:128px;
    width:278px;
    padding: 14px 0 0 0;
}
#get_superprize_page div.thanks p{
    text-align: center;
    width:270px! important;
    font-weight: 900;
    font-size: 16px;    
    
}
#get_superprize_page div.thanks p.padd{
    padding: 10px 0 0 0;
}


div#get_superprize_page .img_droite{
    width:487px;
    height:438px;
    background: url("../images/place_holder.gif") 0 0 no-repeat transparent;
}

#get_superprize_page #enter_my_name_chk{
    height:25px;
    margin:5px 5px 0 0;
}
#get_superprize_page #enter_my_name_chk a{
    display:block;
    width:15px;
    height:15px;
    background:url("../images/sprite_1.png") 0px -43px no-repeat transparent;
}

#get_superprize_page #enter_my_name_chk a.click{
    background:url("../images/sprite_1.png") -26px -43px no-repeat transparent;
}

#get_superprize_page p.rules {
    font-size: 0.9em;
    margin-top: 20px;
}
/*
get superprize page FIN
*/
 


 
#content div#get_nip_page h1,
div#get_zipcode_page .text_1{
    margin: 0 0 10px 0;
    font-size: 18px;  
    font-weight: normal;
}




div#get_ctn_page .text_1{
    margin: 0 0 0 0;
    font-size: 45px;  
    font-weight: normal;
}

div#get_ctn_page .text_2{
    margin: 0px 0 0 0;
    font-size: 50px;  
    font-weight: bold;
}

div#get_ctn_page .text_3 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #000; 
}

        
#content #title_ctn {
       margin: 10px 0 30px; }
	#microsite_fallmajor2012 #container #content #get_winner_page {
        min-height: 450px;
		margin-bottom: 50px; }		
	#microsite_fallmajor2012 #container #content #title_winner {
       margin: 10px 0 30px; }	


	   
      #microsite_fallmajor2012 #container #content div#get_zipcode_page h1 {
        margin-bottom: 25px; }
      #microsite_fallmajor2012 #container #content div#get_alternate_entry_page {
            margin-bottom: 100px;
			width: 815px; }
      #microsite_fallmajor2012 #container #content #get_nip_page,
      #microsite_fallmajor2012 #container #content #get_zipcode_page {
        width: 990px;
        margin-bottom: 50px; }
        #microsite_fallmajor2012 #container #content #get_nip_page h1,
        #microsite_fallmajor2012 #container #content #get_zipcode_page h1 {
          margin-bottom: 20px !important; }
        #microsite_fallmajor2012 #container #content #get_nip_page h2,
        #microsite_fallmajor2012 #container #content #get_zipcode_page h2 {
          font-size: 32px;
          font-weight: bold;
          margin-bottom: 25px; }
          
          
#content label#label_zipcode,          
#content label#prepaid_pin{
    margin-bottom: 5px;
}

#content input#zip_submit {
        margin-top: 20px; 
}
#content div#prepaid_pin_answer {
        background: none repeat scroll 0 0 #E7E7E7;
        display: none;
        left: 143px;
        top: 25px;
        padding: 10px;
        position: absolute;
        width: 200px;
        z-index: 10; }
      #microsite_fallmajor2012 #container #content div#prepaid_pin_question_box {
        margin-left: 5px;
        margin-top: 13px; }
        
        
        
/*
GET_WEB_OFFER :debut
*/
div#get_web_offer {
    margin-bottom: 50px;
}

div#get_web_offer h1 {

    margin-bottom: 25px;
}

div#get_web_offer h1.new_customer {
    margin-bottom: 20px; 
}

div#get_web_offer p.p1 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 50px;
    padding-right: 0; 
}
          
div#get_web_offer p.new_customer {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px; 
}
          
div#get_web_offer p.p2 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 50px; 
}

div#get_web_offer div#fidoDollars_txt {
    width: 330px;
    z-index: 999; 
}

div#get_web_offer .fix_airtime {
    width: 475px; 
}    

    
div#get_web_offer div#fidoDollars_tag {
    left: 500px;
    position: absolute;
    top: 0px;
}
          
div#get_web_offer div#fidoDollars_tag img {
    width: 115px;
    height: 115px;
}
			
div#get_web_offer div.column_b{
    margin-top:30px;
}


div#get_web_offer div.box_wrap{
    margin:0 0 0 36px;
}
div#get_web_offer div.box p{
    width:419px
}
div#get_web_offer .chien{
    margin-top: 50px;
    text-align: right;    
}
div#get_web_offer .chien img{

}

.logo_sp_small {
    position: absolute;
    right: 30px;
    top: -110px;
}

.logo_sp_small2 {
    position: absolute;
    right: 30px;
    top: -72px;
}

.bloc_icon {
	display: inline-block;
    margin: 0 10px;
	text-align: center;
	*float: left;
}

.bloc_icon img {
	cursor: pointer;
}

.btn_icon {
	cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 5px 0 0;

}

.phone_except {
	margin: 0;
    text-align: left;
}


/*
GET_WEB_OFFER : fin
*/			




div#get_cta_page p.p1 {
    font-size: 20px;
    font-weight: bold; 
}
        

#content form div#your_fido_phone_number label {
    font-size: 14px;
    font-weight: bold;
    color: #000; 
}

      #microsite_fallmajor2012 #container #content form fieldset {
        border: 0 none;
        margin: 0px 0;
        position: relative;
        					  }
#microsite_fallmajor2012 #container #content form fieldset dl {
margin: 0;
padding: 0; }
form fieldset dl dt,
form fieldset dl dd {
margin: 0;
padding: 0; }



          
#content form div.input_box {
    margin-left: -4px;
    margin-top: 5px; 
}




#content form div.input_box input {
	text-align: center;
	background-color: transparent;
	border-width: 0;
	margin-top: 1em;
}






#content form div.input_box div.input_pad{
    padding:0;
}
#content form div.input_box div.input_marg{
    margin:0 0 0 -2px;
}
#content form div.ctn_input_dim_01
{
    width: 74px;
    height: 45px;
    background-color: #e7e7e7;
    overflow: hidden; 
}
#content form div.ctn_input_dim_02 
{
    width: 130px;
    height: 45px;
    background-color: #e7e7e7;
    overflow: hidden; 
}
          
#content form  div.ctn_input_dim_03 {
    width: 196px;
    height: 45px;
    background-color: #e7e7e7;
    overflow: hidden; 
}


#content form div.ctn_input_dim_all 
{
    height: 45px;
    background: var(--c_input_sprite_v3) no-repeat scroll 0 0 transparent; 
    overflow: hidden; 
}
#content form div.ctn_input_margin{
    margin:0 0 0 5px;
}



#content form div.ctn_area_code{
    background-position: 0 0;
    width: 74px;
    margin: 0;
    padding: 0; 
}
#content form input#ctn_area_code
{
    width: 68px;
  
}


#content form div.ctn_phone{
    background-position: -74px 0;
    width: 130px;
    margin: 0;    
}
#content form input#ctn_phone 
{
    width:114px;
}
  
#content form fieldset div.input_answer{
    background-position: 0 0px;
    width: 56px;
    margin: 0;
    padding: 0 0 0 7px;
}
#content form fieldset input#answer{
    width: 54px;
    text-transform: uppercase;  

}

#content form fieldset div.ctn_zipcode{
    background-position: 0 -94px;
    width: 75px;
    margin: 0;
    padding: 0 0 0 7px;
}
#content form fieldset input#zipcode{
    width: 67px;
    text-transform: uppercase;          

}

#content form fieldset div.ctn_pin{
    background-position: -5px -94px;
    width: 75px;
    margin: 0;
    padding: 0 0 0 0px;
}
#content form fieldset input#pin{
    width:67px;         
  
    text-transform: uppercase;
}

    
#content form div.ctn_email{
    background-position: 0 -49px;
    width: 194px;
    margin: 0;
    padding: 0 0 0 8px;
}
#content form input.email {
    width: 180px;
    margin-left: 0px;
    margin: 0;         
}

#i_agree_receive div.i_agree_ctrl{
    width: 15px; 
	margin-right: 5px;
}
#i_agree_receive div.i_agree {
    width: 372px;
    
}
#i_agree_receive label.i_agree {
      font-size: 11px;
      color: #999;
      width: 100%; 
}


#content form div.ctn_input_210 {
      width: 110px;
      height: 49px;
      background-color: #e7e7e7;
      outline: 1px solid red; 
}
#content form fieldset div.ctn_input_dim_2 {
          width: 110px;
          height: 49px;
          background: var(--c_input_sprite_v2) no-repeat -86px 0; 
}


#content form fieldset fieldset#captcha {
          margin-top: 25px;
          margin-bottom: 5px; }
#content form fieldset label#label_captcha {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 15px;
    padding: 0;
    color: #000;
}
          
#content form fieldset div#captcha_image {
    cursor: pointer;
    width: 186px;
    height: 36px;
    overflow: hidden;
    margin-left: 1px; 
}

#content form fieldset div#captcha_image img {
    margin-left: -56px;
    margin-top: -4px;
    width: 300px; 
}
#content form fieldset div#input_captcha_pad {
    margin: 10px 0 0 -5px; 
}


#content form fieldset div.input_captcha{
    background-position: 0 -49px;
    width: 195px;
    margin: 0;
 
}
#content form fieldset input#input_captcha {
    width: 185px;
    text-transform: uppercase;
}


#content form fieldset p#refresh_captcha_p a, 
#content form fieldset p#refresh_captcha_p a:visited {
font-size: 11px;
text-decoration: none;
color: #999999;
cursor: pointer; }
#content form fieldset p#refresh_captcha_p a:hover {
text-decoration: underline; }
#content form fieldset label {
position: relative;
display: block; }
#content form fieldset label.error {
display: none; }
#content form fieldset div.messages {
color: #ff0000;
padding: 0;
margin: 0;
height: auto;
min-height: 0; }
#content form fieldset div.messages label.error {
padding-right: 0;
margin: 5px 0 10px 0; }
            
#content form fieldset#user_agreements {
    margin: 15px 0 0 0 !important; 
}
        

/*
CTN PAGE
*/
#content fieldset#user_agreements div.understood_rules {
    width: 312px;
}
#content fieldset#user_agreements div.understood_ctrl{
    width: 15px; 
}
#content fieldset#user_agreements label.understood_rules {
      font-size: 11px;
      color: #999;
      padding-left: 6px;
      padding-left: 6px;
      width: 100%; 
}
          
        
/*
qui utilse ceci ?
*/
#content form input#actions {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-width: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
    height: 33px;
    text-transform: uppercase; 
}
        
#content #bloc_stats {
    margin: 40px 0 70px; }
#content #bloc_stats h1 {
    margin-bottom: 30px; }
#content #bloc_stats p {
    background: none repeat scroll 0 0 #F5F5F5;
    font-weight: bold;
    margin-top: 8px;
    padding: 6px;
    width: 320px; }
    
#get_not_eligible_page h1,
#get_non_fido_client_page h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px; 
}
#get_not_eligible_page p,
#get_non_fido_client_page p{
    margin-bottom: 20px; 

}

#get_non_fido_client_page .column_b{
    margin-top: 60px;
	padding-left: 25px;
}
    
#get_not_eligible_page div.img_inst5{
    position:absolute;
    top:4px;
    left:255px;
    width:56px;
    height:110px;
	margin-left: 15px;
}
#get_not_eligible_page div.mod_fr{
    left: 270px;
    top: 2px;
}

              
        
#microsite_fallmajor2012 #footer {
    clear: both;
    font-size: 0.82em;
    padding: 10px 0 0;
    color: #8b8b8b;
    border-top: 1px solid #CCCCCC;
    margin-top: 20px; }
#microsite_fallmajor2012 #footer ul {
    list-style-type: none;
    float: right; 
}
#microsite_fallmajor2012 #footer ul li {
    display: inline;
    margin: 0 20px 0; 
}
#microsite_fallmajor2012 #footer ul li.last {
    margin-right: 0; }
#microsite_fallmajor2012 #footer ul li a {
    color: #8b8b8b; }
#microsite_fallmajor2012 #footer small {
    font-size: 100%; }
#microsite_fallmajor2012 #legal_notice {
    margin-top: 30px;
    font-size: 0.82em;
    color: #999999; }
    
#container #legal_notice a {
    color: #999999;
	text-decoration: underline;
}    
    
    
/*
GAME PAGE : start
*/
#spinner {
  margin: 0 0 5px 4px; 
}


#get_game div.img_r{
  position:relative;
  top:-70px;
  left:373px;  
  width: 373px;
  height: 170px;
  background: url("../images/extravaganza_373.png") no-repeat 0 0; 
}

#get_game div.col_a{
    width:280px;
}
#get_game div.col_b{
    width:710px;
    height: 560px;
    overflow: hidden;
}



div#get_game .row_a{
    margin: 65px 0 10px;
    padding: 10px;
	width: 250px;
}

div#get_game .row_b{
    padding-left: 30px;
    padding-top: 30px;
}


div#get_game .msg_text_1{
  margin: 30px 0 0 0;
  font-size: 18px;  
  font-weight: normal;
  text-transform: uppercase
}
div#get_game .msg_text_2{
    font-weight: bold;
    margin: 1em 0;
}


div#get_game .msg_text_3{
  font-size: 28px;
  font-weight: bold;
}

div#get_game div.msg_text_4{
  margin-top:1em;
  font-size: 14px;
  font-weight: normal;
}
div#get_game div.msg_text_4 ol{
    padding-left: 20px;
}
div#get_game div.msg_text_4 li{
    margin-top:0.5em;  
}

div#get_game img.msg_img_1{
    width:153px;
    height:225px;  
}
/*
GAME PAGE : end
*/
    
  
 

/* GET NIP PAGE */
#microsite_extravaganza #container #content #get_nip_page form fieldset {
position: relative;
z-index: 9999; }
#microsite_extravaganza #container #content #get_nip_page form fieldset.actions {
z-index: 0; }
#microsite_extravaganza #container #content #get_nip_page form fieldset.actions input {
cursor: pointer; }
#microsite_extravaganza #container #content #get_nip_page form fieldset label {
padding: 0; }
#microsite_extravaganza #container #content #get_nip_page form fieldset label input#nip {
width: 50px; }
#microsite_extravaganza #container #content #get_nip_page form fieldset label img {
margin: 0 0 -9px 12px; }
#microsite_extravaganza #container #content #get_nip_page form fieldset div.messages {
margin-top: 25px; }
#microsite_extravaganza #container #content #get_nip_page form fieldset div#prepaid_pin_answer {
    background: none repeat scroll 0 0 #C1C1C1;
    border: 1px solid #000000;
    display: none;
    font-size: 11px;
    left: 280px;
    padding: 15px;
    position: absolute;
    top: -33px;
    width: 255px;
    z-index: 10; 
}
    
 
body.get_blocked_page  h1{
    font-size:28px;
    font-weight: bold;
    margin-bottom: 20px;
}
body.get_blocked_page p.line1{
      
}

body.get_blocked_page #email_div{
    margin-top:25px;
}
body.get_blocked_page #email_div label.email{
    display:block;
    margin:0 0 25px 0;
}
body.get_blocked_page #email_div div.messages{
    height: 25px ! important;
}


/* LIST TEST ACCOUNT */
body#microsite_fallmajor2012.list_test_accounts #container {
  font-size: 90%;
  padding: 35px 10% 0 10%;
  background: var(--qa_bg) no-repeat scroll 80px -40px transparent; }
  body#microsite_fallmajor2012.list_test_accounts #container #content {
    padding: 29px 0 0 0;
    width: 100%; }
body#microsite_fallmajor2012.list_test_accounts fieldset {
  border: 0 none; }
  body#microsite_fallmajor2012.list_test_accounts fieldset legend {
    padding: 10px 0;
    font-weight: bold; }
  body#microsite_fallmajor2012.list_test_accounts fieldset button {
    font-weight: bold;
    font-size: 15px; }
body#microsite_fallmajor2012.list_test_accounts table {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%; }
  body#microsite_fallmajor2012.list_test_accounts table tbody tr td,
  body#microsite_fallmajor2012.list_test_accounts table tbody tr th {
    padding: 3px 6px; }
  body#microsite_fallmajor2012.list_test_accounts table tbody tr td {
    border-top: 1px dotted #ccc; }
    body#microsite_fallmajor2012.list_test_accounts table tbody tr td ul.actions {
      list-style-type: none;
      white-space: nowrap; }
      body#microsite_fallmajor2012.list_test_accounts table tbody tr td ul.actions li {
        display: inline;
        margin-right: 5px;
        cursor: pointer; }
    body#microsite_fallmajor2012.list_test_accounts table tbody tr td.name {
      white-space: nowrap; }
    body#microsite_fallmajor2012.list_test_accounts table tbody tr td.segment, body#microsite_fallmajor2012.list_test_accounts table tbody tr td.options, body#microsite_fallmajor2012.list_test_accounts table tbody tr td.has_spun_the_wheel, body#microsite_fallmajor2012.list_test_accounts table tbody tr td.has_answered, body#microsite_fallmajor2012.list_test_accounts table tbody tr td.is_blocked, body#microsite_fallmajor2012.list_test_accounts table tbody tr td.is_registered {
      text-align: center; }
    body#microsite_fallmajor2012.list_test_accounts table tbody tr td.fido_dollars {
      text-align: right; }
      
  body#microsite_fallmajor2012.list_test_accounts table tbody tr th {
    text-align: left; 
  }
  body#microsite_fallmajor2012.list_test_accounts table tbody tr:hover td {
    color: #000; 
  }

body#microsite_fallmajor2012.list_test_accounts table tr:hover {
	background-color: yellow;
}

/*
SOCIAL ICON / LINK DEBUT
*/
#microsite_fallmajor2012 div.social_lnk{
    width:26px;
}
#microsite_fallmajor2012 div.social_lnk a{
    display:block;
    height:24px;
    width:24px;
    background: url(../images/sprite_1.jpg) 0 0 no-repeat transparent;
    overflow: hidden;
}
#microsite_fallmajor2012 div.social_lnk a.facebook{
    background-position: 0 0;
}
#microsite_fallmajor2012 div.social_lnk a.twiter{
    background-position: -26px 0;
}
/*
SOCIAL ICON / LINK : FIN
*/


/* GET_PHONE_CATEGORIES */

#phone_list_header
{
    margin-top: 28px;
	min-height: 150px;
	position: relative;
}
#phone_list_header .wrap_h
{	display: block;
    border-bottom: 1px solid #cbcbcb;
	position: relative;
	*position: absolute;
	*vertical-align: basline;
}

#phone_list_header div.column_left{
    width:710px;
}
#fd_bonus
{
    width: 115px;
	margin-bottom: 20px;
}
#fd_bonus img
{
    height: 115px
}

#prize_details
{
	margin-left: 10px;
	padding-bottom: 20px;
}
#prize_details #online_bonus
{
    padding-top: 0px;
    width: 425px;
    color: #000;
}
#prize_details #online_bonus p
{
    line-height: 1em
}

#prize_details #offer_ends
{
    width: 425px
}
#prize_details #offer_ends p
{
    margin-top: 14px;
    line-height: 1em;
}

#get_phone_categories {
    margin: 35px 0 75px 0;
    text-align: center;
    width: 100%;
}

#get_phone_categories h2 {
    font-size: 1.6em;
    margin-bottom: 45px;
}

.box_phones {
    border-right: 1px dashed #CCCCCC;
    display: inline-block;
    padding-right: 70px;
	*float: left;
}

.box_phones img {
	cursor: pointer;
}

.box_phones:last-child {
    border-right: 0 none;
    padding: 0 0 0 70px;
}
.box_phones h3{
	margin-bottom: 25px;
}

.box_ie7 {
	border-right: 0 none\9;
    padding: 0 0 0 70px\9;
}

.lineup_btn {
	margin-top: 15px;
}

.lineup_btn img{
	float: left;
}

.lineup_btn .space_fr {
	float: left;
	margin-right: 75px;
}

.lineup_btn .space_en {
	float: left;
	margin-right: 100px;
}

#dog_small {
    bottom: 0px;
    display: block;
    position: absolute;
	left: 570px;
	*left: 0px;
	*position: relative;
} 
#dog_small2 {
    margin-left: 20px;
    position: relative;
	top: 26px;
} 


/* END GET_PHONE_CATEGORIES */


/*
FOR IPAD LANDSCAPE ONLY
*/

@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-moz-touch-enabled:1),
       screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-moz-touch-enabled:1),
       screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (touch-enabled:1),
       screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (touch-enabled:1) {

#get_landingpage {
	margin-top: -40px;
}

	/* #get_landingpage:after { content: ": this should be visible only with iPad" } */

	#microsite_fallmajor2012 #container {
		width: 990px;
		margin: 0 auto;
		padding: 20px 20px 20px 20px;
	}	

	#top_logo_extravagenza {
		position: relative;
		display: block;
		z-index: -1;
		top: -5px;
		right: -780px;
		width: 175px;
		background: var(--logo_x3_175px) no-repeat top right;
		height: 80px;
	}

	#content form fieldset.actions input {
		zoom: 1.2;
	}	

	input[type="checkbox"] {	
		border: 1px solid #4C4C4C;
		box-sizing:border-box;
		zoom: 1.6;
	}

	input[type="text"] {
		font-size: 1em;
	}

	
	.yellow_btn_33 {
		cursor: pointer;
		display: inline;
		float: left;
		font-size: 16px;
		margin-top: 15px;
		position: relative;
		zoom: 1.2;
	}

	#i_agree_receive div.i_agree_ctrl{
    	width: 20px; 
	}

	#content form div.ctn_area_code {
		background-position: 0 0;
		width: 74px;
		margin: 0;
		padding: 0;
	}

	#content fieldset#user_agreements label.understood_rules {
		font-size: 11px;
		color: #999;
		padding-left: 1.8em;
		width: 100%;
	}

	#content div.column_b {
		width: 590px;
		z-index: 1;
	}

	div#c_dog_game_1 {
		margin: 0 0 0;
		padding: 40px 0 0 30px;
		position: absolute;
	}


}
#bloc_FD
{
    width: 280px;
    height: 100px;
}
#bloc_FD img
{
    width: 284px;
    height: 100px;
}
#txt_FD
{
    padding-left: 105px;
    padding-top: 23px;
}
#txt_FD p
{
    color: #000;
    line-height: 1em;
}
#txt_FD p.txt_25,
#txt_FD p.txt_15
{
    font-weight: bold
}
.piece_en
{
   background: var(--piece_en) transparent top left
}
.piece_fr
{
    background: var(--piece_fr) transparent top left
}

#rewards_header{
   margin-left:50px;
   padding-top:50px;
}
 
#login_wrapper,  
#header_wrapper{
	background-color:#FaFaFa;          
	padding: 25px;	
	
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px dotted #000;

	display: inline;
	position: relative;
	float: left;
	height:58px;
	width: 740px;
}
#login_wrapper label,
#header_wrapper label{
	margin: 0 0 15px 0;
	display:block;
}
#login_wrapper input,
#header_wrapper input{
	border:1px solid #FFEB36;
	font:normal 133.9% Helvetica,Arial,Verdana,sans-serif;
	line-height:1em;
	margin-left:10px;
	width: 112px;
}
 

#login_wrapper input:focus,
#header_wrapper input:focus{
	border:1px solid #000;
	
}
#header_wrapper span#logged_as{
    display: block;
    font: 93% Helvetica,Arial,Verdana,sans-serif;
    margin: 0 0 15px 0;
    position: absolute;
    right: 106px;
    top: 5px;
}
#header_wrapper span#logged_as em{
    font-weight: bold;
}
#ident{
    font-size: 90%;
    left: 205px;
    position: absolute;
    top: 31px;
}

#ajax_unblock_report{
	margin: 0 0 0 15px;
	display:inline;
	background:#FFEB36;
	padding: 2px 10px 2px 10px;
	cursor:pointer;
}
#ajax_login{
    background: none repeat scroll 0 0 #FFEB36;
    cursor: pointer;
    display: inline;
    left: 233px;
    padding: 26px 10px;
    position: absolute;
    top: 24px;
}
#ajax_search{
    display: block;
	position: relative;
	width:100px;
	text-align:center;
	background:#FFEB36;
	padding: 2px 10px 2px 10px;
	cursor:pointer;
	
	margin:0 0 25px 38px;
} 

#ccs_logout{
    background: none repeat scroll 0 0 #FFEB36;
    cursor: pointer;
    display: block;
    left: 700px;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

 
#rewards_panel_box{
    position: absolute;
    top:180px;
    left:50px;
}
 
#rewards_panel.full{
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px dotted #000;
    
	padding: 25px;
	width:740px;
}
#ajax_unblock{
	display:inline;
	background:#FFEB36;
	padding: 2px 10px 2px 10px;
	cursor:pointer;
}

#rewards_panel{
    background-color:#FaFaFa;     
    font-size:108%;
}
#rewards_panel hr{
    color: #000;    
    height: 1px;
}
#rewards_panel h1{    
    font-weight: bold;
    text-decoration: underline;
}
