#content {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000000;
}
#navig8uk {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: 0;
}
#navig8uk h1 {
    font-size: 14pt;
}
#navig8ukBoundaryDetail {
    width: 300px;
    height: 500px;
    margin: 0;
    float: left;
}
#navig8ukBoundaryDetail input[type='submit'] {
    margin: 10px;
}
#navig8ukBoundaryDetail input[type='text'] {
    width: 150px;
}
#navig8ukmap{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#deleteshape {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    display: none;
}
#geoForm, #quoteForm {
    width: 50%;
    height:30px;
    float: left;
}
#quoteForm {
    height: 30px;
    text-align: right;
}
#perimeter {
    position: absolute;
    height: 20px;
    right: 0px;
    bottom: 15px;
    background: #fff;
    padding: 3px;
    display: none;
    z-index: 11;
}
.page {
    height: 525px;
}
#fenceform {
    position: absolute;
    left: 800px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: #fff;
    opacity: 1;
}
#backarrow {
    margin: 5px 10px;
    width: 25px;
    height: 25px;
    background: url("backarrow.png");
    float: left;
}
#fenceform h1 {
    font-size: 16pt;
    float: left;
    margin: 4px;
}
#fenceform p {
    clear: left;
    float: left;
    margin: 0 15px;
}
#fencechoice {
    clear: both;
    height: 90px;
    overflow-x: auto;
    width: 100%;
}
.fcitem {
    float: left;
    margin: 2px;
    border: 2px solid #ffffff;
}
.fcitem:hover {
    border: 2px solid #ccccff;
}
#fencechoice svg {

}
#fencechoice .selected {
    background: #eeeeff;
}
#fenceoptions {
    clear: both;
    margin: 10px;
}
#fenceoptions h2 {
    font-size: 12pt;
}
#fenceoptions p {
    margin: 10px;
}
#gatesdiv {
    width: 70%;
    height: 300px;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
#detailsdiv {
    width: 30%;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 10%;
    text-align: center;
}
#detailsdiv h2 {
    font-size: 12pt;
}
#detailsdiv input {
    width: 100%;
}
#detailsdiv input[type='submit'] {
    margin: 20px 0;
}
#detailsdiv textarea {
    width: 100%;
    height: 100px;
}
.gatedetails {
    clear: both;
    margin: 10px 20px;
}
#formerror {
    width: 200px;
    color: #ff3333;
    margin: 0 auto;
}