body {
    background: #8bc6e2 url('../images/bg.gif') top left repeat-x;
    text-align: center;
    min-width: 410px;
}

ul {
    padding: 0;
    margin: 0;
    padding-left: 0px;
    margin-left: 0px;
    width: 410px;
}

li {
    font-family: Arial, Verdana;
    font-size: 16px;
    color: #fff;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

p {
    font-family: Arial, Verdana;
    font-size: 16px;
    color: #fff;
}

h2 {
    font-family: Arial, Verdana;
    font-size: 22px;
    color: #fff;
}

a:link,
a:active,
a:visited {
    color: #fff;
    text-decoration: none;
}

#wrap {
    margin: 0 auto;
	width: 410px;
	text-align: left;
}

#content {
    margin-left: 15px;
}

#employeeform {
    position: relative;
    width: 351px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    background-color: #f2f4d1;
    margin-top: -5px;
}

    #employeeform p {
        color: #cf7000;
    }

    #employee_cv {
        height: 140px;
    }

#employerform {
    position: relative;
    width: 351px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    background-color: #6fa67c;
    margin-top: -5px;
    display: none;
}

    #employerform p {
        color: #c9f192;
    }

    #employer_message {
        height: 140px;
    }

#footer {
    margin-top: 50px;
}

.formelement {
    width: 100%;
}

.desc {
    color: #fff;
}

#logo {
    border: 0;
}


#tabs {
    position: relative;
    margin-top: 50px;
}

.tab {
    position: absolute;
    display: block;
    top: -31px;
    left: 0px;
    cursor: pointer;
}

.tab2 {
    left: 110px;
}