/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body {height:100%; margin:0;}
input, textarea{border:1px solid #CCCCCC;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:auto;}

/* Container */
#simplemodal-container {height:auto; width:auto; color:#545454;float:left;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg , .model_close{
	background:url("../img/pr_close.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	clear:both;
	display:inline;
	height:12px;
	position:absolute;
	text-indent:-9999px;
	right:20px;
	top:15px;
	width:25px;
	z-index:3200;
}

#model_top{
	background:url("../img/dialog_top.png") no-repeat scroll 0 0 transparent;
	font-size:0;
	height:16px;
	width:551px;
}

#model_bot{
	background:url("../img/dialog_bot.png") no-repeat scroll 0 0 transparent;
	font-size:0;
	height:16px;
	width:551px;
}

#model_mid{
	background-color:#FFFFFF;
	border-color:#717A7F;
	border-style:none solid;
	border-width:0 1px;
	width:549px;
}

.model_head h3{
	color:#000000;
}
.model_footer, .model_head{
	background:none repeat scroll 0 0 #FDF6CC;
	font-weight:600;
	height:50px;
	text-align:center;
	color:#0076BB;
}
.model_footer{
	height:auto;
}
.rc_mail{
	width:220px;
}
.message_half, 
.text_half{
	float:left;
	width:250px;
	padding:0px 9px;
}

.mod_label{
	font-size:12px;
	font-weight:600;
}
.gift_wrap span{
	font-weight:normal;
}
.pur_name{
	font-weight:600;
}
.gift_wrap{
	background:none repeat scroll 0 0 #F4F4F4;
	float:left;
	position:relative;
	top:10px;
	width:350px;
}
.gift_remove{
	background:url("../img/close_grey.gif") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	float:right;
	font-size:0;
	height:17px;
	width:16px;
}
.cancel_model:hover, .gift_edit:hover{
	text-decoration:underline;
}
.gift_edit{
	color:#0076BB;
	cursor:pointer;
	font-size:12px;
	line-height:27px;
	margin-left:23px;
	font-weight:normal;
}
.cancel_model{
	cursor:pointer;
}
.ajm_send{
	background:url("../img/save.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	font-size:0;
	height:28px;
	margin-right:10px;
	width:61px;
	cursor:pointer;
}

.gift_boxContainer{
	background:url("../img/gift.gif") no-repeat scroll 0 0 transparent;
}

.gift_again{
	background:url("../img/arrow.gif") no-repeat scroll 0 0 transparent;
	height:22px;
	width:18px;
}
#resendAddForm{text-align:center;}
.resend_btn{
	background:url("../img/resend.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:57px;
	text-indent:-9999px;
	width:174px;
}


.promotion_page1, .promotion_page{
	width:500px;
	position:relative;
	float:left;
	height:385px;
}
.promotion_left_corner span{
}
.sign_confirm_text_2, .sign_confirm_text1 ,.sign_confirm_text{
	color:#FFFFFF;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin-left:30px;
	margin-top:25px;
}
.referrals_img{
	float:left;
	text-align:center;
	width:100%;
}
.referrals_img a{
	background:url("../img/wel_re.png") no-repeat scroll center top transparent;
	font-size:0;
	height:134px;
	text-indent:-9999px;
	width:100%;
}
.sign_confirm_text1{color:#636466;}
.promotion_left_corner{
	background:url("../img/promotion_left.png") no-repeat scroll 0 0 transparent;
	height:20px;
	width:483px;
	float:left;
	text-align:right;
}
.promotion_middle{
	background:url("../img/promotion_middle.png") repeat-y scroll 0 0 transparent;
	height:auto;
	width:483px;
	float:left;
}
.promotion_right_corner{
	background:url("../img/promotion_right.png") no-repeat scroll 0 0 transparent;
	height:20px;
	width:483px;
	float:left;
}
.promotion_middle strong{
	color:#BED530;
	float:left;
	font-size:31px;
	font-weight:bold;
	line-height:30px;
	margin-left:30px;

}
.promotion_cont{
	float:left;
}
.promotion_logo{
	/* background:url("../img/logo.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:218px;
	position:relative;
	right:80px;
	top:25px;
	width:229px;
	z-index:1; */
	background:url("../img/pr_logo.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:190px;
	position:absolute;
	right:22px;
	top:-55px;
	width:216px;
	z-index:1;
}
.details_inner{
	clear:both;
	float:left;
	margin:5px 0;
	width:100%;
}
.details_label{
	float:left;
	width:150px;
}
.details_data{
	float:left;
}
