/* todo: re-org css & html, try to avoid position relative and absolute 2011.09.20 RLiu*/

/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
/* Added font-family and font-size  -MD */
body { font:13px/1.231 sans-serif; *font-size:small; font-family: 'Arial'; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/*label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }*/
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
/* Modified color -MD */
a:link { -webkit-tap-highlight-color: #FF5E99; color: #2385C6; }

button {cursor: pointer; width: auto; overflow: visible;}
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

/* using flc to clear both in position:relative case */
.flc {
    clear: both;
}
.flc:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .flc {
    height: 1%;
}
html > body .flc {
    height: auto;
    max-height: 120000px;
}

.errorMessageContainer {
color:#FF0000;
}

.errorMessage {
color:#FF0000 !important;
}

.error_text_field {
border:1px solid red;
}

a {
/*	text-decoration: none;*/
	color: #2385C6;
	font-family: 'Arial';
	font-size: 13px;
}

/* 2.1 - Enter Email IDs */

#emailjoin_begin {
	position: absolute;
	left: 222px;
	top: 230px;
}


#emailjoin_enterEmail {
position: relative;
margin-left: 222px;
top: 270px;
}

#collectEmail_form_error_email {
position: relative;
color: #FF0000;
display: none;
margin-left: 222px;
top: 250px;
}

#collectEmail_form_error_service {
position: relative;
color: #FF0000;
display: none;
margin-left: 222px;
top: 253px;
}

#collectEmail_loader{
	position:relative;
	left:220px;
	top:350px;
	width:500px;
	border:1px solid #BCB8B8;
	padding:30px 10px;
	display:none;
}
#collectEmail_loader img {
	float:left;
	margin-right:10px;
}
#collectEmail_loader p{
	margin-top:7px;
}

#emailjoin_continueButton {
position: relative;
margin-left: 262px;
top: 295px;
}

#emailjoin_cancelLink {
cursor: pointer;
margin-left: 20px;
position: relative;
top: 295px;
}

#emailjoin_footer {
position: relative;
margin-left: 220px;
top: 600px;
}

#emailjoin_footerscript {
position: relative;
top: 500px;
}

#collectEmail #legalFooterContainer {
position: relative;
top: 636px;
}

/* End 2.1 - Enter Email IDs */

/* 2.2 - Registration Form IDs */
#signup_changeEmail {
position: absolute;
left: 222px;
top: 232px;
}

#signup_changeEmail span{
position: relative;
margin-left: 50px;
top: -15px;
}

#signup_dottedline {
	position: absolute;
	top: 260px;
	z-index: -1;
}

#signUp #newsletterBorder {
position: relative;
left: -222px;
top: -10px;
}

#signUp #newsletterHeaderText {
position: relative;
top: -34px;
left: 38px;
}

#extraData .optIn {
position: relative;
padding:0 0 15px 148px;
}

#extraData .optInLabel {
position: relative;
top: 1px;
left: 5px;
}

#extraData .optInText {
position: relative;
padding: 5px 0 0 22px;
}

.signup_optIn_div {
	margin-top:20px;
	position: relative;
	left: 149px;
}

.signup_optIn_label {
	left: 24px;
    position: relative;
    top: 5px;
}
/*
#magicalMomentsNewsletter {
position: relative;
top: 0;
left: 149px;
}

#magicalMomentsNewsletterLabel {
position: relative;
top: 1px;
left: 5px;
}

#magicalMomentsNewsletterText {
position: relative;
top: 5px;
left: 23px;
}

#bzNewsletter {
position: relative;
top: 20px;
left: 149px;
}

#bzNewsletterLabel {
position: relative;
top: 1px;
left: 5px;
}

#bzNewsletterText {
position: relative;
top: 5px;
left: 23px;
}
*/

#dbSpacialOffers {
position: relative;
left: 149px;
}

#dbSpacialOffersLabel {
position: relative;
top: 1px;
left: 4px;
}

#dbSpacialOffersText {
position: relative;
top: 5px;
left: 24px;
}

#signUpFormContainer {
position: relative;
top: 310px;
left: 222px;
width: 600px;
}

/* email could clip this link! -MD */
#change_email_link {
position: relative;
margin-left: 395px;
top: -33px;
cursor: pointer;
}

/*#signUp_form {
	position: absolute;
	left: 222px;
	top: 340px;
}*/

#signup_fewmore {
position: relative;
margin-left: 222px;
top: 290px;
width:600px;
height:55px;
}

#signup_fewmore .reg_facebook_icon{
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
}

#signup_bday {
position: relative;
left: 149px;
top: -26px;
width:400px;
}
/*
#signup_offerheader {
	position: absolute;
	left: 338px;
	top: 620px;
}

#signup_butterfly {
	position: absolute;
	left: 210px;
	top: 606px;
}
*/

#signup_magicnewsletter {
	position: relative;
	left: 120px;
	top: 50px;
}

/*
#signup_labelmagicnewsletter {
	position: relative;
	margin-left: 10px;
	left: 120px;
	top: 54px;
}*/
/*
#signup_copymagicnewsletter {
	position: relative;
	left: 146px;
	top: 60px;
}
*/
#signup_babynewsletter {
	position: relative;
	left: 120px;
	top: 100px;
}

/*
#signup_labelbabynewsletter {
	position: relative;
	margin-left: 10px;
	left: 120px;
	top: 104px;
}

#signup_copybabynewsletter {
	position: relative;
	left: 146px;
	top: 110px;
}
*/

#signup_offernewsletter {
	position: relative;
	left: 120px;
	top: 145px;
}

/*
#signup_labeloffernewsletter {
	position: relative;
	margin-left: 10px;
	left: 120px;
	top: 149px;
}


#signup_copyoffernewsletter {
	position: relative;
	left: 146px;
	top: 155px;
}
*/

#signUp #signup_agree_submit {
position: relative;
left: 147px;
top: 40px;
}

#signUp #signup_cancellink {
position: relative;
left: 180px;
top: 40px;
cursor:pointer;
}

#signUp .termOfUse {
position: relative;
top: 400px;
margin-left: 370px;
}

#signUp .footer {
position: relative;
top: 537px;
}

#signup_form_error{
display: none;
}

#signup_service_error{
display: none;
}

/*#signup_zipError{
display: none;
position: relative;
top: 10px;
left: 10px;
float: right;
}*/

#errorMessageFirstName {
display:none;
float: right;
position: relative;
top: 10px;
left: -43px;
}

#errorMessageZip {
display:none;
float: right;
position: relative;
top: 10px;
left: -49px;
}

#errorMessageZip_valid {
display:none;
float: right;
position: relative;
top: -7px;
left:-5px;
width:200px;
}

#errorMessagePassword {
display: none;
float: right;
position: relative;
left: -5px;
top: 5px;
*top:-35px;
width:200px;
}

#errorMessageUserBirthDate {
position: relative;
left: 38px;
}

#errorMessageDueDateOfBirth {
display: none;
float: right;
left:-23px;
position: relative;
top: -47px;
width: 180px;
}

#errorMessageDueDate {
display: none;
float: right;
left: -175px;
position: relative;
top: -6px;
width: 180px;
}

#userBirthDate {
display:none;
}

#userBirthDateValue {
position: relative;
top: -18px;
left: 149px;
}

/* End 2.2 - Registration Form IDs */

/* 2.3 - Account Confirmed */

#digconf_ballons {
	position: absolute;
	left: 115px;
	top: 142px;
}

#digconf_dotted2 {
position: relative;
top: 250px;
z-index: -1;
}

#digconf_accountsuccess {
position: relative;
margin-left: 222px;
top: 236px;
}

#digconf_connect {
position: relative;
margin-left: 222px;
top: 268px;
}

#digconf_facebook {
position: relative;
margin-left: 250px;
top: 298px;
}

#digconf_nothanks {
margin-left: 20px;
cursor:pointer;
position: relative;
}

#digconf_promise {
border: 1px solid #B7CF79;
border-radius: 5px 5px 5px 5px;
height: 52px;
margin-left: 222px;
padding: 20px;
position: relative;
top: 328px;
width: 342px;
}

#digconf_footer {
position: relative;
top: 402px;
}

/* End 2.3 - Account Confirmed */

/* 3.1 - Sign In */

#signin_enterEmail {
position: relative;
left: 222px;
top: 280px;
width: 600px;
}

#signin_carddotted {
position: relative;
left: -20px;
}

#signin_footerline {
position: relative;
margin-left: 135px;
top: 380px;
}

#signIn .footer {
position: relative;
top: 452px;
}

#signin_continueButton {
position: relative;
top: 290px;
left: 318px;
}

#signin_cancelLink{
cursor: pointer;
margin-left: 20px;
position: relative;
top: 290px;
left:310px;
}
/*
#signin_cancelLink {
	position: absolute;
	left: 382px;
	top: 378px;
}
*/

#signin_singupLink {
top: 305px;
width: 500px;
cursor:pointer;
}

#div_signin_singupLink{
 	margin-left: 317px;
    position: relative;
    top: 305px;
    width: 500px;
}
#signin_form_error {
color: #FF0000;
display: none;
margin-left: 310px;
position: relative;
top: 278px;
left:10px;
}

#signin_form_error .ineligible {
color: #818181;
font-family: 'Arial';
font-size: 12px;
}

input#text{
display:inline !important;
vertical-align:middle !important;
}

#signIn #resultMessage {
position: relative;
left: 222px;
top: 210px;
width: 600px;
}

#signIn .anchorunderline {
padding-left: 10px;
cursor:pointer;
}

/* End 3.1 - Sign In */

/* 3.2.1 - Reset Password */

#resetpwd_copy {
	position: absolute;
	left: 222px;
	top: 220px;
}

#resetpwd_enterEmail {
	position: absolute;
	left: 222px;
	top: 270px;
}

#resetpwd_footer {
	position: relative;
	top: 640px;
}

#resetpwd_continueButton {
	position: absolute;
	left: 262px;
	top: 352px;
}

#resetpwd_cancelLink {
	position: absolute;
	left: 500px;
	top: 362px;
}

/* End 3.2.1 - Reset Password */


/* 3.2.2 - Reset Password Confirmation */

#resetpwdconf_reset {
	position: absolute;
	left: 222px;
	top: 235px;
}

#resetpwdconf_footer {
	position: relative;
	top: 640px;
}

/* End 3.2.2 - Reset Password Confirmation */


/* 3.2.4 - Change Password */

#changepwd_copy {
	position: absolute;
	left: 222px;
	top: 220px;
}

#changepwd_newPass {
	position: absolute;
	left: 222px;
	top: 270px;
}

#changepwd_footer {
	position: relative;
	top: 640px;
}

#changepwd_continueButton {
	position: absolute;
	left: 262px;
	top: 402px;
}

#changepwd_cancelLink {
	position: absolute;
	left: 500px;
	top: 412px;
}

/* End 3.2.4 - Change Password */


/* 3.2.5 - Change Password Confirmation */

#changepwdconf_changed {
	position: absolute;
	left: 222px;
	top: 235px;
}

#changepwdconf_signinButton {
	position: absolute;
	left: 262px;
	top: 282px;
}

#changepwdconf_cancelLink {
	position: absolute;
	left: 382px;
	top: 288px;
}

#changepwdconf_footer {
	position: relative;
	top: 640px;
}

/* End 3.2.5 - Change Password Confirmation */


/* 3.5 - Choose Primary Account */

#selectaccount_copy {
position: relative;
margin-left: 222px;
top: 225px;
}

#selectaccount_picker {
position: relative;
margin-left: 262px;
top: 250px;
}

#selectaccount_footer {
position: relative;
top: 400px;
}

#selectaccount_setButton {
position: relative;
margin-left: 262px;
top: 250px;
}

#selectaccount_cancelLink {
position: relative;
margin-left: 20px;
top: 250px;
}

/* End 3.5 - Choose Primary Account */


/* 3.6 - Verify Email */

/*#sendemail_copy {
	position: absolute;
	left: 222px;
	top: 235px;
}
*/

#sendemail_continueButton {
position: relative;
top: 20px;
cursor:pointer;
}

#sendemail_cancelLink {
position: absolute;
left: 250px;
top: 60px;
}

#sendemail_footer {
position: relative;
top: 640px;
}

#sendEmail #send_email_activation_form {
position: relative;
left: 224px;
top: 230px;
width: 800px;
}
/* move into html head for now RLiu 2011.09.29
#sendEmail #iconLoading {
background: url("/diamond/disneyBaby/images/iconLoading.gif") no-repeat scroll left top transparent;
border: medium none;
display: none;
height: 16px;
width: 16px;
position: relative;
top: 30px;
left: 100px;
}
*/
#sendEmail #resultText {
display:none;
position: relative;
top: 30px;
float:left;
}

#sendEmail #errorText {
color: #FF0000;
display:none;
position: relative;
top: 30px;
float:left;
}

/* End 3.6 - Verify Email */


/* 3.7.2 - Email Confirmed */

#confirmedEmail #copy {
margin-left: 224px;
position: relative;
top: 235px
}

#confirmedEmail #siginButton {
position: relative;
margin-left: 262px;
top: 260px;
}

#confirmedEmail #footer {
position: relative;
top: 640px;
}

/* End 3.7.2 - Email Confirmed */

/* 3.8 - Extra Data */

#extraDataFormContainer {
left: 222px;
position: relative;
top: 230px;
width: 600px;
}

#extraData .errorMessageContainer {
position: relative;
top: 230px;
margin-left: 222px;
}

#extraData #signup_form_error {
margin-bottom: 15px;
}

#extraData #signup_service_error {
margin-bottom: 15px;
}

#extraData #signup_agree_submit {
position: relative;
left: 147px;
top: 73px;
}

#extraData #extra_data_cancel_link {
	position: relative;
	left: 160px;
	top: 73px;
	cursor:pointer;
}

#extraData .singUpDescription {
margin-bottom: 15px;
}

#extraData #signup_bday {
position: relative;
top: -16px;
left: 149px;
}

#extraData #newsletterBorder {
position: relative;
left: -700px;
top: -10px;
}

#extraData #newsletterHeaderText {
position: relative;
top: -34px;
left: 38px;
}

#extraData #signup_cancellink {
position: relative;
left: 180px;
top: 68px;
cursor:pointer;
}

#extraData .termOfUse {
position: relative;
top: 342px;
margin-left: 370px;
}

#extraData .footer {
position: relative;
top: 417px;
}

/*
#extraDataNewsletterDottedLine {
position: absolute;
top: 455px;
}

#extraDataButterfly {
position: absolute;
top: 476px;
left: 210px;
}

#extraDataOfferheader {
position: absolute;
top: 490px;
left: 338px;
}

#extraDataLabelMagicNewsletter {
position: relative;
margin-left: 10px;
left: 120px;
top: 88px;
}

#extraDataCopyMagicNewsletter {
position: relative;
top: 86px;
left: 146px;
}

#extraDataLabelMagicNewsletter {
position: relative;
top: 86px;
left: 119px;
}

#extraData #signup_disneybaby_magic_newsletter {
top: 86px;
}

#extraData #signup_agree_submit {
top: 135px;
}

#extraData #signup_cancellink {
top: 135px;
}



#extra_dottedline {
	position: absolute;
	top: 260px;
	z-index: -1;
}

#extra_newsletterdottedline {
	position: absolute;
	top: 585px;
}


#extra_form {
	position: absolute;
	left: 222px;
	top: 340px;
}

#extra_fewmore {
	position: absolute;
	left: 222px;
	top: 290px;
}

#extra_bday {
	position: relative;
	left: 120px;
	top: -25px;
}

#extra_offerheader {
	position: absolute;
	left: 338px;
	top: 620px;
}

#extra_butterfly {
	position: absolute;
	left: 210px;
	top: 606px;
}
*/

/*
#signup_disneybaby_magic_newsletter {
	position: relative;
	left: 120px;
	top: 52px;
}
*/

#extra_labelmagicnewsletter {
	position: relative;
	margin-left: 10px;
	left: 120px;
	top: 54px;
}

#extra_copymagicnewsletter {
	position: relative;
	left: 146px;
	top: 60px;
}

/*
#signup_babyzone_newsletter {
	position: relative;
	left: 120px;
	top: 102px;
}
*/

#extra_labelbabynewsletter {
	position: relative;
	margin-left: 10px;
	left: 120px;
	top: 104px;
}

#extra_copybabynewsletter {
	position: relative;
	left: 146px;
	top: 110px;
}

/*
#signup_disneybaby_offernewsletter {
	position: relative;
	left: 120px;
	top: 147px;
}
*/

#extra_labeloffernewsletter {
	position: relative;
	margin-left: 10px;
	left: 120px;
	top: 149px;
}

#extra_copyoffernewsletter {
	position: relative;
	left: 146px;
	top: 155px;
}

#extra_agreebutton {
	position: relative;
	left: 120px;
	top: 180px;
}

#extra_cancellink {
	position: relative;
	left: 150px;
	top: 180px;
}

#extra_tos {
	position: absolute;
	left: 345px;
	top: 1045px;
}

#extra_footer {
	position: relative;
	top: 1200px;
}

/* End 3.8 - Extra Data */

/* Begin 3.9 Under 13 Block */
#ageRestriction #resultMessage {
left: 224px;
position: relative;
top: 227px;
width: 600px;
}

#ageRestriction #backToDisneyBaby {
position: relative;
top: 260px;
left: 222px;
}

#ageRestriction .footer {
position: relative;
top: 452px;
}
/* End 3.9 Under 13 Block */

/* Begin common CSS classes */

.disabledtext {
	color: #AAAAAA;
}

.headertext {
	font-family: 'Museo Slab';
	font-size: 40px;
	font-weight: lighter;
}

.joinlocation {
	position: absolute;
	left: 222px;
	top: 155px;
}

.headercard {
font-family: 'Museo Slab';
font-size: 24px;
/*color: #306C88;*/
}

.smallmuseoheader {
font-family: 'Museo Slab';
font-size: 15px;
color: #306C88;
}

.headerdottedline {
	position: absolute;
	top: 199px;
	z-index: -1;
}

.copytext {
	font-family: 'Arial';
	font-size: 13px;
}

.copybold {
	font-family: 'Arial';
	font-size: 13px;
	font-weight: bold;
}

.smalltext {
	font-family: 'Arial';
	font-size: 11px;
}

.smalltextlabel {
	color: #818181;
	font-family: 'Arial';
	font-size: 11px;
}


.labeltext {
color: #818181;
font-family: 'Arial';
font-size: 14px;
position: relative;
top: 2px;
}

.labelfixedsize {
	display: inline-block;
	width: 140px;
	text-align: left;
}

.labelfixedsizesm {
display: inline-block;
width: 80px;
padding-right: 10px;
text-align: right;
}

.textinput {
margin-left: 5px;
width: 222px;
height: 33px;
line-height:33px;
text-align: left;
font-family: 'Arial';
font-size: 14px;
}

.subcopytext {
	font-family: 'Arial';
	font-size: 11px;
}

.greentext {
	color: #859A55;
	font-family: 'Arial';
	font-size: 13px;
}

.bluepromisetext{
	color: #316C8A;
	font-family: 'Museo Slab';
	font-size: 15px;
}

.bluesubheader{
	color: #316C8A;
	font-family: 'Museo Slab';
	font-size: 16px;
}

.anchorunderline {
text-decoration: underline;
font-size: 15px;
color: #4398CE !important;;
}

.returnanchor {
	font-family: 'Museo Slab';
	font-size: 15px;
	color: #37708B !important;
}

.header {
	position: absolute;
	margin-left: 48px;
	top: 0px;
}

.logo {
	position: absolute;
	left: 233px;
	top: 7px;
}

.cardlocation {
	position: absolute;
	left: 814px;
	top: 165px;
}

.cardcontent {
	position: absolute;
	left: 814px;
	top: 165px;
	padding: 60px;
}

.carddashedline {
	border: 1px dashed #DDDDDD;
	width: 260px;
}

.footerdashedline {
	border: 1px dashed #DDDDDD;
	width: 950px;
}

.bulletoffset {
	position: relative;
	left: -10px;
}

.promisebox {
	position: absolute;
	left: 853px;
	top: 533px;
	width: 270px;
	height: 52px;
	border: 1px solid #B7CF79;
	padding: 20px;
}

/* move into html head for now RLiu 2011.09.29
.smallbutton {
	width: 108px;
	height: 27px;
	border: none;
	color: #306B89;
	font-family: 'Museo Slab';
	font-size: 15px;
    background: url('/diamond/disneyBaby/images/pngcrushed/button_small.png') no-repeat top left;
}

.largebutton {
	width: 210px;
	height: 40px;
	border: none;
	color: #C9573F;
	font-family: 'Museo Slab';
	font-size: 17px;
    background: url('/diamond/disneyBaby/images/pngcrushed/button_large.png') no-repeat top left;
}

.largebuttonblue {
	width: 210px;
	height: 40px;
	border: none;
	color: #306B89;
	font-family: 'Museo Slab';
	font-size: 17px;
    background: url('/diamond/disneyBaby/images/pngcrushed/button_large.png') no-repeat top left;
}
*/
.returncopy {
	position: absolute;
	left: 1008px;
	top: 54px;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* start:Facebook */

/* move into html head for now RLiu 2011.09.29
.fbButton {
    background: url("/diamond/disneyBaby/images/fbButton.png") no-repeat scroll 0 0 #29447E;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 0 0 1px;
    text-decoration: none;
}

.fbButton .fbButtonText {
    background: url("/diamond/disneyBaby/images/fbButton.png") repeat scroll 0 0 #5F78AB;
    border-bottom: 1px solid #1A356E;
    border-top: 1px solid #879AC0;
    color: #FFFFFF;
    display: block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    margin: 1px 1px 0 21px;
    padding: 2px 6px 3px;
    text-shadow: none;
}
*/
.fbButtonMedium {
    background-position: left -188px;
    font-size: 11px;
    line-height: 14px;
}
/* end:Facebook */

/* for new footer RLiu 2011.09.20 */
.diamond_register_footer {
	border-top:1px dotted #918F8F;
	border-bottom:1px dotted #918F8F;
	padding:20px;
	width:600px;
	position:relative;
	top: 537px;
	left:200px;
	margin-bottom:20px;
}
.diamond_register_footer a{
	text-decoration:none;
	color:#AAA7A7;
}
.diamond_register_footer .footer_link{
	text-align:center;
	color:#AAA7A7;
	font-size:12px;
	margin-bottom:5px;
}
.diamond_register_footer .footer_link span{
	padding-right:10px;
	border-right:1px solid #AAA7A7;
	margin-right:10px;
}
.diamond_register_footer .footer_link span.last{
	border:none;
	margin-right:0px;
}