.colortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.colortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.colortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.colortabs a{
float:left;
color: white;
background: #0064A9 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.colortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.colortabs a span{
float:none;
}

.colortabs a:hover{
background-color: #4785AF;
}

.colortabs a:hover span{
background-color: #4785AF;
}

.colortabs a.current, #colortabs a.current span{ /*currently selected tab*/
background-color: #4785AF;
}

.colortabsline{
clear: both;
padding: 0;
width: 80%;
height: 8px;
line-height: 8px;
background: #0064A9;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

#tab-form{

width: 75%;
height: 100%;
border-top: 4px solid #4785AF;
border-right: 0px solid #4785AF;
border-bottom: 4px solid #4785AF;
border-left: 0px solid #4785AF;
padding: 4px;
margin-top: 1px;

}

#inner-form{
margin-left: 5%;


}