/* The Walt Disney Company | DIMG Diamond Rushin Liu 2011.09.30 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
html {
    overflow-y: scroll;
}
header, footer {
    display: block;
    width: 100%;
}
body {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #515151;
	font:13px/1.231 sans-serif; 
	*font-size:small; 
	font-family: 'Arial'; 
}
* html body {
    font-size: small;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
td {
    vertical-align: top;
}
html {
    background-color: #FFFFFF;
    color: #515151;
}
a, .link {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
a:hover, .link:hover {
    text-decoration: none;
}
a:focus {
    outline-style: none;
}
ul {
    list-style-type: none;
}
a img {
    border: medium none;
}
p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
a:active, textarea:focus, input:focus, *:-moz-any-link:focus {
    outline: medium none;
}
.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;
}

/* general settings for diamond reg page */
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; }
a:link { -webkit-tap-highlight-color: #FF5E99; color: #2385C6; }
.smalltext_dark{font-size:11px; color:#444444;}
.smalltext_light{font-size:11px;color:#818181;}

#diamond_reg_main .link{
	text-decoration:underline;
	cursor:pointer;
}
#diamond_reg_main .frame{
	margin: 0 auto 20px auto;
	width:980px;
	/*border:1px solid black;*/
}
#diamond_reg_main .disney_baby_logo{
	margin-top:7px;
}
#diamond_reg_main .header{
    font-size: 40px;
    font-weight: lighter;
    margin-top:25px;
    margin-bottom:30px;
    font-family: serif;
}
#diamond_reg_main .blue_sub_header{
	color: #316C8A;
	font-family: 'Museo Slab';
	font-size: 16px;
}
#diamond_reg_main .reg_block{
	position:relative;
}
#diamond_reg_main .block_position{
	margin-left:50px;
}
#diamond_reg_main .reg_block .instruction{
	font-family: 'Arial';
    font-size: 13px;
    margin-bottom:20px;
}
#diamond_reg_main #collect_email_box{
	margin-bottom:30px;
}
#diamond_reg_main #emailjoin_continueButton{
	margin-left:95px;
	margin-right:20px;
	text-decoration:none;
}
#diamond_reg_main .reg_block .label_text {
    color: #818181;
    font-family: 'Arial';
    font-size: 14px;
    display:inline;
}
#diamond_reg_main .reg_block .text_input{
	font-family: 'Arial';
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin-left: 5px;
    text-align: left;
    width: 222px;
}

#diamond_reg_main .reg_form_item{
	clear:left;
	padding-top:10px;
}
#diamond_reg_main .reg_form_item .label_text{
	float:left;
	width:107px;
	display:inline;
}
#diamond_reg_main .reg_form_item .text_input{
	float:left;
	display:inline;
	width:260px;
}
#diamond_reg_main .reg_form_item .form_error_msg{
	float:left;
	margin-left:10px;
	width:110px;
	line-height:12px;
}
#diamond_reg_main .reg_form_item .form_msg_link{
	float:left;
	margin-left:10px;
	width:110px;
	line-height:12px;
	cursor:pointer;
	text-decoration:underline;
}

#diamond_reg_main .option_container .title{
	color: #306C88;
    font-family: 'san serif';
    font-size: 15px;
    margin:20px 0px 20px 130px;
}
#diamond_reg_main .option_item {
	width:400px;
	margin:0px 0px 20px 130px;
}
#diamond_reg_main .option_desc{
	margin-left:23px;
}
#diamond_reg_main .option_item .option_check_box{
	vertical-align:bottom;
}
#diamond_reg_main .option_item .option_title{
	font-size: 13px;
    font-weight: bold;
}
#diamond_reg_main .instruction .sub_header{
	 border-bottom: 1px dashed #DDDDDD;
	 padding-bottom: 20px;
	 margin-bottom:20px;
}
#diamond_reg_main .list{
	list-style-type:disc;
	list-style-position: inside; 
}
#diamond_reg_main .promisebox{
	border: 1px solid #B7CF79;
    padding: 20px;
}
#diamond_reg_main .promisebox .promise_title{
	color: #316C8A;
    font-family: 'Museo Slab';
    font-size: 15px;
}
#diamond_reg_main .promisebox .promise_text{
	color: #859A55;
    font-family: 'Arial';
    font-size: 13px;
}
.signInFbSet{
	display:none;
}
.signInNoFbSet{
	display:none;
}
.reg_form_container {
	width:600px;
	position:relative; 
	top:20px;
	*top:-250px;
}
/* side bar*/
#diamond_reg_main .side_bar{
	width:309px;
}
#diamond_reg_main .side_bar .header{
	font-size:24px;
	margin-bottom:10px;
}
#diamond_reg_main .side_bar .list{
	padding-bottom:15px;
	margin-bottom:15px;
	width:260px;
}
#diamond_reg_main .side_bar  p{
	padding-right:30px;
}
#diamond_reg_main .side_bar .list_border{
	border-bottom:1px dashed #DDDDDD;
}
#diamond_reg_main .side_bar li.multi_line{
	margin: 0 0 0 15px; text-indent: -15px;
}
#diamond_reg_main .side_bar .promisebox{
    width: 270px;
    margin-top: 40px;
    position:relative;
    left:-29px;
}

/* 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:940px;
	margin:0px auto 20px auto;
}
.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;
}

/* collect email page */
#emailjoin_cancelLink{
	text-decoration: none;
}
.form_error_msg{
	display:none;
	color: #FF0000;
}
.form_error_msg span{
	color: #818181;
}
#collectEmail_loader{
	margin-top:20px;
	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;
}


/* sign up form page */
#collectEmail_form{
	margin-bottom:40px;
}
#change_email_link {
	float:right; 
	margin-right:40px;
}
#signup_form .reg_facebook_icon{
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
}

#signup_form .instruction .signup_desc {
	margin-bottom:30px;
	width:500px;
}
#signup_form .reg_form_item .label_text{
	margin-top:8px;
}
#diamond_reg_main .reg_form_item #signup_bday{
	width:267px;
}
.option_item  #signup_cancellink{
	margin-left:15px;
}
#signup_agree_submit{
	margin-left:15px;
	text-decoration:none;
	cursor:pointer;
}
#errorMessageDueDateOfBirth, #errorMessageDueDateOfBirth_user {
	margin-top:4px;
}
#signup_form #server_check_error{
	color:#ff0000;
}
/* sign in page */
/* override default, make label, input field and link not floating */
#signin_form .reg_form_item{
	clear:none;
	padding-top:10px;
}
#signin_form .reg_form_item .label_text{
	float:none;
	width:107px;
	display:inline;
}
#signin_form .reg_form_item .text_input{
	float:none;
	display:inline;
	width:260px;
}
#signin_form .reg_form_item .form_error_msg{
	float:none;
	margin-left:10px;
	width:110px;
	line-height:12px;
}

#signin_form .reg_form_item .form_msg_link{
	float:none;
	margin-left:10px;
	width:110px;
	line-height:12px;
	cursor:pointer;
	text-decoration:underline;
}

#signin_form .reg_form_item #signin_email{
	margin-left:32px;
}
/* fix IE7 position in sign-in page */
#signin_form .reg_form_container{
	*top:-350px;
}
/* end override floating */

#signin_form .reg_form_item .label_text {
	width:70px;
	margin-top:14px;
}
#signin_form #signin_form_error{
	margin-left:73px;
}
#signin_form .reg_form_item .form_msg_link{
	width:200px;
	margin-top:14px;
	display:inline-block
}
#diamond_reg_main .reg_form_container .signin_submit{
	margin-left: 75px;
    padding-top: 20px;
}
#diamond_reg_main .reg_form_container .signin_submit p{
	padding-top:15px;
}
#diamond_reg_main #signin_continueButton {
	margin-right:20px;
	cursor:pointer;
}
/* send email page */
#send_email #resultText {
display:none;
float:left;
}
#send_email .support {
	margin-top:20px;
	margin-left:5px;
}
#send_email #errorText {
color: #FF0000;
display:none;
margin-bottom:20px;
margin-left:5px;
}
#send_email #sendemail_cancelLink{
	margin-left:5px;
}
#send_email .reg_block {
	margin-bottom:40px;
}
#send_email #sendemail_copy{
	display:none;
}
#send_email #sendemail_copy p{
	margin-left:5px;
}
/* confirm registration page */
#confirm_reg .block_position{
	padding-left:100px;
}
#confirm_reg #confirm_balloons{
	position:absolute; 
	top:-10px; 
	left:30px;
}
#confirm_reg .blue_sub_header {
	padding-bottom:20px;
}
#confirm_reg #digconf_nothanks {
	padding-left:10px;
}
#confirm_reg .promisebox{
    width: 270px;
    margin-top: 40px;
}
/* select account page */
#select_account #selectaccount_cancelLink{
	margin-left:20px;
}
#select_account .reg_block {
	margin-bottom:40px;
}
/* extra data page */
#extra_data #extra_data_cancel_link{
	margin-left:20px;
}
#extra_data #signup_agree_submit{
	text-decoration:none;
}
/* age restriction page */
#age_restriction #backToDisneyBaby{
	margin-top:40px;
}
#age_restriction .reg_block .instruction{
	width:600px;
}