.widget-col1 { float: left; width: 320px; }
.widget-col2 { margin: 0 0 0 340px; }

#LocationSearch,
#DisplayName, 
#CreateWidget { width: 100%; }
#Width, #Height, #NumberOfResults { width: 50px; }
#widget-code { width: 100%; height: 150px; font-size: 12px; }
#widget-preview-holder { margin: 0 0 0 100px; }
#Office { width: 100%; }

.code { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }

.widget-col1 h3,
.widget-col2 h3
{
    font-size: 17px;
    font-weight: 600;
    line-height: 36px;
}

.widget-form
{
    margin: 0 0 30px;
    padding: 10px;
    background: #fff;
    background: rgba(255,255,255,0.75);

    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.widget-form label
{
    font-weight: bold;
}

.widget-form input
{
    padding: 5px;
}

.editor-label,
.editor-field
{
    float: left;
}

.editor-label
{
    clear: left;
    margin: 8px 3% 0 0;
    width: 30%;
    text-align: right;
}

.editor-field
{
    margin: 0 0 5px;
    width: 67%;
}
        
.submit-field
{
    clear: both;
    padding: 10px 0 5px;
}

.location-search
{
    position: relative;
    height: 32px;
}
        
.location-search-holder
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.location-search .ui-autocomplete-results 
{
    background: #fff;
    border-top: 1px solid #ABADB3;
}

.widget-form .ui-tabs-nav 
{
    margin: 0 0 10px;
}

.widget-form .ui-tabs-nav li
{
    margin: 0 0 0 10px;
    float: left;
}

.widget-form .ui-tabs-selected 
{
    font-weight: bold;
}

body.widget .tab-nav li.map {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
}

body.widget #sa-map {
    height: 350px;
}