.header {
  display: inline-block;
  width: 100%;
  margin-top:10px;
}


.title {
  float: left;
  position: relative;
  
}

.wrap-tab {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-top: 15px;
  width: 100%;
}

.wrap-1 {
  display:inline-block;

}
.wrap-2 {
  display:none;
}

.wrap-3 {
  display:none;
}

.row-col {
background-color:#fafafa;
height:auto;
width:100%;
padding:5px;
min-height:85px;
float:left;
border:1px dotted #aaa;
margin:0px 0px 10px 10px;
}

.row-2col {
height:auto;
/*width:100%;*/
/*float:left;*/
margin:0px 10px 10px 10px;
}

.no-style {
background-color:transparent;
border:none;
}

.credits {
  background-color: #CCEEFF;
  border: 1px solid #BBDDFF;
  float: right;
  padding: 15px 5px;
  position: relative;

}

.col-1 {
float:left;
width:220px;
margin-right:25px;

}

.col-3 {
float:left;
/*border:1px dotted #aaa;*/
width:460px;
margin-right:15px;
}

.shortcode {
  border: 1px dashed #999999;
  float: left;
  height: 55px;
  max-height: 60px;
  overflow: auto;
  width: 96%;
padding:5px;
}

.note {
font-size:10px;
}

.error {
color:red;
}

.value {
width:100%;
}

div.clear  { clear: both; }

/*h2.nav-tab-wrapper {
  width: 882px !important;
}*/



