div#requestcatalog div#buffer
{
	float: left;
	width: 25%;
}

div#requestcatalog div#inset
{
	float: left;
	text-align: left;
	width: 380px;
}

div#requestcatalog div#inset div
{
	float: left;
	font-size: 10pt;
}

div#requestcatalog div#firstname,
div#requestcatalog div#city,
div#requestcatalog div#ZIP,
div#requestcatalog div#dayphone,
div#requestcatalog div#email
{
	width: 175px;
}

div#requestcatalog div#address,
div#requestcatalog div#city,
div#requestcatalog div#ZIP
{
	clear: left;
}

div#requestcatalog div#address div
{
    margin-bottom: 4px;
}

div#requestcatalog div#address input
{
	width: 320px;
}

div#requestcatalog div#submit input
{
    float: right;
}

div#requestcatalog div#picture
{
    float: right;
    margin: 50px 20px 0px 0px;
}

div#requestcatalog div.validation
{
    width: 100%;
}

div#requestcatalog span.required
{
    white-space: nowrap;
}