body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 980px;
}

.dragme
{
	border: 1px solid #40cff9;
	padding: 0px;
	margin: 0px;
	background-color: #b7f3f6;
	color: black;
	display: inline;
}

.inbin
{
	background-color: #ffeae9;
	color: #8c8080;
	padding: 5px;
	font-size: small;
}

#pic
{
	float: left;
}

#pic img
{
	height: 60px;
	width: 40px;
}

#headtext
{
	width: 750px;
	float: left;
	margin-bottom: 30px;
}

#text
{
	border: 2px solid black;
	padding: 10px;
	float: left;
	width: 500px;
}

#definitionbin
{
	position: relative;
	float: left;
	width: 300px;
	min-height: 600px;
	border: 2px solid black;
	margin-left: 30px;
	padding: 10px;
}

#bin
{
	position: relative;
	background-color: #f6bab7;
	color: black;
	background-image: url(../img/dictionaryicon.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 270px;
	min-height: 500px;
	padding: 10px;
	margin: 70px 5px 5px 5px;
	border: 1px solid #836361;
}

* html #definitionbin
{
	height: 600px;
}

* html #bin
{
	height: 500px;
}

#bin div
{
	border: 1px solid #f6bab7;
	font-weight: bold;
}

#remove
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 50px;
	width: 50px;
	color: black;
	background-color: #b7f6ba;
	background-image: url(../img/recyclebin.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid green;
	margin-right: 5px;
}

#footer
{
	font-size: x-small;
	padding-top: 5px;
	clear:both;
}
