#modal_bg {
	display:none;
	width:100%;
	height:100%;
	text-align:center;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:99;}
.modalWindow {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    margin-top: 116px;
    width: 689px;
    min-height: 50px;
    border: #9d9d9d solid 1px;
    padding: 26px 34px;
}
.modalHeader {
	position:relative;
	height:40px;
	}
.modalHeader p {
	color:#000;
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
	margin:0px;
	padding: 0;
    font-weight: bold;
	}
.closeWindow {
    font-family: Tahoma;
    font-size: 11px;
    color: #9d9d9d;
    cursor: pointer;
    float: right;
    margin-top: -28px;
}

.modal_content {
    margin: 20px;
}
.post_form {
    font-size: 12px;
}
.steps {
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
.step h3 {
    font-size: 18px;
    color:#333333;
    margin: 0px;
    font-weight: 100;
    cursor:pointer;
}
.steps div, .steps div h3 {
    display: inline-block;
    width:235px;
    padding: 5px 5px;
    margin: 0px;
}
.steps div {
    text-shadow: #fff 1px 1px 1px;
}
.active_step {
    background-color: #fff;
    margin-left: 0px;
}
.input-file, .input-url {
    text-align: center;
    margin-bottom: 10px;
}
.input-url input {
    width: 375px;
}
.upload-button {
    text-align: center;
}
.form-new-collection {
    text-align: center;
}
/*new styles*/
.ava-descr {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
}
.upload_avatar {
    width: 180px;

    margin: 10px auto;

}
.status-error {
    background: #fffde2;
    border: #fdc58c solid 1px;
    padding: 9px 15px;
    margin-bottom: 20px;
    display:none;
}
.error-title {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #1c1c1c;
}
.error-description {
    font-size: 12px;
    font-family: Arial;
    color: #1c1c1c;
    line-height: 1.7;
    margin-top: 6px;
}
.images {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#photo {
    max-width: 575px;
    max-height: 411px;
}
#photo-journal {
    max-width: 575px;
    max-height: 411px;
}
#photo-publisher {
    max-width: 575px;
    max-height: 411px;
}
.select-area {
    margin: 1px 0 12px 0;
}
.save-avatar {
    width: 180px;
}
.to-prev-step {
    width: 137px;
    margin-left: 16px;
}
.ava-button-area {
    text-align: center;
    margin-top: 25px;
}
.images .step-3 {
    max-width: 243px;
}
.right_col .preview_original_avatar, .preview_mini {
    width:185px;
    height:267px;
    overflow:hidden;
    border: solid 1px #d5d5d5;
    text-align:center;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.preview_mini{
    width:100px;
    height:100px;
    margin-left: 14px;
}
.preview_mini-journal {
    width:106px!important;
    height:160px!important;
}
.preview_micro-journal {
    width:50px!important;
    height:76px!important;
}
.preview_micro {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 121px;
    right: 244px;
}