#vacancie_add, #resume_add table {
 width: 576px;
}
/* Редактирование резюме */
table.resume_add_container {
 border: 0;
 border-collapse: collapse;
 font-size: 70%;
 margin-top: 1em;
 width: 100%;
}
span.cat_comment {
 color: #ccc !important;
 font-size: x-small !important;
}
table.resume_add_container h1 {
 font-size: 150% !important;
}
table.resume_add_container form {
 font-size: 100% !important;
}
table.resume_add_container tfoot {
 text-align: center;
}
table.resume_add_container th {
 padding: 0.6em 0 0 1em;
 text-align: left;
}
table.resume_add_container td {
 padding-left: 1em;
}
table.yellow {
 background: #ffb400 url('/images/design/spa_right.gif') repeat-y right;
 color: #fff;
}
table.yellow th {
 background: url('/images/design/c/ora1.gif') no-repeat top left;
}
table.yellow td {
 padding-bottom: 2px;
}
span.asterisk {
 color: #f00;
}
/* Формочки */
div#resume_add input, div#resume_add select {
 width: 200px;
}
div#resume_add .noresize {
 width: auto;
}
div#resume_add ul#tree {
 margin: 0;
 padding: 0;
}
input#salary {
 width: 130px !important;
}
select#currency {
 width: 70px !important;
}
/* Телефоны в резюме */
table.phone_form {
 border: 0;
 border-collapse: collapse;
 margin-top: 1em;
}
table.phone_form input {
 margin: 0 auto 0 auto;
}
table.phone_form input.noresize {
 width: auto !important;
}
div#phones_add_link {
 font-size: 70%;
 text-align: right;
 width: 576px;
}
div#phones_load_indicator {
 display: none;
 line-height: 16px;
}
div.phone {
 height: 22px;
 line-height: 22px;
}
#phones_container span {
 border-bottom: #CCCCCC 1px solid;
 display: block;
 float: left;
 width: 185px;
}
span.phone_type {
 display: block;
 float: left;
 width: 200px;
}
span.phone_num {
 display: block;
 float: left;
 padding-right: 10px;
 width: 200px;
}
/* Опыт работы */
div#exp_container {
 border-top: 1px solid #CCCCCC;
 margin-bottom: 0.6em;
 padding-top: 0.6em;
}
div.exp_add {
 border-bottom: 0 !important;
 padding-top: 0.6em;
}
div.exp {
 border-bottom: 1px solid #CCCCCC;
 margin-bottom: 0.6em;
 padding: 10px 0;
}
div.exp div {
 min-height: 20px;
}
div.exp div div.exp_left {
 float: left;
 height: 20px;
 line-height: 20px;
 margin: 0 2px 2px 0;
 width: 156px;
}
div#exp_add_link {
 font-size: 70%;
 text-align: right;
 width: 576px;
}
div#exp_load_indicator {
 display: none;
 line-height: 16px;
}
div.exp_add select {
 margin: 0 2px 2px 0;
 width: 100px !important;
}
div.exp_add input {
 margin: 0 2px 2px 0;
 width: 320px !important;
}
div.exp_add input.noresize {
 margin: 10px 0 15px 0;
 width: auto !important;
}
div.exp_add textarea {
 height: 90px;
 width: 320px;
}
input#work_start_y, input#work_end_y {
 width: 40px !important;
}
/* Формочки в резюме */
#vacancie_add, #resume_add table {
 width: 576px;
}
div#vacancie_add input, div#resume_add input {
 width: 400px;
}
div#vacancie_add select, div#resume_add select {
 width: 406px;
}
div#resume_add #username {
}
div#vacancie_add .noresize {
 width: auto;
}
div#vacancie_add ul#tree {
 margin: 0;
 padding: 0;
}
input#salary_start, input#salary_end {
 width: 105px !important;
}
input#age_start, input#age_end {
 width: 105px !important;
}
select#cur_id {
 width: 70px !important;
}
textarea#description {
 height: 150px;
 width: 400px;
}
#vacancie_add, #resume_add table.yellow {
 width: 100%;
}
/* Сохранение */
textarea#skills {
 height: 120px;
 width: 400px;
}
input#doSaveResume, input#doSaveVacancie, input#cancelSave {
 margin-top: 1em !important;
 width: 120px !important;
}
input#doSaveResume, input#doSaveVacancie {
 margin: 0 10px 0 auto;
}
input#cancelSave {
 margin: 0 auto 0 10px;
}
/* Список резюме пользователя */
table.list_resume {
 border: 1px solid #ddd;
 border-bottom: 0px;
 border-collapse: collapse;
 border-right: 0px;
 margin-right: auto;
 width: 95%;
}
table.list_resume th, table.list_resume td {
 text-align: center;
 vertical-align: middle;
}
table.list_resume th {
 background-color: #667da4;
 color: #fff;
 font-size: 100%;
 font-weight: normal;
 padding: 2px;
}
table.list_resume th a {
 color: #fff;
}
table.list_resume td {
 border-bottom: 1px solid #ddd;
 border-right: 1px solid #ddd;
 padding: 3px;
}
table.list_resume td span {
 line-height: 16px;
}
table.list_resume th.alignLeft, table.list_resume td.alignLeft {
 text-align: left;
}
a.sN {
 color: #f00 !important;
}
/* Ошибки */
div.form-errors {
 background-color: #ffc;
 border: 1px solid #f33;
 margin-bottom: 10px;
}
div.form-errors h2 {
 background: #f33 url(/images/silk/error.png) no-repeat 5px 2px;
 color: #fff;
 font-size: 90%;
 padding: 5px 20px 5px 25px;
}
div.form-errors dl {
 margin: 0;
 padding: 5px;
}
div.form-errors dt, div.form-errors dd {
 font-size: 70%;
 height: 16px;
 line-height: 16px;
}
div.form-errors dt {
 float: left;
 font-weight: bold;
 padding-right: 5px;
}
div.form-errors dd {
 margin: 0;
}
/* Отображение объявления */
p.description, div.description {
 background: #f1f1f1;
 border: 1px solid #ffb400;
 display: block;
 padding: 0.5em;
}
table.dependencies {
 border: 0;
 border-collapse: collapse;
 font-size: 90%;
 margin: 0;
 padding: 0;
 /*width: 100%;*/
}
table.dependencies td.key {
 font-weight: bold;
 padding-right: 10px;
 white-space: nowrap;
 width: 20%;
}
table.dependencies td.value {
 width: 80%;
}
p.date_add {
 color: #b8b8b8;
 font-size: 90%;
 text-align: right;
}
#author_container .date_add {
 float: right;
 margin: 0;
 width: 45%;
}
div.author_photo {
 float: left;
 margin: 1em;
}
div.author {
 background: #f6f6f6;
 border: 1px solid #ffe6a9;
 border-left: 0;
 border-right: 0;
 margin-top: 0.5em;
 padding: 0.5em;
}
.author .dependencies td {
 padding-bottom: 10px !important;
}
div.description {
 background: #f6f6f6;
 border: #ffe6a9 solid;
 border-width: 1px 0;
 margin-top: 0.5em;
 padding: 0.5em 20px;
}
table.experience {
 border: 0;
 border-bottom: 1px solid #ffe6a9;
 border-collapse: collapse;
 margin: 0.3em auto 1em 0;
 padding: 0;
 /*width: 100%;*/
}
.f1 table.experience {
 font-size: 90%;
 margin-bottom: 20px;
}
table.experience td.key {
 font-weight: bold;
 width: 20%;
 white-space: nowrap;
}
table.experience td.value {
 width: 80%;
}

