#page-wrap							{ width: 900px; margin: 25px auto; }
#tabs {position:}


.ui-tabs 							{ zoom: 1; }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; overflow: hidden; 
									  /*z-index: 1000;*/ z-index: 1; width:782px;list-style:none;margin:0 0 6px 0;padding:0;height:66px;}
ul.ui-tabs-nav>li {padding:0!important;}
.ui-tabs .ui-tabs-nav li 			{ position: relative; float: left; 
									  border-bottom-width: 0 !important;background: #ccc; }
.ui-tabs .ui-tabs-nav li a 			{ float: left; text-decoration: none;color: black; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 1px; border-bottom-width: 0; background: white; }

.ui-tabs .ui-tabs-panel 			{ display: block;background: none;position: relative;margin-bottom:40px;}
.ui-tabs .ui-tabs-hide 				{ display: none !important; }




a.mover 							{ width:115px;height:31px;position: absolute;}
a.mover span 						{display:none;}
.save-progress {bottom:-46px;height:31px;position:absolute;right:140px;}
.next-tab 							{ bottom: -46px; right: 0; background:url(../images/next-page.gif) no-repeat;}
.prev-tab 							{ bottom: -46px; left: 0;background:url(../images/prev-page.gif) no-repeat;}

#tabone {background:url(../images/showcase-form-steps-01.gif) no-repeat;}
#tabone a {width:155px;height:66px;}
.ui-state-active#tabone  {background:url(../images/showcase-form-steps-01a.gif) no-repeat;}

#tabtwo {background:url(../images/showcase-form-steps-02.gif) no-repeat;}
#tabtwo a {width:126px;height:66px;}
.ui-state-active#tabtwo  {background:url(../images/showcase-form-steps-02a.gif) no-repeat;}

#tabthree {background:url(../images/showcase-form-steps-03.gif) no-repeat;}
#tabthree a {width:145px;height:66px;}
.ui-state-active#tabthree  {background:url(../images/showcase-form-steps-03a.gif) no-repeat;}

#tabfour {background:url(../images/showcase-form-steps-04.gif) no-repeat;}
#tabfour a {width:157px;height:66px;}
.ui-state-active#tabfour  {background:url(../images/showcase-form-steps-04a.gif) no-repeat;}

#tabfive {background:url(../images/save-sub_07.gif) no-repeat;}
#tabfive a {width:193px;height:66px;}
.ui-state-active#tabfive  {background:url(../images/save-sub-highlight_07.gif) no-repeat;}

#tabone a span, #tabtwo a span {display:none;}

/* Dialogue Box */
.ui-dialog.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-dialog .ui-resizable {
    position: relative;
}
.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}
.ui-dialog .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-dialog .ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-dialog .ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
    z-index: 99999;
}
.ui-dialog .ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-dialog {
    padding: 0.2em;
    position: relative;
    width: 300px;
}
.ui-dialog.ui-widget-content {
    background: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/images/ui-bg_glass_75_ffffff_1x400.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #222222;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
}
.ui-dialog .ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 0.3em 0.3em 1em;
    position: relative;
}
.ui-dialog .ui-corner-all,
.ui-dialog.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.ui-dialog .ui-widget-header {
    background: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 0 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}
.ui-dialog .ui-dialog-title {
    float: none;
    margin: 0.1em 0 0.2em;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 19px;
}
.ui-dialog .ui-widget-header a {
    color: #222222;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-dialog .ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-dialog .ui-icon {
    background-image: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/images/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-dialog .ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-dialog .ui-helper-clearfix {
    display: block;
}


