/* link ako button */
span.button {
    background:url(/public/themes/images/button-left.gif) no-repeat center left;
    color:#656363;
    font-weight:bold;
    white-space:nowrap;
    padding:15px 0px;
}
span.button span.buttonEnd {
    background:url(/public/themes/images/button-right.gif) no-repeat 100% 50%;
    padding:15px 0px;
}
span.button a.button {
    color:#656363;
    text-decoration:none;
    padding:15px 21px;
    cursor:pointer;
}
span.button input.button {
    color:#656363;
    text-decoration:none;
    padding:15px;
    cursor:pointer;
    background: none;
    border: none;
}

span.c_button {
    background:url(/public/themes/images/c-button-left.gif) no-repeat center left;
    color:#656363;
    font-weight:bold;
    white-space:nowrap;
    padding:15px 0px;
}
span.c_button span.c_buttonEnd {
    background:url(/public/themes/images/c-button-right.gif) no-repeat 100% 50%;
    padding:15px 0px;
}
span.c_button a.c_button {
    color:#656363;
    text-decoration:none;
    padding:15px;
    cursor:pointer;
}

/* button 3 */
span.button3 {
    background:url(/public/themes/images/button3-left.gif) no-repeat center left;
    color:#656363;
    font-weight:bold;
    white-space:nowrap;
    padding:6px 0px;
}
span.button3 span.button3End {
    background:url(/public/themes/images/button3-right.gif) no-repeat 100% 50%;
    padding:6px 0px;
}
span.button3 a.button3 {
    color:#656363;
    text-decoration:none;
    padding: 6px 15px 6px 15px;
    cursor:pointer;
}
/* button 4 */
span.button4 {
    background:url(/public/themes/images/button4.gif) no-repeat 0% 50%;
    color:#656363;
    font-weight:bold;
    white-space:nowrap;
    padding:6px 0px;
}
span.button4 span.button4End {
    background:url(/public/themes/images/button4End-arrow.gif) no-repeat 100% 50%;
    padding:6px 0px;
}
span.button4 span.button4End.iconPlus {
    background:url(/public/themes/images/button4End-plus.gif) no-repeat 100% 50%;
}
span.button4 a.button4 {
    color:#7D7D7D;
    text-decoration:none;
    padding: 6px 28px 3px 15px;
    @padding: 6px 28px 6px 15px;
    cursor:pointer;
    font-size: 1em;
}
span.button4 input.button4 {
    color:#656363;
    text-decoration:none;
    padding: 6px 28px 3px 15px;
    cursor:pointer;
    background: none;
    border: none;
}

/* Formulare */
form {
    margin:0em;
    padding:0em;
}
form textarea, form input, form .field, form select {
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size:1.2em;
    vertical-align:middle;
}
input.readonly{
    color: #666464;
    cursor:inherit;
}
form .text {
    width:250px;
}
form .longtext {
    width: 360px;
}
form .mediumtext {
    width: 300px;
}
form .shorttext {
    width: 110px;
}
#createJobOfferForm .co_field, #createJobOfferFormStepTwo .co_field {
    width: 470px;
}
#createJobOfferForm select.co_field, #createJobOfferFormStepTwo select.co_field {
    width: 477px;
}
#createJobOfferForm select.co_half_field {
    width: 220px;
}
#createJobOfferForm .co_btn_field {
    width: 30px;
}
#createJobOfferForm table td {
    padding-top: 10px;
}
#jobofferEditForm .co_field {
    width: 470px;
}
#jobofferEditForm select.co_field {
    width: 477px;
}
#jobofferEditForm select.co_half_field {
    width: 220px;
}
#jobofferEditForm .co_btn_field {
    width: 30px;
}
#jobofferEditForm table td {
    padding-top: 10px;
}
form .field {
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
form .field.login {
    width: 180px;
    background:url(/public/themes/images/form-input-bg2.gif) no-repeat top left #F0F0F0;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
form .field.disabled {
    background:url(/public/themes/images/form-input-bg2.gif) no-repeat top left #F0F0F0;
}


/* CONTACTS IMPORT */
#import_contactsfile label{
	font-weight: bold;
    display: block;
    padding: 0 0 5px 0;
}
#import_contactsfile input.text{
	background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
	float: left;
}
#import_contactsfile input.submit{
	width:70px;
	padding:4px 30px 4px 4px;
	background:  url(/public/themes/images/ico-go-large.gif) no-repeat right center;
	background-color: transparent;
	border: 0 none;
	color:#666464;
	float: right;
	cursor: pointer;
}
#import_contactsfile p.desc{
	padding: 10px 0;
}
#import_contactsfile div.desc{
	padding: 10px 0 10px 30px;
	background: url(/public/themes/images/icon-key-green.gif) no-repeat left center;
	clear: both;
}
/* MANUAL CONTACTS IMPORT */
#import_manualy table.formContainer{
    margin: 10px 0;
    width: 100%;
}
#import_manualy table tr.inputline td{
    padding: 3px 0;
}
#import_manualy table tr.inputline td div{
    padding: 2px 0;
    background: #DBDFE0;
}
#import_manualy td.forename{
    text-align: left;
}
#import_manualy td.surname{
    text-align: center;
}
#import_manualy td.email{
    text-align: right;
}
#import_manualy label{
    display: inline-block;
    font-weight: bold;
    text-align: left;
}
#import_manualy input{
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
#import_manualy div.submit{
    height: 25px;
    margin: 10px 5px 0 0;
    background: url(/public/themes/images/button_submit_right_large.gif) no-repeat right top;
    float: right;
}
#import_manualy input.submit{
    height: 25px;
    padding: 0 20px 5px 5px;
    background: url(/public/themes/images/button_submit_left.gif) no-repeat left top;
    border: 0 none;
    color: #666464;
    font-size: 0.9em;
    cursor: pointer;
}
#import_manualy td.forename label,#import_manualy td.forename input{
    width: 150px;
}
#import_manualy td.surname label,#import_manualy td.surname input{
    width: 150px;
}
#import_manualy td.email label,#import_manualy td.email input{
    width: 170px;
}
#import_manualy td input.failed{
    border: 1px solid #ff0000;
}
#import_manualy p.desc{
	padding: 10px 0;
}
#import_manualy div.desc{
	padding: 10px 0 10px 30px;
	_padding: 0px 0 10px 30px;
	background: url(/public/themes/images/icon-key-green.gif) no-repeat left center;
	_background: url(/public/themes/images/icon-key-green.gif) no-repeat left top;
}
/* ADDRESS BOOK */
#check_contacts div{
	width: 15px;
}
/* Vyhladavanie ludi */
.formPeopleSearch {
    width:100%;
    margin-top:1em;
}
.formPeopleSearch td {
    vertical-align:bottom;
}
.formPeopleSearch td.buttons {
    text-align:right;
}
.formPeopleSearch label {
    font-weight:bold;
    margin-bottom:0.3em;
    display:block;
}
.formPeopleSearch .submitButton {
    background:url(/public/themes/images/ico-search.gif) no-repeat top right;
    min-height:25px;
    _height:25px;
    padding:0 27px 0 0;
    border:none;
    font-size:1em;
    color:#666464;
    cursor:pointer;
}
.formPeopleSearch .name, .formPeopleSearch .surname {
    width:204px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
/* Pozvanky */
.formInvitation {
    width:100%;
    margin-top:1em;
}
.formInvitation td {
    vertical-align:bottom;
}
.formInvitation td.buttons {
    text-align:right;
}
.formInvitation label {
    font-weight:bold;
    margin-bottom:0.3em;
    display:block;
}
.formInvitation .submitButton, .myjoblife_invite_form .submitButton {
    background:url(/public/themes/images/ico-go.gif) no-repeat top right;
    min-height:25px;
    _height:25px;
    padding:0 27px 0 0;
    border:none;
    font-size:1em;
    color:#666464;
    cursor:pointer;
}
.formInvitation .name, .formInvitation .surname, .formInvitation .email {
    width:120px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}

form label.required {
    color: #E2001A;
}
form .required {
    color: #E2001A;
}

.required_info {
    margin: 15px 0px 5px 0px;
    text-align: center;
    color: #E2001A;
}

.registrationFormContainer {
    text-align: center;
}
.registrationFormContainer2 {
    text-align: left;
}
.registrationForm {
    margin: 1em auto;
    text-align: left;
    width:750px;
}
.registrationForm td {
    vertical-align:bottom;
    text-align: left;
    padding-bottom:15px;
}
.registrationForm td.buttons {
    text-align:right;
}
.registrationForm label {
    font-weight:bold;
    text-align: right;
    float:left;
    width: 150px;
    margin:0px 10px 0px 0px;
    padding: 5px 0px;
}
.registrationForm input {
    float:left;
}
.registrationForm .field {
    width:200px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
.registrationForm .field.required {
    background:url(/public/themes/images/form-input-bg2.gif) no-repeat top left #FFF;
}
.registrationFormContainer h4 span.not_required {
    font-weight: normal;
    font-size: 0.8em;
}
.registrationForm .big {
    width: 450px;
}
#joblife_registration_form .registrationForm a.ns {
    color: #7D7D7D;
    text-decoration: underline;
}
/*
.registrationForm {
    margin: 1em auto 1em auto;
    text-align: left;
}
.registrationForm td {
    vertical-align:bottom;
    text-align: left;
}
.registrationForm td.buttons {
    text-align:right;
}
.registrationForm label {
    font-weight:bold;
    margin-bottom:0.3em;
    displayz:block;
}
.registrationForm .field {
    width:250px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
.registrationFormContainer h4 span.not_required {
    font-weight: normal;
    font-size: 0.8em;
}
*/
.loginForm {
    margin: 1em auto 1em auto;
    text-align: right;
}
.loginForm td {
    vertical-align:bottom;
    text-align: right;
    padding: 5px 2px;
}
.loginForm label {
    color: #7D7D7D;
    font-weight:bold;
    margin-bottom:0.3em;
    display:block;
}
.loginForm .field {
    width:200px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.2em;
    padding:4px 2px 2px 4px;
}
.loginForm a {
    color: #7D7D7D;
}

.profileForm {
    width: 80%;
    margin: 1em auto 1em auto;
    /* color: #7D7D7D; */
}
.profileForm td {
    text-align: left;
    vertical-align: bottom;
}
.profileForm td.photocell {
    width: 130px;
    vertical-align: top;
}
.profileForm td.tp {
    vertical-align: top;
}
.profileForm.education td {
    width: 140px;
}
.profileForm.education td.education_year {
    position: relative;
}
.profileForm.education td.col2 {
    width: 160px;
}
.profileForm.education .education_year_info {
    width: 160px;
    position: absolute;
    left: 50%;
    top: 0px;
}
.profileForm .infotext {
    font-size: 0.9em;
}
.profileForm label {
    font-weight: bold;
    margin-bottom: 0.3em;
    display: block;
    color: #7D7D7D;
}
#settingsForm .profileForm label {
    color: #000000;
    font-size: 1.1em;
}
.profileForm label.noblock {
    display: inline;
    font-weight: normal;
    margin: 3px 0px 3px 0px;
}
.profileForm .field {
    width: 310px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1em;
    padding:4px 2px 2px 4px;
    /* color: #7D7D7D; */
}
.profileForm select.field {
    width: 317px;
}
.profileForm .field.short {
    width: 100px;
}
.profileForm .field.shortest {
    width: 60px;
}
.profileForm .field.medium {
    width: 200px;
}
.profileForm .field.shortname {
    width: 175px;
}
.profileForm textarea.field {
    font-size: 1.05em;
}
.profileForm .warning {
    color: #F00;
}
.profileForm select.select, form select.select {
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFFFFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1em;
    padding:2px 1px 1px 2px;
    /* color: #7D7D7D; */
}
.profileForm select.select2, form select.select2 {
    background:url(/public/themes/images/form-input-bg2.gif) no-repeat top left #ECEEEC;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size:1.1em;
    padding:2px 1px 1px 2px;
    color: #7D7D7D;
}
.profileForm select.disabled, form select.disabled {
    background:url(/public/themes/images/form-input-bg2.gif) no-repeat top left #ECEEEC;
}

form select.select3 {
    background:url(/public/themes/images/form-input-bg2.gif) no-repeat top left #FFF;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    font-size: 0.8em;
    padding:2px 1px 1px 2px;
    color: #7D7D7D;
}

#referenceSearchForm select.rs_select {
    width: 180px;
}
.profileForm select.select.fixedwidth, form select.select.fixedwidth {
    width: 100%;
}

.profileForm td.buttons {
    text-align:right;
}

.defaultSubmitButton {
    background:url(/public/themes/images/ico-go.gif) no-repeat top right;
    min-height:25px;
    _height:25px;
    line-height:25px;
    padding:0px 30px 0px 0px;
    margin: 0px;
    border:none;
    text-align: right;
    font-size:1em;
    color:#666464;
    cursor:pointer;
}

.defaultDeleteButton {
    background:url(/public/themes/images/ico-delete.gif) no-repeat top right;
    min-height:25px;
    _height:25px;
    line-height:25px;
    padding:0px 27px 0px 0px;
    margin: 0px;
    border:none;
    text-align: right;
    font-size:1em;
    color:#666464;
    cursor:pointer;
}

.profileSubmitButton {
    font-family:Verdana,Tahoma,Arial,sans-serif;
    background: url(/public/themes/images/profile_form_submit.gif) no-repeat top left;
    width: 144px;
    height: 42px;
    cursor: pointer;
    border: none;
    font-weight: bold;
    color: #666464;
    text-align:center;
    font-size: 1.2em;
    padding:0 4px;
}

div.profileSubmitButton {
    background:transparent url(/public/themes/images/profile_form_submit.gif) no-repeat scroll center top;
    border:medium none;
    color:#666464;
    display:block;
    height:42px;
    width:104px;
}
div.profileSubmitButton a{
    color:#666464;
    cursor:pointer;
    display:block;
    font-weight:bold;
    height:42px;
    line-height:42px;
    text-align:center;
    white-space:nowrap;
    width:104px;
}
div.profileSubmitButton a:hover{
    text-decoration: none;
}

.defaultSearchButton {
    background:url(/public/themes/images/ico-search.gif) no-repeat top right;
    min-height:25px;
    _height:25px;
    padding:0 27px 0 0;
    border:none;
    font-size:1em;
    color:#666464;
    cursor:pointer;
}

.inputline {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    clear: both;
}

.inputline.right {
    text-align: right;
}

.inputline.center {
    text-align: center;
}

.inputline label {
    display: block;
    width: 120px;
    float: left;
    text-align: right;
    margin: 2px 5px 0px 0px;
    line-height:1.6em;
}
.inputline .detail2{
    display: block;
    width: 230px;
    float: right;
    text-align: left;
    margin: 2px 5px 0px 0px;
    line-height:1.2em;
}
.inputline .left{
    display: block;
    width: 45%;
    float: left;
    margin: 2px 5px 0px 0px;
    line-height:1.2em;
}
.inputline .right{
    display: block;
    width: 45%;
    float: right;
    text-align: left;
    margin: 2px 5px 0px 0px;
    line-height:1.2em;
}

fieldset {
    display:block;
    margin-left:2px;
    margin-right:2px;
    padding:0.35em 0.625em 0.75em;
    border:1px solid #B5B9BA;
}

fieldset .info {
    margin:0.5em 0em 1em 0em;
}

.inputline.loginform label {
    width: 57px;
}

.inputline .short {
    font-size: 1em;
    width: 100px;
    margin: 0px 0px 2px 0px;
    border-right:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;
    border-left:none;
    border-top:none;
    padding: 4px 2px 2px 4px;
    background:url(/public/themes/images/form-input-bg.gif) no-repeat top left #FFF;
}

.inputline .input {
    display: block;
    padding:0 0 5px 125px;
    clear:right;
}
.inputline .input label {
    display:inline;
    width:auto;
    float:none;
}
.inputline .longest {
    width: 98%;
}
.inputline .longest2 {
    width: 98%;
}

form .buttons {
    text-align:right;
}

form.firmSearch {
    text-align:center;
}
form.firmSearch label {
    font-size:1.1em;
    font-weight:bold;
}
form.firmSearch .text {
    width:300px;
}

form.adviceSearch {
    text-align:center;
}
form.adviceSearch label {
    font-size:1.1em;
    font-weight:bold;
}
form.adviceSearch .text {
    width:250px;
}

table.jobSearchForm {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
table.jobSearchForm input{
    font-size: 1em;
}

table.jobSearchForm label {
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-top:9px;
    display: block;
    color: #7D7D7D;
}
table.jobSearchForm td {
    width: 50%;
}
table.jobSearchForm td .jsf_inpt {
    margin-left: 0px;
    margin-bottom: 5px;
}
table.jobSearchForm td .jsf_checkbox {
    margin-left: 0px;
    margin-bottom: 5px;
    min-height: 60px;
    _height: 60px;
    background:#FFFFFF url(/public/themes/images/form-input-bg.gif) no-repeat scroll left top;
    border-color:#F6F6F6;
    border-style:none solid solid none;
    border-width:medium 1px 1px medium;
    font-size:1em;
    padding:4px 2px 2px 4px;
}
table.jobSearchForm td .jsf_inpt select {
    width: 100%;
}
table.jobSearchForm td.jsf_space {
    width: 20px;
    padding-top: 7px;
    color: #7D7D7D;
    font-size: 1.3em;
}
table.jobSearchForm td hr {
    border: none;
    border-bottom: 2px solid #EAEBEB;
    border-top: 1px solid #C2C5C5;
    
}
table.jobSearchForm td.action {
    padding-top: 6px;
}

#buycreditAmount {
    font-size:1.2em;
    width:4em;
    text-align:right;
}

form.myjoblife_invite_form {
    margin: 10px 0px 0px 0px;
}
form.myjoblife_invite_form label {
    color: #666464;
    font-size: 0.9em;
    font-weight: bold;
}
form.myjoblife_invite_form .mif_line {
    margin: 0px 0px 5px 0px;
}
form.myjoblife_invite_form input.mif_name {
    width: 145px;
}
form.myjoblife_invite_form input.mif_email {
    width: 100px;
}

/* PUBLIC FORM */
.publicProfileForm {
    color: #656363;
}

.publicProfileForm .info{
    background: url(/public/themes/images/info.png) no-repeat left center;
    padding: 0 0 0 40px;
}
.publicProfileForm h4 {
    font-size: 1.1em;
}
.publicProfileForm h4.required {
    color: #E2001A;
}
/* DIALOG CONTACT FORM */
.contactForm{
    margin: 1em auto;
}
.contactForm label{
    display: block;
    margin-bottom: 0.3em;
    color: #7D7D7D;
    font-weight: bold;
}
/* INVITE - DELETE CONTACTS FORM */
#invite_delete_contacts div.submit{
    height: 25px;
    margin: 10px 5px 10px 0;
    padding: 0;
    background: url(/public/themes/images/button_submit_right_large.gif) no-repeat right top;
    float: left;
}
#invite_delete_contacts input.submit{
    height: 25px;
    padding: 0 20px 5px 5px;
    margin: 0;
    background: url(/public/themes/images/button_submit_left.gif) no-repeat left top;
    border: 0 none;
    color: #666464;
    font-size: 0.9em;
    cursor: pointer;
    _width: 250px;
}
/* CONTACTS SEND MAIL FORM */
#contact_sendmail div{
    text-align: center;
}
#contact_sendmail textarea{
    width: 98%;
    margin: 10px auto;
}
#contact_sendmail div.submit-left{
    height: 25px;
    margin: 10px 0 10px 5px;
    background: url(/public/themes/images/button_submit_left_large.gif) no-repeat left top;
    float: left;
}
#contact_sendmail div.submit-right{
    height: 25px;
    margin: 10px 5px 10px 0;
    background: url(/public/themes/images/button_submit_right_large.gif) no-repeat right top;
    float: right;
}
#contact_sendmail input.submit{
    height: 25px;
    border: 0 none;
    color: #666464;
    font-size: 0.9em;
    cursor: pointer;
}
#contact_sendmail div.submit-left input.submit{
    padding: 0 10px 5px 20px;
    background: url(/public/themes/images/button_submit_right.gif) no-repeat right top;
}
#contact_sendmail div.submit-right input.submit{
    padding: 0 20px 5px 10px;
    background: url(/public/themes/images/button_submit_left.gif) no-repeat left top;
}
#upload-file{
    background: url(/public/themes/images/upload-progress.gif) no-repeat right center;
    padding: 0 70px 0 0;
    float: left;
}

.searchBlock{
    position: relative;
}
a.searchReset{
    position: absolute;
    top: 7px;
    right: 9px;
    background:#FFFFFF url(/public/themes/images/delete.jpg) no-repeat scroll left center;
    display: block;
    height: 11px;
    width: 11px;
    outline: none;
    cursor: pointer;
}
a.searchReset span{
    display: none;
}

#search_field{
    color: #7D7D7D;
}
div.choose-block{
    margin-top: 3px;
    width: 350px;
    height: 150px;
    padding:4px 2px 2px 4px;
    background:#FFFFFF url(/public/themes/images/form-input-bg.gif) no-repeat scroll left top;
    overflow: auto;
}
div.choose-block a{
    color: #7D7D7D;
}
div.choose-block div.deselect-box{
    background:#FFFFFF url(/public/themes/images/delete.jpg) no-repeat scroll center center;
    height: 15px;
    width: 15px;
    float: left;
}
div.choose-block div.deselect-box a.deselect{
    height: 15px;
    width: 15px;
    display: block;
}
div.choose-block div.deselect-box a.deselect span{
    display: none;
}
div.choose-block div.name-box{
    float: left;
}
/*
div.choose-block a.deselect:hover{
    background:#FFFFFF url(/public/themes/images/delete-hover.jpg) no-repeat scroll left center;
}
*/

div.file_upload{
    height:25px;
    overflow:hidden;
    position:relative;
    /*width:160px;*/
    cursor:pointer;
}
div.file_upload input.file{
    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    
    position: absolute;
    top: 0;
    right: 0px;
    /*cursor:pointer;*/
}
div.file_upload .fakefile{
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    /*width: 160px;*/
    height: 25px;
    line-height:25px;
    /*background: url(/public/themes/praca/images/btn_add2.gif) no-repeat scroll left top;*/
    color:#7D7D7D;
    /*cursor:pointer;*/
    font-size: 1em;
    font-weight:bold;
    padding:0 0px 4px 0;
    text-align: right;
}

