	.dhtmlgoodies_tabPane{
		height:25px;
		border-bottom:1px dotted #919b9c;
	}
	.dhtmlgoodies_aTab{
border-color: #919b9c;
border-style:solid;
border-width:0px 1px 1px 1px;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url(/css-custom/images/tab_left_active.gif);
		margin-left:0px;
		color:#ef8300;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url(/css-custom/images/tab_left_inactive.gif);
		color:#7e7e7e;
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url(/css-custom/images/tab_left_over.gif);
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
    font-weight:bold;
		vertical-align:top;
		font-size:15px;
		padding-left:3px;
		padding-right:3px;		
		line-height:27px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:30px;
		font-size:16px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	.accordion-content
{
  overflow: hidden !important;
}
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }

.input-row
{
  width: 360px;
  padding: 4px 0 10px 51px;
  min-height: 10px;
  font-family:arial;
  font-weight:bold;
  font-size:15px;
  color:#ee7f00;
}

.input-col-label,
.input-col-input
{
  float: left;
}

.input-col-label
{
  width: 100px;
}

.input-col-input
{
  width: 250px;
}

.input-col-input input
{
  width: 200px;
  font-weight:bold;
  color:#606060;
}

.input-text
{
  padding: 4px;
}


.submit
{
  padding: 10px 16px;
  font-size: 16px;
  margin-top: 15px;
  font-weight:bold;
}
h6.login
{ 
		font-family:arial;
    font-weight:bold;
    color:#ef8300;
		font-size:18px;
		padding-top:18px;
		padding-left:50px;
		padding-bottom:15px;
}
