﻿div.searchjob {
    margin: 25px auto 0;
    overflow: hidden;
    width: 760px;
}

.watermarked {
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: aliceBlue;
    color: gray;
}

div.add-job {
    float: right;
    line-height: normal;
    margin: 0 0 0 0;
    background-color: #ff6a00;
    width: 170px;
    text-align: center;
    height: 23px;
    vertical-align: middle;
    margin-right: 30px;
    padding-top: 3px;
      border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.addjob {
    padding: 29px;
    margin-top: 20px;
    width: 400px;
}

    .addjob .label {
        font-weight: bold;
        padding-top: 0px;
        vertical-align: text-top;
    }

    .addjob .AspNet-RadioButtonList-Item {
        list-style-type: none !important;
    }

        .addjob .AspNet-RadioButtonList-Item input {
            margin-right: 4px;
        }

    .addjob ul {
        margin-left: 4px;
    }

.addcompany label {
    font-weight: bold;
    
    vertical-align: text-top;
}
.addcompany td {
    padding-top: 10px;
}

.companylogo {
    overflow: hidden;
    float: right;
    width: 190px;
    margin: 20px 0;
    padding-right: 20px;
}

div.jobs ul li {
    list-style-type: none;
    font-size: 13px;
    margin: 0;
}
div.jobs span.new-job {
    float: left;
    position: relative;
    left: -24px;
    top: 10px;
    background-color: #ff6a00;
    font-weight: bold;
    color: white;
    font-size: 7px;
    text-transform: uppercase;
    margin: 0;
    margin-right: -35px;
    padding: 3px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.jobs a {
    display: block;
    padding: 10px;
    margin: 0;
    color: #888;
    border-bottom: 1px solid #E8E8E8;
    text-decoration:none;
}
div.jobs ul li a span.city {
    color: black;
    font-weight: bold;
    margin-right: 10px;
}
div.jobs ul li a span.title {
    color: black;
    font-weight: normal;
    text-decoration: underline;
    margin-right: 5px;
}
div.jobs ul li a span.company {
color: black;
font-weight: normal;
margin-left: 5px;
}
div.jobs ul li a span.date {
color: #948B6E;
font-weight: normal;
float: right;
font-size: 10px;
}
div.jobs ul li a.delete-job {
    display:inline;
    padding:0px;
}