/*taken from book for irealator*/
.panel p.normalText {
    text-align: left;
    padding: 0 10px 0 10px;
}

.panel > h2 {
    margin: 3px 0 10px 10px;
}

/*taken book for irealator form*/
.altLabel {
    position: absolute;
    margin: 16px 15px 0 6px;
    font-size: 14px;
    color : black;
}

.altInput {
    padding-left: 60px;
}

select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 6px 6px 6px 144px;
    font-size: 16px;
    font-weight: normal;
}

/*main logo*/
.main-logo {
    text-align: center;
}

/*main links*/

/*tom article thumbnails*/
.asset-link-thumbnail {
    margin-right: 4px;
    width: 50px;
    height: 50px;
}

.asset-link {
    padding: 8px;
    border-bottom: 1px solid #CCCCCC;
    text-overflow: ellipsis;
}

body > ul > li > div > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(images/iui/listArrow.png) no-repeat right center;
}

/**********************************************************/

/*tom styling for articles*/
.article-text {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 30px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    color: #9900FF;
}

/*Article h2*/
. h2 . article-headline {
    color: #9900FF;
    text-align: center;
}

/*tom footer*/
.iphonefooter {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #eaeaea url(images/mobislim/footer.png) repeat-x;
    padding: 6px;
    font-size: 13px;
    color: #777777;
}

.iphonefooter .footerButtons {
    position: relative;
    overflow: hidden;
}

.iphonefooter .footerCopy {
    position: relative;
    top: 3px;
}