/**********************************/
*{padding: 0; margin: 0;}

.mainDiv{
	height: 415px; 
	width: 950px;
}

.title2{
	height: 415px; 
	width: 410px; 
	float: left;
}

#rtl .title2{
	float: right;
}

.signInTitle{
	height: 70px;
}

#signInDiv{
	height: 370px; 
	width: 540px;
	float: right;
	background-color: #ddd;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

#rtl #signInDiv{
	float: left;
}

.txtContainer{
	padding-left: 15px;
	height: 40px
}

#rtl .txtContainer{
	padding-right:15px;
}

.txtCaptcha{
	padding-left:15px;
	height: 65px;
}

#rtl .txtCaptcha{
	padding-right:15px;
}

.imgCaptcha{
	width: 175px;
}

.captchaDiv{
	margin-left: 165px;
}
.txtTitle{
	width: 100px;
	/*margin-top:5px;*/
	float: left;
}

#rtl .txtTitle{
	float: right;
}

.inputElm{
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	width: 175px;
	height: 40px;
	/*margin-top:5px;*/
}

#rtl .inputElm{
	float: right;
	padding-left: 5px;
	padding-right: 0px;
}

.registerSubmitDiv{
	margin-top: 15px;
	margin-left: 165px;
}

.signInLink{
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

#rtl .signInLink{
	float: right;
}

.imgCaptcha{
	margin-bottom: 1px;
}

/*******************************************
********************************************
********************************************/
 .createAccountTitle{
 	text-align: center;
 	padding-top: 30px;
 	margin-bottom: 10px;
 }
 
 #rtl .createAccountTitle{
 	text-align: center;/*theres a higher h1 class defining the text-align to right in rtl*/
 }
  
.tbSize {
	width : 175px;
	border: none;
	background: #FFFFFF url(/images/inputbg.png) repeat-x scroll 0 0;
	border-width: 2px 1px 1px;
	border-style: solid;
	border-color: #999999 #D8D8D8 #CCCCCC #B9B9B9;
}

.chkSize{
	width : 30px;
	border: none;
	background: #ddd;
}
/* rounded text box */
.rounded1 {
	background: url(/images/roundedTextBox1.gif) no-repeat left top;
	padding: 8px;
	width: 180px;
	height: 32px;
}

#myForm1 label.error
{
	font-style: italic;
	background:url("/images/unchecked.gif") no-repeat 2px 2px;
	padding-left: 20px;
	padding-right: 5px;
	background-color: yellow;
	float: left;
	width: 195px;
	position: absolute;
}
#rtl #myForm1 label.error
{
	background:url("/images/unchecked.gif") no-repeat right 3px;
	background-color: yellow;
	padding-left: 0px;
	padding-right: 20px;
}

#myForm1 label.checked {
	float: none;
	position: static;
	background:url("/images/checked.gif") no-repeat 0px 0px;
}

#rtl #myForm1 label.checked {
	float: none;
	position: static;
	background:url("/images/checked.gif") no-repeat right;
}

#myForm1 .status {
	/*padding-top: 2px;
	white-space: nowrap;
	float: left;*/
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	/*width: 265px;*/
}

#myForm1 table{
	border:0;
	width: 100%;
	margin:0 auto;
}

.td1 {
	width: 120px;
}

.imgButtonSubmit{
	padding-left: 165px;
	width: 375px;
	height: 47px;
}

#rtl .imgButtonSubmit{
	padding-right: 165px;
}

.finishTxt{
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
}

.finishMail{
	font-weight: normal;
	font-style: italic;
}
.finNote{
	color: #FF0000;
}

.finishSubTxt{
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}

.finishSubHeader{
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}

/*** confirm registration***/
#confirmDiv{
	height: 380px; 
	width: 950px;
	float: right;
	background-color: #ddd;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

.cnfrmTxtContainer{
	padding-left: 300px;
	height: 40px
}

#rtl .cnfrmTxtContainer{
	padding-right: 300px;
	padding-left: 0px;
}

.terms{
	text-align: left;
	float: left;
	width: 310px;
}

#rtl .terms{
	text-align: right;
	float: right;
}

.termsTxt{
	text-align: right;
	float: left;
}

#rtl .termsTxt{
	text-align: left;
	float: right;
}

.imgBtnCnfrm{
	text-align: center;
	height: 47px;
	padding-left: 370px;
	padding-right: 0px;
}
#rtl .imgBtnCnfrm{
	padding-right: 370px;
	padding-left: 0px;
}
.txtTitleCnfm{
	width: 130px;
	float: left;
}
#rtl .txtTitleCnfm{
	float: right;
}

