/** SIGNUP **/
#signup .heading {
	margin-left: 24px;
}

#signup .rtitle {
	font-size: 18px;
}

#signup .warning {
	color: #F57745;
	font-weight: bold;
	margin-left: 10px;
}

#signup fieldset {
	border: 1px solid #F3F3F3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 15px 0 0 0;
	padding: 15px 0;
}

#signup fieldset.top-container {
	height: 270px;
	background: url(signup/bg-grad.png) repeat-x top;
}

#signup .title {
	color: #0E88CA;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

#signup table {
	width: 100%;
	border-collapse: separate;
	color: #646464;
	font-weight: bold;
}

#signup .left-cell {
	width: 50%;
	border-right: 1px solid #E6E5E5;
	padding-left: 24px;
	vertical-align: top;
}

#signup .right-cell {
	width: 50%;
	border-left: 1px solid #FFFFFF;
	padding-left: 24px;
	vertical-align: top;
}

#signup .label {
	width: 126px;
	padding-bottom: 13px;
}

#signup .data {
	width: 290px;
	padding-bottom: 13px;
}

#signup input[type="text"], #signup input[type="password"], #signup select {
	width: 196px;
}

#signup .capcha-field,
table.sms td.data .capcha-field {
	float: left;
	width: 79px;
	height: 50px;
}

#signup input.capcha {
	width: 94px;
}

#signup .capcha-img {
	float: right;
	width: 190px;
	height: 50px;
	text-align: left;
}

#signup .birth-date {
	width: 60px;
}

#signup .bottom-container {
	text-align: center;
}

#signup button {
	width: 152px;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	background: url(signup/button.png) no-repeat center;
	border: none;
	padding: 0;
	cursor: pointer;
}

#signup input.weak {
	background-color: #FBDBC6;
}

#signup input.medium {
	background-color: #FFF2AE;
}

#signup input.strong {
	background-color: #D5FAB7;
}

#signup .is-invited {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.signup-info, .signup-instructions, .signup-goto {
	font-size: 14px;
	margin-top: 20px;
	display: block;
}

/** END OF SIGNUP **/

/** SMS POPUP **/
#signup-head{
  width: 381px;
  height: 83px;
  background: url(signup/signup-head.png) top left no-repeat;
  margin-left: -8px;
  margin-top: -14px;
}
#signup-head #title{
	color: #62701d;
	font-size: 22px;
	width: 100px;
	float: left;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}

#signup-head #title span{
	color: #FFFFFF;
	font-size: 15px;
}


#signup-head #invited {
	float: left;
	width: 270px;
	margin-top: 10px;
}

#signup-head #invited div{
	float: right;
	color: #62701d;
	text-align: right;
	font-size: 13px;
	padding-right: 10px;
	border-bottom: none;
}
#signup-head #invited div.text{
	width: 160px;
	padding-top: 5px;
	line-height: 15px;


}

#signup-head #invited div.text span a{
	color: #FFFFFF;
	border-bottom: none;
}


#signup-head #invited img{
	border: 1px solid #FFFFFF;
}

#signup-head2{
	width: 381px;
	height: 82px;
	background: url(signup/signup-head.png) top left no-repeat;
	margin-left: -8px;
	margin-top: -14px;
	text-align: left;
}
#signup-head2 div{
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 10px;
	padding-top: 7px;
}

#signup-head-general{
	width: 381px;
	height: 83px;
	background: url(signup/signup-head-general.jpg) top left no-repeat;
	margin-left: -8px;
	margin-top: -14px;
}

#signup-head-general2{
	width: 381px;
	height: 83px;
	background: url(signup/signup-head-general2.jpg) top left no-repeat;
	margin-left: -8px;
	margin-top: -14px;
}


table.sms{
  width: 100%;
}

table.sms td{
  height: 33px;
  vertical-align: top;
}


table.sms td.label{
  width: 121px;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  padding-top: 3px;
}

table.sms td.data{
  width: 202px;
  text-align: left;
}

table.sms td.infdata{
  width: 323px;
  height: 18px;
  padding: 0px;
  text-align: right;
  vertical-align: middle;
}

table.sms td.withsmall{
	height: 40px;
}


table.sms td.data input[type="text"],
table.sms td.data input[type="password"]{
  width: 202px;
}

table.sms td.data span.small{
	font-size: 10px;
	color: gray;
}

table.sms td.error{
  text-align: right;
  vertical-align: top;
}
table.sms td.error img.yes{
	width: 18px;
	height: 18px;
	background: url(signup/yes.png) left top no-repeat;
}

table.sms td.error img.no{
	width: 18px;
	height: 18px;
	background: url(signup/no.png) left top no-repeat;
}

table.sms img.info{
	width: 18px;
	height: 18px;
	background: url(signup/info.png) left top no-repeat;
	left:27px;
	position:relative;
	top:23px;
}

table.sms td.err{
  color: #FF0000;
  text-align: center;
  height:15px;
}

table.sms tr.hidden-row td{
	display: none;
}


#sms-footer{
  border-top: 1px dotted gray;
  font-size: 10px;
  margin-top: 5px;
  padding-top: 5px;
}

#sms-footer div.shure{
  float: left;
  width: 165px;
  color: gray;
  text-align: left;
}

#sms-footer div.terms{
  float: left;
  width: 167;
  padding-left: 8px;
  text-align:left;
}

#sms-footer div.shure a,
#sms-footer div.terms a{
  color: #68bede;
  border-bottom: 1px solid #68bede;
}

#sms-footer div.terms a#register-btn{
  width: 167px;
  height: 32px;
  display: block;
  background: url(signup/register-btn.png) top left no-repeat;
  text-decoration: none;
  border-bottom: none;
  margin-top: 15px;
}

#sms-footer a#confirm-btn{
  width: 101px;
  height: 32px;
  display: block;
  background: url(signup/confirm-btn.png) top left no-repeat;
  text-decoration: none;
  border-bottom: none;
  float: right;
}

table.sms td.data .capcha-field input{
  width: 70px;
}



.ph-popup-top {
	background: url(signup/phone-popup/top.png) no-repeat top left;
	width: 280px;
	height: 30px;
}

.ph-popup-middle {
	background: url(signup/phone-popup/middle.png) repeat-y top left;
	width: 280px;

	padding-left: 37px;
	padding-top: 5px;
}

.ph-popup-bottom {
	background: url(signup/phone-popup/bottom.png) no-repeat top left;
	width: 280px;
	height: 7px;
}

.ph-popup-text1 {
	color: #8a8a8a;
	font-weight: bold;
}

.dotted-line {
	background: url(signup/phone-popup/dotted-line.png) repeat-x top left;
	height: 3px;
	width: 230px;
}

.ph-popup-table {
	width: 230px;
}

.ph-popup-table td {
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
}

.signup-image1 {
	background: url(signup/signup-head-general.jpg) no-repeat top left;
	width: 381px;
	height: 83px;
}

.lock-img {
	background: url(signup/lock.png) no-repeat top left;
	width: 153px;
	height: 189px;
}

.recovery-div1 {
	float: left;
}

.recovery-div2 {
	float: left;
	width: 300px;
}

.phone-img1 {
	background: url(signup/phone1.jpg) no-repeat top left;
	width: 218px;
	height: 210px;
}

.phone-img2 {
	background: url(signup/phone2.jpg) no-repeat top left;
	width: 239px;
	height: 39px;
}

.getphone-div1 {
	float: left;
}

.getphone-div2 {
	width: 239px;
	float: left;
}

.getphone-input {
	font-weight: bold;
}

.getphone-inputtext {
	font-size: 11pt;
}

.getphone-info {
	vertical-align: bottom;
	cursor: pointer;
}

.getphone-bottom {
	margin-top: 10px;
	font-size: 8pt;
	color: #969696;
	border-top: 1px dotted #999999;
}

/** END OF SMS POPUP**/