h2 {
	color:#944267;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.65em;
	font-weight:normal;
	padding:0 0 0 10px;
}

.mainText {
	font-family:"Trebuchet MS",Verdana,Arial;
	padding:0px 10px;
	font-size: 16px;
}
/*#signInDiv {
	background-color: #ddd;
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	height: 320px;
}
*/
.contactUsDiv{
	border-style: outset;
	margin-right:20px;
	margin-top:24px;
	padding: 10px;
}
.tbSize
{
	width : 150px;
	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;
	float: left;
}
#rtl .tbSize
{
	float: right;
}
 
/* 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: 0px;
	background-color: yellow;
	float: left;
	width: 250px;
	position: absolute;
}

#rtl #myForm1 label.error
{
	background:url("/images/unchecked.gif") no-repeat right 3px;
	padding-left: 0px;
	padding-right: 20px;
	background-color: yellow;
}

#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;*/
  padding-left: 0px;
  vertical-align: top;
}

#myForm1 table{
	border:0;
	width: 100%;
	margin:0 auto;
}

.td1 {
	width: 120px;
}
/**********************************/
.mainDiv{
	width: 950px;
}

.title2{
	width: 60%; 
}

.signInTitle{
	height: 70px;
}

.signInDiv{
	height: 270px; 
	width: 35%;
	float: right;
	clear:right;
	background-color: #ddd;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}

#rtl .signInDiv{
	float:left;
	clear:left
}

.txtContainer{
	padding-left:15px;
	height: 40px
}

#rtl .txtContainer{
	padding-right:15px;
}

.txtTitle{
	float: left;
	width: 130px;
}

#rtl .txtTitle{
	float: right;
}

.inputElm{
	float: left;
	margin: 0px;
	width: 155px;
}

#rtl .inputElm{
	float: right;
}

.imgButtonSubmit{
	padding-left: 145px;
	width: 425px;
	height: 47px;
	
}
#rtl .imgButtonSubmit{
	padding-right: 145px;
	padding-left: 0px;
}
.btmTxt1{
	float: left;
	padding-left: 145px;
	padding-top: 20px;
}

#rtl .btmTxt1{
	float: right;
	padding-right: 145px;
	padding-left: 0px;
}

.btmTxt2{
	float: left;
	padding-left: 130px;
	padding-top: 20px;
}

#rtl .btmTxt2{
	float: right;
	padding-right: 130px;
	padding-left: 0px;
}