/* start_Copyright_Notice
 Licensed Materials - Property of IBM

 "Restricted Materials of IBM"

 5639-VC6 5639-VM1

 (C) Copyright IBM Corp. 2012 All Rights Reserved.

 US Government Users Restricted Rights - Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with
 IBM Corp.
 end_Copyright_Notice */
.radioItem {
    margin: 10px 0 0 10px;
}

.selectImg > div {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.selectImg {
    margin-bottom: 20px;
    width: 550px;
    height: 174px;
}

.prod_2071_2072 .selectImg {
    background: url("../images/inittool/2071_2072/rears.png") no-repeat scroll 0 0 transparent;
}

.prod_2076 .selectImg {
    background: url("../images/inittool/2076/rears.png") no-repeat scroll 0 0 transparent;
}

.prod_2077 .selectImg {
    background: url("../images/inittool/2077/rears.png") no-repeat scroll 0 0 transparent;
}

.selectImg > div a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 174px;
}

.selectImg > div a:hover {
    cursor: pointer;
}

.selectImg .new a {
    width: 260px;
}

.selectImg .extend a {
    width: 280px;
    margin-left: 2px;
}

.selectImg .desc {
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

.promptArea{
    width: 500px;
    margin: 15px;
}

.promptArea .optionsDiv {
    margin: 10px 0 0 -100px;
}

.promptArea .optionsDiv > span {
    min-width: 100px;
}

.sysCantAccessArea {
    margin: 15px;
}

.prod_2071_2072 .noSysAccessText {
    display: none;
}

.prod_2071_2072 .sysCantAccessArea{
    margin: 0;
}