.ui-tabs 							{ zoom: 1; margin:0; padding:0;  }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; padding: 5px 5px 0; margin-bottom:-5px; overflow: hidden; 
									  top: 1px; z-index: 1000; height: 25px;}
.ui-tabs .ui-tabs-nav li 			{ position: relative; float: left; border: 1px solid #ccc; 
									  border-bottom-width: 0 !important; margin: 0 2px -10px 0; background: #ccc; }
.ui-tabs .ui-tabs-nav li a 			{ float: left; text-decoration: none; padding: 5px 10px; color: white; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 1px; border-bottom-width: 0; color:#FFF; background: #06F; }
.ui-tabs .ui-tabs-panel 			{ display: block; border-width: 0; background: none;
									  border: 1px solid #ccc; position: relative; min-height: 200px; height: auto !important; height: 200px; }
.ui-tabs .ui-tabs-hide 				{ display: none !important; }
a.mover 							{ background: #900; padding: 6px 12px; position: absolute;
								      color: white; font-weight: bold; text-decoration: none; }
.next-tab 							{ bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.prev-tab 							{ bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }

.nexttab { background:#06F; padding:5px; bottom: 0;}
.submitp { width:100%; background:#06F;  bottom: 0; text-align:center; padding:5px 0 5px 0; color:#FFF; font-weight:bold;}
.submitp a{ color:#FFF;}
.r { float:right !important;}
.l { float:left !important;}
