
.launcher-head, .launcher-main {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.launcher-head .instructions-head-title {
    border: 0 none;
    clear: none;
    color: #114C7F;
    display: inline-block;
    font-size: 29px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 0;
    text-decoration: none;
}
.launcher-head .instructions-head-description {
    color: #666666;
    padding: 0 0 13px;
}
.launcher-head .instructions-head-description a {
    color: #0066CC;
    text-decoration: none;
}
.launcher-head .instructions-head-description a:hover {
    color: #478ED8;
}
.launcher-main .instructions-main-container {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    color: #5D5D5D;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 25px;
	min-height: 0;
}
.launcher-main .instructions-main-image {
	display: inline-block;
	float: none;
    margin: 1px;
	vertical-align: top;
	width:	300px;
}
.launcher-main .instructions-main-panel {
    display: inline-block;
	float: none;
	font-size: 12px;
    padding: 20px;
	width: 410px;
}
.launcher-main .instructions-main-title {
    font-size: 16px;
    font-weight: bold;
}
.launcher-main .instructions-main-description {
    margin-top: 20px;
}
.launcher-main .instructions-main-list {
    list-style-type: circle;
}
.launcher-main .instructions-main-list li {
    left: -17px;
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}
.launcher-main .instructions-main-list li:before {
    color: #FF9933;
    content: "•";
    font-size: 15px;
    left: -4px;
    max-height: 0;
    max-width: 0;
    position: relative;
    top: 0;
}
.launcher-main .instructions-main-list.no-bullet li:before {
    content: "" !important;
}
.launcher-main .instructions-main-list.no-bullet li {
    float: left;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 4px 0 2px;
    width: 33%;
}
.launcher-main .instructions-main-list.no-bullet li h2, .launcher-main .instructions-main-list.no-bullet li p {
    color: #666666;
    margin: 12px;
    max-width: 280px;
}

div.gloss {
	display: none;
}