	#container {
	margin:0px auto;
	width:100%;
	max-width:1280px;
	position:relative;
	overflow:hidden;
}
.homeTopPart {
	background-image:url(images/home-header-bg.jpg);
    background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:left top;
	background-repeat:no-repeat
	
}
.centerBlock {
	margin:0px auto;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:14px 4.5%;
}
#mainArea {
	clear:both;
	display:block;
	overflow:hidden;
	padding:40px 4.5%;
	margin:0px auto 0px auto;
	width:100%;
	position:relative;
}

#leftPanel{
	float:left;
	width:52%;
}
#rightPanel{
	float:right;
	width:44%;
}
#memberLeftPanel{
	float:left;
	width:62%;
}
#memberRightPanel{
	float:right;
	width:32%;
}
/*-----------------| body frame end |---------------------*/








/*-----------------| header start |---------------------*/
#header {
	overflow:hidden;
	clear:both;
	margin:0px auto;
	padding:20px 4.5% 0px 4.5%;
	position:relative
}
#header .logo {
	float:left;
	/*margin-top:10px;*/
	margin-bottom:20px;
}
#header .logo img{
	/*height:32px;
	width:auto*/
}
#header .centerBlock{
	padding:0px;
}
.headerRight {
	float:right
}
.headerRight .contactInfo{
	font-size:18px;
	font-weight:300;
	float:none;
	clear:both;
	color:#ffffff;
	padding:10px 15px;
	background-color:rgba(0,0,0, .10);
	position:absolute;
	right:0px;
	bottom:0px;
	line-height:30px;
}
.headerRight .contactInfo a{
	color:#ffffff;
	text-decoration:none
}
.headAddress{
	color:#2f2c2d;
	font-size:19px;
	font-weight:400;
	text-align:right;
	padding-bottom:30px;
}
.pageHeader{
	background-image: url(images/header-image-bg.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:30px 4.5%;
	position:relative
}
.btnBox{
	position:absolute;
	right:4.5%;
	top:90px
}
.btnBox a{
	display:block;
	margin-bottom:40px;
}

.headerImg{
	display:none;
	width:100%;
	height:auto
}
.pageHeader *{
	color:#ffffff;
}
.pageHeader h1{
	font-weight:600;
	font-size:50px;
	line-height:50px;
	text-transform:none;
	padding-bottom:8px;
}
.pageHeader h2{
	font-size:30px;
	padding-bottom:5px;
	}
.colorBox{
	padding:15px;
	width:100%;
	max-width:530px;
}
.colorBox a{
	text-decoration:none;
	padding-right:20px;
	background-image:url(images/white-arrow.png);
	background-position: right center;
	background-repeat:no-repeat;
	background-size:12px;
}
.headline{
	font-weight:700;
	padding-left:18px;
	background-image:url(images/white-box.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size:10px;
	margin-bottom:50px;
}
.pageHeader.home{
	background-image:url(images/header-home.jpg);
	padding:70px 280px 70px 4.5%;
}
.home .colorBox{
	background-color:rgba(0,72,83,0.8);
}
.pageHeader.professionals{
	background-image:url(images/header-profesionals.jpg);
}
.professionals .colorBox{
	background-color:rgba(56,48,77,0.8);
}
.pageHeader.about{
	background-image:url(images/header-about-us.jpg);
}
.about .colorBox{
	background-color:rgba(160,70,12,0.8);
}
.pageHeader.join{
	background-image:url(images/header-join.jpg);
}
.join .colorBox{
	background-color:rgba(160,70,12,0.8);
}
.pageHeader.patients{
	background-image:url(images/header-patients.jpg);
}
.patients .colorBox{
	background-color:rgba(0,72,83,0.8);
}
.pageHeader.members{
	background-image:url(images/header-members.jpg);
	 padding:60px 4.5%;
}
.pageHeader.contact{
	background-image:url(images/image-big-contact.jpg);
	 padding:60px 4.5%;
}
.members h1{
	  padding-bottom: 0px;
	  margin-bottom: 0px;
	
}
/*-----------------| header end |---------------------*/





/*-----------------| footer start |---------------------*/
#footer {
	padding:15px 0px 30px 0px;
	color:#ffffff;
	text-align:left;
	clear:both;
	overflow:hidden;
	background-color:#014d5b;
	border-top:1px solid #FFFFFF;
	line-height:24px;
}
#footer .socialNetwork{
	float:left
}
#footer .socialNetwork a{
	float:left;
/*	width:28px;
	height:auto;*/
	margin:0px 20px 0px 0px;
	text-decoration:none
}
#footer .socialNetwork a:first-of-type {
margin-right:55px
}
#footer .socialNetwork a img{
	float:left
}
#footer .socialNetwork a span{
	display:block;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
}
#footer h6{
	font-size:16px;
	font-weight:400;
	border-bottom:2px solid #FFFFFF;
	margin-bottom:10px;
	display:block;
	padding-bottom:10px;
	width:100%;
	/*max-width:300px;*/
	color:#FFFFFF;;
}
.memberOf{
	float:right;
	text-align:right
}
#footer .memberOf a{
margin-right:34px
}
/*-----------------| footer end |---------------------*/




/*-----------------| tags start |---------------------*/

#mainArea ul, #mainArea ol {
padding:0px 0px 8px 23px;
margin:0px;

}
#mainArea ul{
	list-style:disc
}
#mainArea ul li, #mainArea ol li{
	margin-bottom:5px;
}
hr{
	border:0px;
	padding:0px;
	height:0px;
	border-bottom:1px dashed #8d8f92;
	margin-bottom:20px;
	margin-top:10px;
	clear:both;
	overflow:hidden;
	display:block;
}
strong, b{
	font-weight:600;
}


/*-----------------| tags end |---------------------*/


.headerImg{
	max-width:1200px;
	margin:0px auto;
}



#featuredBoxes{
	padding:20px 0px 0px 0px;
	clear:both;
	overflow:hidden;
}
ul.promo{
	padding:0px 0px 20px 0px!important;
	margin:0px !important;
	list-style:none;
	clear:both;
	overflow:hidden;
	
	padding-top:10px;
}
ul.promo > li{
	float:right;
	width:49%;
	background-color:#f1f4f7;
	position:relative;
	padding:15px;
	overflow:hidden
}
ul.promo > li:first-child{
	float:left;
}
#featuredBoxes img{
	float:left;
	width:210px;
	height:auto
}
#featuredBoxes .summary{
	overflow:hidden;
	padding-left:15px;
}
ul.promo p:last-child{
	padding-bottom:25px;
}

#featuredBoxes h2{
	padding-bottom:5px;
}

#featuredBoxes p{
	padding-bottom:10px;
}
ul.promo .email{margin-bottom:24px; }
#rightPanel ul.promo{
	margin:0px;
	padding:0px;
	padding-right:5px;

}
#rightPanel ul.promo img{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#rightPanel ul.promo > li{
	float:none;
	margin-left:0px;
	margin-bottom:30px;
	width:100%
}


/*-----------------| misc start |---------------------*/
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
input, select {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #272727;
}
.blueBox{
	padding:20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#e3f0f4;
	position:relative;
	overflow:hidden;
}
.grayBox{
	padding:20px 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#cccccc;
	color:#FFFFFF;
	margin-top:30px;
	margin-bottom: 20px;
	position:relative;
	overflow:hidden;
}
.purpleBox{
	padding:20px 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
/*	background-color:#5c4e81;*/
	background-color:#a81f24;
	color:#FFFFFF;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}
.purpleBox h4,
.purpleBox a{
	color:#FFFFFF !important;
}
.searchCriteria {
	padding:0px!important;
	margin:0px!important;
	list-style:none !important
}
.searchCriteria li{
	padding-bottom:15px;
}
.searchCriteria li:last-child{
	padding-bottom:0px;
}
.searchCriteria input[type="text"],
.searchCriteria select{
	width:100%;
	padding:5px;
}
.quoteBox{
	padding:40px 0px 0px 0px;
	margin-left:10px;
	margin-top:30px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/quote.png);
	font-size:13px;
}
.quoteBox h3{
	color:#352261
}
.quoteBox p:last-child{
  padding-bottom: 0px;
}
.searchCriteria input[type='submit']{
/*	background-image:url(images/orange-btn-bg.png);*/
	background-image:url(images/blue-small-btn-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	padding:5px 20px 5px 15px;
	font-weight:700;
	display:inline-block;
	background-color:transparent;
	border:0px;
	
}
.infoBox{
	margin-top:30px;
}
.leftAlign{
	float:left;
}
.rightAlign{
	float:right;
}
img.leftAlign{
	float:left;
	width:40%;
	height:auto;
	margin:5px 15px 15px 0px;
}
img.rightAlign{
	float:right;
	width:40%;
	height:auto;
	margin:5px 0px 15px 15px;
}
.blueBox img.leftAlign{
	float:left;
	width:40%;
	max-width:105px;
	margin:5px 15px 15px 0px;
}
.blueBox p{
	overflow:hidden
}
.clearAll{
	clear:both;
	overflow:hidden;
	display:block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.accredited{
	clear:both;
	overflow:hidden;
}
.accredited img{
	width:48%;
	float:right;
	height:auto;
	margin-bottom:5px
}
.accredited img:first-child{
	float:left;
}
#backtotop {
	position: fixed;
	right:15px;
	bottom:15px;
	display:none;/*hid the button first*/
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	padding:20px;
	height:21px;
	width:21px;
	color:#FFFFFF;
	font-weight:600;
	background-color:#282828;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-image: url(images/back-to-top-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-1000;
	line-height:999;
	overflow:hidden
}
.orangeBtn{
	background-image:url(images/blue-btn-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	padding:15px 30px 15px 20px;
	font-weight:700;
	display:inline-block;
	border:0px;
	background-color:transparent;
	cursor: pointer;
}
.graySmallBtn{
	background-image:url(images/gray-btn-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	padding:3px 20px 4px 15px;
	font-weight:500;
	display:inline-block;
}
.organgeSmallBtn{
	background-image:url(images/blue-small-btn-bg.png) !important;
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff !important;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	padding:3px 20px 4px 15px ;
	font-weight:500;
	display:inline-block;
	border:0px !important;
	background-color:transparent;
	cursor: pointer;
}

.purpleSmallBtn,  {
	background-image:url(images/red-small-btn-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	padding:3px 20px 4px 15px;
	font-weight:500;
	display:inline-block;
}
.loginBtn{
	position:absolute;
	right:0px;
	top:0px;
	padding:0px;
}
.loginBtn span{
	padding:2px 15px 2px 30px;
	display:block;
	background-image:url(images/login-lock.png);
	background-repeat:no-repeat;
	background-position:8px center;
	background-size:14px auto
}
.videoList{
	padding:0px !important;
	margin:0px !important;
	list-style:none!important;
	  margin-left: -4% !important;

}
.videoList li{
	width:45.5%;
	display:inline-block;
	vertical-align:top;
	margin-left:4%;
	margin-bottom:40px !important
	
}
.videoList li img{
	float:left;
	width:100%;
	height:auto;
	display:block;
}
.manChart{
	width:100%;
	height:auto;
	display:block;
}

.promoBox{
	 clear:both;
	 overflow:hidden;
	 display:block;
	 width:108%;
	 margin-left:-8%
}
.promoBox .col{
	float:left;
	width:33.33%;
	padding-left:8%;
	background-position:13% top;
	background-repeat:repeat-y;
	background-image:url(images/black-line.png);
}
.col.video,
.col.event{
	text-align:center
}
.col.video img,
.col.event img{
	width:100%;
}
.col.video ul img{
	max-width:80px;
}
.promoBox ul{
	padding:15px 0px 0px 0px !important;
	margin:0px !important;
	list-style:none !important;
	clear:both;
	overflow:hidden
}
.col.video li{
	float:left;
	width:33.33%;
}
.col.video li span{
	display:block;
	font-size:13px;
	color:#352261;
	font-weight:500
}
.col img.rightAlign {
  float: right;
  width: 30%;
  }
.docList{
	padding:0px 0px 15px 0px !important;
	margin:0px !important;
	list-style:none !important;
}

.docList a{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	
	background-size:22px auto;
	text-decoration:none;
	color:#000000;
	padding:5px 0px 8px 30px;
}
.docList a.pdf{
	background-image:url(images/doc-pdf.png);
	font-size:18px;
}
.docList a.ppt{
	background-image:url(images/doc-ppt.png);
	font-size:18px;
}
.docList a.video{
	background-image:url(images/doc-video.png);
	font-size:18px;
}
#memberLeftPanel h5,
#memberRightPanel h5{
	margin-bottom:15px;
}

.colLeft{
	width:48%;
	float:left
}
.colRight{
	width:48%;
	float:right
}
.colLeft .organgeSmallBtn{
	position:absolute;
	right:20px;
	top:20px;
}
.profileButtons{
	overflow:hidden;
	margin-top:8px
}
.profileButtons a{
/*	background-color:#352361;*/
	background-color:#4D6D9A;
	border:1px solid #FFFFFF;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	padding:2px 0px;
	font-size:12px;
	width:140px;
	display:inline-block;
}
.profileButtons span{
	width:33.33%;
	display:block;
	float:left;
	text-align:center
}
.profileButtons span:first-child{
	text-align:left
}
.profileButtons span:last-child{
	text-align:right
}
.purpleBox h2{
	color:#FFFFFF;
	margin-top:0px;
}
.grayBox h2{
	color:#000000;
	margin-top:0px;
}
.certificate{
	width:110px;
	float:right;
	margin-left:15px
}
.membersArea .purpleBox,
.membersArea .grayBox{
	height:220px;
	margin-bottom:40px;
}
.sectionTitle{
/*	background-image:url(images/title-bg-line.gif);*/
	background-image:url(images/title-bg-line-blue.png);
	background-repeat:repeat-x;
	background-position:left 4px;
}
.sectionTitle span{
	background-color:#FFFFFF;
	padding-right:8px;
}
.bioList{
	float:left;
	width:42%;
}
.bioList a{
	color:#000;
	text-decoration:none
}
.bioList td{
vertical-align:bottom;
padding-bottom:10px;
}
.docDownloadList{
	float:right;
	width:50%;
}
.docDownloadList ul{
	padding:0px !important;
	margin:0px !important;
	list-style:none !important;
}
.docDownloadList ul a{
	color:#000000;
	text-decoration:none;
	background-image:url(images/big-pdf-icon.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:8px 50px  8px 0px;
	display:block;
	background-size:46px auto;
	min-height:70px
}
.docDownloadList .grayBox{
	background-color:#f2f2f2
}
#video a{
	cursor:pointer
}
/*-----------------| misc end |---------------------*/



/*-----------------| reg form start |---------------------*/
.title_head {
	border-bottom:1px dashed #352261;
	font-weight:500;
	font-size:20px;
	padding:10px 0px 15px 0px;
	margin-top:15px;
	margin-bottom:10px
}
.regfrm_left {
    width:40%;
    float:left;
    padding-bottom:12px;
}
.regfrm_right {
    width:60%;
    float:right;
    padding-bottom: 12px;
}

.regfrm_left1 {
    width:40%;
    float:left;
    padding-bottom:12px;
}
.regfrm_right1 {
    width:60%;
    float:right;
    padding-bottom: 12px;
}


div.spacer {
/*    clear:both;
    overflow:hidden;*/
}
.inner_left_side input[type='text'],
.inner_left_side textarea,
.inner_left_side select,
.inner_left_side input[type='password']{
    width:100%;
    padding:5px;
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
}
.style1{
    color:#FF0000
}
.inner_left_side.grayBox{
background-color:#f2f2f2;
color: #000;
}
.spacer {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0px;
}
.inner_left_side{
clear: both;
overflow:hidden;
display:block;

}

.regfrm_left {
	line-height: 24px;
}

/*
.contacts{
	clear:both;
	overflow:hidden;
	display:block;
	padding-bottom:20px;
}
.contacts .locaitons{
	float:right;
	width:48%;
}
.contacts .locaitons:first-child{
	float:left;
}

.contactForm{
	clear:both;
	overflow:hidden;
	display:block;
	background-color:#f3f3f3;
	padding:20px;
	margin-top:8px;
	border-top: 3px solid #1b5294;
}
.contactForm ul{
	padding:0px !important;
	margin:0px !important;
	list-style:none !important;
}
.contactForm .left{
	float:left;
	width:47%;
}
.contactForm .right{
	float:right;
	width:47%;
}
.form{
	display:block;
	overflow:hidden;
	clear:both;
}
.form ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
.form li{
	clear:both;
	overflow:hidden
	display:block;
	padding-bottom:15px;
}
.form label{
	 font-weight:600;
	 display:block;
	 padding-bottom:4px;
}
.form input[type='text'], .form textarea, .form select{
	width:100%;
	padding:6px;
	border:1px solid #dedede;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#ffffff;
	height:34px;
}
.contactForm textarea{
	height:200px;
}
.form input[type="submit"]{
	background-color:#094580;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	padding:5px 15px 5px 15px;
	font-weight:400;
	display:inline-block;
	border:0px;
	float:right;
	margin-left:20px;
	cursor:pointer
}

.linkList{
	padding:0px 0px 16px 0px !important;
	margin:0px !important;
	list-style:none !important;
}
.linkList li{
	padding:0px 0px 0px 26px;
	background-image:url(images/red-bullet.gif);
	background-position:10px 15px;
	background-repeat:no-repeat
}
.linkList li:nth-child(even)  {background-color: #FFF}
.linkList li:nth-child(odd){background-color: #f1f4f7;}
.linkList li a{display:block;padding:4px 5px 4px 0px}

*/

/*Custom css*/

/* Login form CSS */

.login-card {
  padding: 40px;
  width: 30em;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-left:0px !important;
}

.login-card h1 {
    font-weight: 500;
    text-align: left;
    font-size: 1.3em;
}

.login-card input[type=submit] {
    display: block;
    margin-bottom: 10px;
    /* position: relative; */
    position: absolute;
    /* float: left; */
    color: #FFF;
	border:0px !important;
}

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #FFF;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #1A75BB;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
    width: 50%;
    text-align: center;
    font-size: 12px;
    float: right;
    margin-top: 15px;
}

 .error {
  color: #ff0000 !important;
  font-size:12px;
}

/*search results*/

.srch_result_txt
{
/*color:#ff8b20;*/
color:#4D6D9A;
font:Arial, Helvetica, sans-serif;
font-size:20px !important;
text-align:left;
font-weight:bold;
padding-left:12px;
text-decoration:none;
}
.srch_result_txt:hover
{
color:#ff8b20;
font:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:left;
font-weight:bold;
padding-left:12px;
text-decoration:underline;
}

input.button.orangeBtn, .searchCriteria input[type='submit']{
/*	background-image:url(images/orange-btn-bg.png);*/
	background-image:url(./images/blue-small-btn-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	padding:5px 20px 5px 15px;
	font-weight:700;
	display:inline-block;
	background-color:transparent;
	border:0px !important;
	
}
.infoBox{
	margin-top:30px;
}


.FormLabel{
    outline: 0;
    font-weight: 600;
}


span.content_txt {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

 select, .text-input {
    height: 40px;
	border: 1px solid !important;
}

textarea {
	border: 1px solid;

}

.regfrm_left {
    width:37%;
    float:left;
    padding-bottom:12px;
}
.regfrm_right {
    width:80%;
    padding-bottom: 12px;
	text-align:left;
}
div.spacer {
/*    clear:both;
    overflow:hidden;*/
}
.inner_left_side input[type='text'],
.inner_left_side textarea,
.inner_left_side select,
.inner_left_side input[type='password']{
    width:100%;
    padding:5px;
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
}

.style1{
    color:#FF0000
}
.inner_left_side.grayBox{
background-color:#f2f2f2;
color: #000;
}
.spacer {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0px;
}
.inner_left_side{
clear: both;
overflow:hidden;
display:block;

}

.regfrm_left {
	line-height: 24px;
}

#recaptcha_response_field{
height:30px;
}

p.title_head {
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0px;
}

#mainArea ul li, #mainArea ol li {
    margin-bottom: 5px;
}

input#therapists_type {
    float: left;
	position: absolute;
}

.regfrm_right span.content_txt {
    margin-left: 20px;
}

.check-box{
margin:0px 7px;
float:left;
}

.radio-button{
float:left;
}

.dotted
{
margin-left:10px;
margin-right:10px;
border-bottom:1px dotted #666666;
}


.spacer hr {
    border: 0px;
    padding: 0px;
    height: 0px;
    border-bottom: 1px dashed #8d8f92 !important;
    margin: 7px !important;
    clear: both;
    overflow: hidden;
    display: block;
}



input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.inner_left_side{
width:85%;
}


.info, .success, .warning, .errorMsg, .validation {

border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 10px;
/*background-repeat: no-repeat;
background-position: 10px center;*/
font-size:18px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
/*background-image: url('info.png');
*/}
.success {
color: #4F8A10;
background-color: #DFF2BF;
/*background-image:url('success.png');
*/}
.warning {
color: #D8000C;
background-color: #FFBABA;
/*background-image: url('error.png');
*/}
.errorMsg {
color: #9F6000;
background-color: #FEEFB3;
/*background-image: url('warning.png');
*/}
.validation {
color: #D63301;
background-color: #FFCCBA;
/*background-image: url('validation.png');
*/}

.regfrm_right_radio {
    margin-left: 30%;
}


.regfrm_right_radio span {
    margin-left: 20px;
}


.checkbox-bottom input{
margin-top:10px;
}


