/* 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;
	display: block;
	background: #fff;
	padding: 5px;}

.pointer {
  cursor: pointer; }

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

.a_yellow {
	color: #ffe600;
}
	
h1 {
	border-bottom: 1px solid #83d1d0;
	font-size: 21px;
	margin-bottom: 15px;
	padding-bottom: 6px;
}


h2 {
	font-size: 31px;
}



.h1_yellow {
	font-size: 28px;
	margin-bottom: 15px;
	color: #ffe600;

}

.h1_yellow2 {
    color: #FFE600;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 37px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000000;
}

.yellow {
	color: #ffe600;
}

.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;
	color: #000000;
}

.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: 1em;
	min-width: 205px;
	padding: 15px;
	position: relative;
}


div.grey_box_c1
{
    background: var(--round_grey) 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: var(--round_grey) -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: var(--round_grey) -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: var(--round_grey) 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: var(--bg_btn) 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;
    padding: 6px 12px;
   	cursor: pointer;
	min-width: 120px;
	font-weight: bold;
	*min-width: 0px;
	*width: auto;
  text-transform:uppercase;
	behavior: url("http://localhost:4000/images/demo/events/PIE.htc");

}

#content form fieldset.actions input.cancel {
	border: 1px solid #777777;
	background-color: white;
	background: inherit;
	margin-left: 1em;	
	   	background: var(--bg_btn_grey) repeat-x scroll left bottom #cccccc;
}
	/* END BUTTONS */	

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

.hr_white {
	border-bottom: 1px solid #fff;
}


input[type="text"] {
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 2px 0 #CCCCCC inset;
    height: 20px;
    margin: 10px 0;
    padding: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
}



/* END Fido USUAL */



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


.dog_sit {
    left: 10px;
    position: relative;
    top: 120px;
}



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

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

#microsite_springmajor2014 #container #header .x4_logo {
	float: left;
    position: relative;
    top: -10px;
}
  
#microsite_springmajor2014 #container {
    width: 978px;
    margin: 0 auto;	
    padding: 15px 0px;
}


#microsite_springmajor2014 #container #content {
    min-height: 700px;
    position: relative;
    z-index: 1;
}

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

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

#microsite_springmajor2014 #container #content .img_hightech {
	float: right;
}  
      
div#get_landingpage div.c_dog_landing {
        margin-bottom: 15px;
		text-align: center; 
		padding-left: 0px;
		margin-left: -10px;
}
        
div#get_landingpage div.btn_box {
    height: 125px;
    margin: 0 0 0 75px;    
    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;
}

    
      
#content div.column_a {
    margin-top: 10px;
    width: 428px;
    z-index: 4;
}

#content div.column_a2 {
    margin-top: 10px;
    width: 4850px;
}

#content div.column_c {
    padding: 60px 0 0 85px;
    width: 800px;
    z-index: 2;
}

#content div.column_a3 {
    margin-top: 10px;
    width: 485px;
    z-index: 4;
}

#content div.column_b {
    width: 550px; 
	z-index: 1; 
	text-align: right;
}

#content div.column_b2 {
    width: 485px; 
	padding-top: 80px;

}

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

#content div.column_sp {
    margin-top: 30px;
    padding-left: 80px;
    width: 300px;
    z-index: 2;
}

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

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

.dog_bg {
    left: 240px;
    position: absolute;
    top: 159px;
}


#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;
	}



form#question_form {
	padding: 20px 0 0 330px;
	width: 310px;
}


/*

get_end_page : DEBUT
*/
#get_end_page h3 {
	font-size: 18px;
}

.dog_endpage {

}

#get_end_page h1, #get_instant5_page h1 , #get_instant5_confirmation h1 {
    border: medium none;
    font-size: 28px;
    margin-bottom: 5px;
    padding: 0;
}
.bloc_top {
    display: block;
    padding-top: 30px;
}

.bloc_bottom {
	margin-top: 25px;
}

#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:var(--box_corner) 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:var(--box_corner) -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:var(--box_corner) -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:var(--box_corner) 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: 10px 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 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;
}




#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 {
    bottom: 30px;
    left: 295px;
    margin-left: 15px;
    padding: 5px;
    position: relative;
    width: 120px;
}

#get_end_page .dog_bottom_banner {
    background: var(--end_bg_dog_1) no-repeat scroll 0 0 transparent;
    height: 230px;
    left: 30px;
    margin: 0 auto;
    padding: 150px 25px 0;
    position: relative;
    text-align: left;
    width: 515px;
}



#get_end_page .dog_bottom_banner2 {
    background: var(--end_bg_dog_2) no-repeat scroll 0 0 transparent;
    height: 230px;
    left: 30px;
    margin: -15px auto 0;
    padding: 150px 25px 0;
    position: relative;
    text-align: left;
    width: 640px;
}

#get_end_page .dog_banner_instant5 {
	width: 460px;
	margin-bottom: 5px;
}

.min_h {
	min-height: 260px;
}

.dog_banner_small {
    width: 335px;
}


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

.box_howto ol li{
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* .box_howto li span {
    font-weight: normal;
} */

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

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


.vol_icon {
	background: var(--vol_icon_grey) no-repeat scroll -27px 0px transparent;
	cursor: pointer;
	width: 27px;
	height: 27px;
	left: 0px;
	bottom: -73px;
	position: absolute;
	z-index: 9999;
}

.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
*/

#c_instant5reward {
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  top: auto;
  *position: relative;     
}

#content form fieldset.actions input.instant5_fr {
	font-size : 12px;
}

#content form fieldset.actions input.instant5_en {
	font-size : 14px;
} 

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_springmajor2014 #container #content #get_winner_page {
        min-height: 450px;
		margin-bottom: 50px; }		
	#microsite_springmajor2014 #container #content #title_winner {
       margin: 10px 0 30px; }	


	   
      #microsite_springmajor2014 #container #content div#get_zipcode_page h1 {
        margin-bottom: 25px; }
      #microsite_springmajor2014 #container #content div#get_alternate_entry_page {
            margin-bottom: 100px;
			width: 815px; }

        #microsite_springmajor2014 #container #content #get_nip_page h1,
        #microsite_springmajor2014 #container #content #get_zipcode_page h1 {
          margin-bottom: 20px !important; }
        #microsite_springmajor2014 #container #content #get_nip_page h2,
        #microsite_springmajor2014 #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_springmajor2014 #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 {

}
          
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; 
}

/* Visual on get_ctn page */
div#Presentation {
	display: block;
	width: 585px;
	height: 520px;
	position: absolute;
	top: 0px;

}

div#Banner {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	bottom: 17px;
	left: 0px;
	
}

/* END Visual on get_ctn page */



#content form div#your_fido_phone_number label {
    font-weight: bold;
}

      #microsite_springmajor2014 #container #content form fieldset {
        border: 0 none;
        margin: 0px 0;
        position: relative;
        					  }
#microsite_springmajor2014 #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: 50px;
  
}


#content form div.ctn_phone{
    background-position: -74px 0;
    width: 130px;
    margin: 0;    
}
#content form input#ctn_phone 
{
    width:106px;
	margin-left: 5px;
}
  
#content form fieldset div.input_answer{
    background-position: 0 0px;
    width: 56px;
    margin: 0;
    padding: 0 0 0 7px;
}
#content form fieldset input#answer {
    margin-left: 5px;
    width: 40px;
}




#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: 45px;
    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;         
	float: left;
    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 label.i_agree {
      font-size: 11px;
      width: 250px; 
}


#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-weight: bold;
    margin-bottom: 2px;
    margin-top: 10px;
    padding: 0;
	font-size: 12px;
}
          
#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: 175px;
    margin: 0;
 
}
#content form fieldset input#input_captcha {
    width: 175px;
    text-transform: uppercase;
}

#content form fieldset p#refresh_captcha_p {
	margin-bottom: 5px;
}

#content form fieldset p#refresh_captcha_p a, 
#content form fieldset p#refresh_captcha_p a:visited {
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
}
#content form fieldset p#refresh_captcha_p a:hover {
text-decoration: none; }
#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; }
label.error {
    margin: 5px 0 10px;
    padding-right: 0;
    z-index: 999;}
            
#content form fieldset#user_agreements {
    margin: 5px 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;
      padding-left: 6px;
      padding-left: 6px;
      width: 230px; 
}
          
#content fieldset#user_agreements label.understood_rules a {
    color: #fff;
}
          
/*
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 p,
#get_non_fido_client_page p{
    margin-bottom: 15px; 

}

#get_non_fido_client_page .column_b, #get_not_eligible_page .column_b{
    margin-top: 15px;
	/* padding-left: 85px; */
}
    
#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_springmajor2014 #footer {
    clear: both;
    font-size: 0.82em;
    padding: 10px 0 0;
    color: #8b8b8b;
	border-top: 1px solid #CCCCCC; 
  margin-top: 40px;
 }
#microsite_springmajor2014 #footer ul {
    list-style-type: none;
    float: right; 
}
#microsite_springmajor2014 #footer ul li {
    display: inline;
    margin: 0 20px 0; 
}
#microsite_springmajor2014 #footer ul li.last {
    margin-right: 0; }
#microsite_springmajor2014 #footer ul li a {
    color: #8b8b8b; }
#microsite_springmajor2014 #footer small {
    font-size: 100%; }
#microsite_springmajor2014 #legal_notice {
    margin-top: 30px;
    font-size: 0.82em;
    color: #999999; }
    
#container #legal_notice a {
    color: #999999;
	text-decoration: underline;
}    
    
    
/*
GAME PAGE : start
*/

#sideLeft {
	display: block;
	position: relative;
	float: left;
	width: 180px;
	top: -90px;
}



/*
GAME PAGE : end
*/
 
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 15px 0;
}
body.get_blocked_page #email_div div.messages{
    height: 25px ! important;
}

#ajax_notice {
    background: none repeat scroll 0 0 rgba(153, 153, 153, 0.4);
    border: 1px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-top: 25px;
    padding: 7px;
}

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

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

/*
SOCIAL ICON / LINK DEBUT
*/
#microsite_springmajor2014 div.social_lnk{
    width:26px;
}
#microsite_springmajor2014 div.social_lnk a{
    display:block;
    height:24px;
    width:24px;
    background: var(--sprite_1) 0 0 no-repeat transparent;
    overflow: hidden;
}
#microsite_springmajor2014 div.social_lnk a.facebook{
    background-position: 0 0;
}
#microsite_springmajor2014 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_springmajor2014 #container {
		width: 990px;
		margin: 0 auto;
		padding: 20px 20px 20px 20px;
	}	

	#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
}


/* CCS  */

#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;
}


#details {
	margin-bottom: 100px;
    padding-top: 70px;
}

#details p {
	margin: 10px 0;
}
/*
FOR IPAD LANDSCAPE ONLY

@media all and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (touch-enabled:1),
       all and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (touch-enabled:1) {
       
       
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
}
@media only screen and (max-device-width: 480px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
}       
       
*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), 
		only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

#microsite_springmajor2014 #container {
		width: 1024px;
		margin: 0 auto;
		padding: 20px 20px 20px 20px;
	}	

}





/*
END IPAD LANDSCAPE ONLY
*/


