#fastpagebox {
    position: relative;
    overflow: visible;
    min-height: 100%;
}
#fastpagebox .even {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
#fastpagebox .odd {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
#fastpagebox h1 {
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 10px;
}
#fastpagebox h2 {
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 10px;
}
#fastpagelayoutbox {
    /*position: absolute;*/
    width: 100%;
    top: 0px;
    height: 425px;
    /*background-color: #0f0;*/
}
#fastpagelayout {
    /*position: absolute;*/
    width: 100%;
    top: 40px;
    height: 380px;
    overflow-y: scroll;
    /*white-space: nowrap;*/
}
/*#fastpagelayout input[type="radio"] {
    position: relative;
    left: 240px;
    bottom: 80px;
 }*/
#fastpagelayout input[type="radio"] {
    position: absolute;
    right: 1px;
    bottom: 1px;
 }
.fastpagethumbnail img {
    max-width: 311px;
    height: auto;
    cursor: pointer;
}
.fastpage_layoutimage.active {
    background-color: #eee;
    box-shadow: 2px 2px 3px rgba(125,125,125,.5);
}
#fastpagelayout  .ltext {
    /*position: absolute;*/
    left: 342px;
    top: 70px; /*38*/
    width: 180px;
    height: 100px;
    font-size: 0.9em;
}
#fastpagelayout ul {
}
#fastpagelayout li {
  list-style-type: none;
  display: block;
  padding: 10px;
  position: relative;
  /*margin-bottom: 15px;*/
  border-bottom: 1px solid #ccc;
}
#fastpageoptionbox {
    height: 130px;
    /*position: absolute;*/
    top: 430px;
    width: 100%;
    overflow-y: auto;
    /*background-color:#f00;*/
}
#fastpageoptions {
    padding-top: 15px;
}
#fastpageoptions label {
    width: 50%;
    display: inline-block;
}
#fastpageoptions input {
    /*width: 58%;*/
    width: 45%;
    margin-bottom: 5px;
}
#fastpagebuttons {
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    height: 35px;
    text-align: right;
    /*background-color: #00f;*/
}
.fastpage_alert {
    color: #900;
    font-weight: bold;
    font-style: italic;
}
.fastpage_layoutimage {
    width: 120px;
    margin: 0 5px 5px 0;
    padding: 5px;
    display: inline-block;
    border: 1px solid #eee;
}
.fastpage_description {
    /*height: 75px;*/
    word-wrap: break-word;    
    white-space: normal;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 5px;
}

.fastpagetitle h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.fastpagedescription p {
    font-size: 0.6em;
    margin-bottom: 5px;
}

#fastpagebox dt {
    font-weight: bold;
}

#fastpagebox dd {
    padding-left: 20px;
}
.fastpageimage {
    width: 58%;
    float: left;
}
.fastpageimage img {
    max-width: 100px;
    height: auto;
    margin-right: 5px;
}
.fastpagedescription {
    width: 40%;
    float: right;
    padding-right: 3%;
    position: relative;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#fastpagecreate {
	bottom: 0;
	margin: 0;
}
.layoutTitle {
  display: block;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform:uppercase;
}
