body { 
    font-size: 12px;
    margin: 0;
    padding: 0;
}
body, * {
    color: #333333;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}
#wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    min-width: 970px;
    padding: 0;
    text-align: left;
    width: 60em;
    /*border: 1px solid #000000;*/
}
a {
    color: #000033;
    font-weight: bold;
    text-decoration: none;
}
.careerpara {
    color: #5E5B5B;
    font-size: 14px;
    line-height: 35px;
    text-indent: 5px;
    text-transform: none;
}
.menu {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
select {
    background-color: #FFFFFF;
    border-color: #C1C1C1 #EBEBEB #EBEBEB #C1C1C1;
    border-style: solid;
    border-width: 1px;
    padding: 4px 0 0 5px;
    max-width: 160px;
    min-width: 60px;
}
input, textarea {
    background-color: #FFFFFF;
    border-color: #C1C1C1 #EBEBEB #EBEBEB #C1C1C1;
    border-style: solid;
    border-width: 1px;
    padding: 4px 0 0 5px;
}
.button {
    background-color: #F2F9F9;
    border: 2px solid #FFFFFF !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px 2px #E9E9E9;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin: 0;
    outline: medium none;
    padding: 4px 10px !important;
    text-decoration: none;
}
.row1 {
    background-color: #F5F5F5;
}
.row2 {
    background-color: #F5F5F5;
}
.reg_success {
    background-color: #F5F5F5;
    border: 1px solid #F1F1F1;
    color: #339933;
    display: inline-block;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 5px;
}
small {
    font-size: 9px;
    font-weight: normal;
}
.profile_details {
    color: #444444;
    display: block;
    float: left;
    min-width: 110px;
    padding: 8px 5px;
}
.contactFrm {
    background-color: #F5F5F5;
    border: 1px solid #DADADA;
    /*margin-top: 1em;*/
    padding: 10px 10px 0;
    width: auto;
}
.clear {
    clear: left;
}
.copy, .copy:visited {
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.copy:hover	{
    color: #FF0000;
}

