body
{
	position: relative;
	width: 640px;
	height: 480px;
	border: 1px solid #ccc;
}

#widgetOne
{
	position: absolute;
	left: 200px;
	top: 120px;
	background-color: #fff;
	border-color: #fcc;
}

#widgetTwo
{
	position: absolute;
	left: 350px;
	top: 120px;
	background-color: #fff;
	border-color: #fcc;
}

#widgetThree
{
	position: absolute;
	left: 15px;
	top: 120px;
	background-color: #fff;
	border-color: #fcc;
}

#widgetFour
{
	position: absolute;
	left: 500px;
	top: 120px;
	background-color: #fff;
	border-color: #fcc;
}

#draggedItem
{
	position: absolute;
	background-color: #ccc;
	border-color: #777;
	opacity: 0.75;
}

.Widget
{
	padding: 10px;
	border: 2px dashed;
	-moz-user-select: none;
}

#shoppingCart
{
	position:absolute;
	left: 220px;
	top: 300px;
	padding: 10px;
	color: #000;
	border: 2px solid #aaa;
	-moz-user-select: none;
}

#checkOut
{
	position:absolute;
	left: 240px;
	top: 400px;
	padding: 10px;
	-moz-user-select: none;
}

.buttonUp
{
	border-top: 2px solid #efefef;
	border-left: 2px solid #cecece;
	border-right: 2px solid #979797;
	border-bottom: 2px solid #777;
}

.buttonDown
{
	border-top: 2px solid #777;
	border-left: 2px solid #979797;
	border-right: 2px solid #cecece;
	border-bottom: 2px solid #efefef;
}

#dynamic
{
    width: 300px;
    height: 100px;
    left: 150px;
    top: 200px;
    border: 2px solid #aaa;
}