.container
{
	overflow: hidden;
        display: block;
}

input.formElement[type="checkbox"]
{
    float: right;
    margin-right: 59.2%;
}

select.formElement
{
    float: right;
    margin-right: 60.5%;
}

select.formElement[multiple="multiple"]
{
    margin-right: 84.9%;
}

html select.formElement
{
    margin-right: 41%;
}

input.formElementText
{
    float: right;
    margin-right: 40.5%;
    width: 150px;
}

.imgFix
{
    margin-top: -4px;
}

.thumbnailView
{
	height: 200px;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.itemheader
{
    width: 638px;
}