/* 
    Document   : supplemental.css
    Created on : Jul 21, 2010, 11:00:38 AM
    Author     : John
    Description:
        These are additional styles for the "Add a Site" page that aren't used anywhere else.
*/

.popped, .popped #wrap, 
.popped .header-wrap, 
.popped.widescreen .header-wrap 
.popped #content, 
#content {
    width:530px;
}

#content {
    margin-left:auto;
    margin-right:auto;
    float:none;
    display:block;
}

/*
#content:after {
    content:".";display:block;height:0;clear:both;visibility:hidden;
}
*/
.popped header {
    margin-bottom:2em;
}



#tagoptions {
    width:22em;
    white-space: normal;
    word-wrap: normal;
    display:block;
}
#tagoptions li {
    display:inline-block;
    margin:0 0.2em;
}

.hint {
    font-size:0.833em;
    font-weight:normal;
    margin-left:1em;
}

#tagoptions li {
    cursor:pointer;
}

.siteform .firstcol {
    float:left;
    width: 22em;
}

.siteform .secondcol {
    float:right;
    clear:none;
}

.siteform .submit {
    clear:right;

}

.siteform .item {
    clear:right;
    float:right;
    margin-top:1em;
    padding:0;
 
}

.siteform .positioncontrol {
    clear:right;
    float:right;
}

.success {font-size:1.2em;margin:1em 0;}

.siteform .secondpanel {
    margin-right:0;
    width:20em;
}

.siteform input, .siteform textarea {
    width:21em;

}
