label {
	display: block;
}

textarea {
	width: 300px;
}

.row {
    width: 100%;
}

.row div {
    display: inline;
    position: relative;
}

.mouseover img {
    /* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}

.purchaseable img {
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.60;
}

.purchased img {
    /* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity:1;
}
