/* profilePhoto */
#profilePhoto .profilePhoto {
    width: 300px;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#profilePhoto .profilePhoto img {
    width: 100%;
    height: 100%;
}

#profilePhoto .profilePhoto {
    width: 300px;
    height: 300px;
    border: dotted 1px #6A6A6A;
}

#profilePhoto .profilePhotoBox {
    width: 300px;
    float: left;
    padding-left: 20px;
    padding-bottom: 10px;
}

#profilePhoto .profilePhotoBoxEven {
    padding-left: 0;
    padding-right: 30px;
}

#modifyImage-originalContainer img {
    border: 1px dotted black;
}

#modifyImage-modifiedContainer {
    border: 1px dotted black;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.modifyImage-buttonContainer {
    padding-left: 20px;
    padding-bottom: 10px;
}

.modifyImage-buttonPadding {
    padding-left: 10px;
    padding-bottom: 10px;
}

.modifyImage-buttonWidth {
    width: 120px;
}

.modifyImage-buttonBCWidth {
    width: 70px;
}

.modifyImage-editBCWidth {
    width: 30px;
    text-align: right;
}

.modifyImageButton {
    white-space: nowrap;
    padding-bottom: 10px;
}

.modifyImageEdit {
    padding-right: 15px;
    float: left;
}

img.roundedCorners {
    -moz-border-radius: 0.4em /*{global-radii-blocks}*/;
    -webkit-border-radius: 0.4em /*{global-radii-blocks}*/;
    border-radius: 0.4em /*{global-radii-blocks}*/;
}

.profilePhotoThumbnail img {
    max-width: 65px;
    max-height: 65px;
    margin-right: 15px;
}
