﻿/*div.imagecontrol {
    position: relative;
}

div.imageborder {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 2px;
}

div.imagecontrol img {
    border-radius: 2px;
}

div.aspectcorrect {
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

div.aspectcorrect > img {
    position: absolute;
}

div.imagecontrol input[type=file] {
    position:absolute;
    opacity: 0;
    cursor: pointer;
}

div.progressbar {
    position: absolute;
    line-height: 20px;
    width: 70px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-left-color: #999;
    border-bottom-color: #888;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    display: none;
}

div.progressbar-text {
    font-family: Verdana;
    font-size: 10px;
    position: relative;
    left: -4px;
    text-align: right;
    width: 100%;
}

div.imagecontrol.square_small, div.imagecontrol.square_small input[type=file] {
    width: 66px;
    height: 66px;
}

div.imagecontrol.square_thumb div.aspectcorrect {
    width: 50px;
    height: 56px;
}

div.imagecontrol.square_small div.aspectcorrect {
    width: 60px;
    height: 60px;
}

div.imagecontrol.square_small div.progressbar {
    width: 40px;
    margin-left: 24px;
}

div.imagecontrol.square_medium, div.imagecontrol.square_medium input[type=file] {
    width: 126px;
    height: 126px;
}

div.imagecontrol.square_medium div.aspectcorrect {
    width: 120px;
    height: 120px;
}

div.imagecontrol.square_medium div.progressbar {
    width: 80px;
    margin-left: 44px;
}

div.imagecontrol.square_large, div.imagecontrol.square_large input[type=file] {
    width: 298px;
    height: 298px;
}

div.imagecontrol.square_large div.aspectcorrect {
    width: 292px;
    height: 292px;
}

div.imagecontrol.square_large div.progressbar {
    width: 100px;
    margin-left: 196px;
}

div.widescreen {
    width: 320px;
    height: 180px;
}

div.standard {
    width: 240px;
    height: 180px;
}

div.standard_small {
    width: 120px;
    height: 90px;
}

div.portrait {
    width: 180px;
    height: 320px;
}

div.square {
    width: 240px;
    height: 240px;
}

.inpImageUrl {
    display: none;
}*/

div.imagecontrol {
    position: relative;
}

div.imageborder {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 2px;
}

div.imagecontrol img {
    border-radius: 2px;
}

div.aspectcorrect {
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

div.aspectcorrect > img {
    position: absolute;
}

div.progressbar {
    position: absolute;
    top: 0;
    line-height: 20px;
    width: 70px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-left-color: #999;
    border-bottom-color: #888;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    display: none;
}

div.progressbar-text {
    font-family: Verdana;
    font-size: 10px;
    position: relative;
    left: -4px;
    text-align: right;
    width: 100%;
}

.inpImageUrl {
    display: none;
}

.imagecontrol input[type=file] {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

