/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:29px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	background:url(../images/tab-left-curve_new.gif) left top no-repeat;
	font-size:14px;
	font-family:PT Sans Narrow;
	font-weight:bold;
	display:block;
	height: 50px;
	text-align:center;
	text-decoration:none;
	color:#9c9c9c;
	padding:0px 0 0 8px;
	margin-right:10px;
	position:relative;
	float:left;
	text-decoration:none;
	display:block;
}
ul.tabs a span {
	background:url(../images/tab-right_2.gif) right top no-repeat;
	display:block;
	padding:10px 15px 0 8px;
	height:40px;
	color:#fff;
	font-size:20px;
	font-family:PT Sans Narrow;
}
ul.tabs a span span.one {
	display:block;
	float:left;
	color:#fff;
	font-size:12px;
	font-style:italic;
	font-family:Arial;
	background:none;
	padding:0px;
	margin:2px 0 0 0;
}
ul.tabs a span span.one:hover {
	color:#000;
}
ul.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: left -50px;
	color:#000;
}
ul.tabs a:hover span {
	background-position: right -50px;
	color:#000;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:link, ul.tabs a.current:visited, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -50px;
	cursor:default !important;
	color:#fff !important;
	font-size:20px;
	font-family:PT Sans Narrow;
	font-weight:bold;
}
ul.tabs a.current span, ul.tabs a.current:hover span, ul.tabs li.current a span {
	background-position: right -50px;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s {
	background-position: left -28px;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.tabs a.s {
	background-position: left -28px;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
/* width 3 */
ul.tabs a.s {
	background-position: left -28px;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -50px;
}
/* initially all panes are hidden */ 
.panes .pane {
	display:none;
	border:0px !important;
}
div.panes {
	float: left;
	margin:0px;
	padding:0px 0;
	width:100%;
	clear:both;
	border-top:2px solid #d3d4d5;
 *margin-top:20px;
}
.panes div {
	display:block;
	padding:0px 0px 0px 0;
	font-size:14px;
}
div.panes label {
	color: #434343;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 15px 5px 0;
    width: 220px;
    clear:both;
}

div.panes label.mrgn{
    margin: 20px 15px 5px 0;
}

div.panes div.fld {
	width:300px;
	float:left;
	margin:0 0 5px 0;
	padding:0px;
	*margin-bottom:5px;
	padding:0px;
}

div.panes div.fld.mrgn
{
	margin-top:20px;
}

div.panes div.fld input {
	width:280px;
	height:20px;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	background:#fff;
	color:#000;
	font-size:11px;
	border:1px solid #cac8c8;
}
div.panes div.fld select {
	width:236px;
	height:21px;
	padding:0px;
	margin:0px;
	border:0px !important;
	float:left;
	background:transparent !important;
	color:#595858;
}

div.panes div.fldN5 {
	width:120px;
	float:right;
	margin:0px 236px 0 0;
	border:1px solid #00a9a6;
}

div.panes div.fldN5 img {
	display:block;
	margin:0 10px 0 0;
	float:left;
	padding:0px;
}
div.panes div.fldN5 a {
	display:block;
	float:left;
	margin:6px 0 0 0;
	padding:0px;
	text-decoration:none;
}

div.panes label.mrgn {
    margin: 20px 15px 5px 0;
}