@charset "UTF-8";
/* CSS Document */

html, body { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
} 
body {
	background-color: #fff;
	color: #999;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
}
#container {
	width: 1200px;
	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
}
a:focus {
    outline: none;
}
a:link, a:visited {
	color: #808080;
    text-decoration: underline;
}
a:hover, a:active {
    color: #999;
    text-decoration: none;
}

img {
border: 0;
}

.clear { 
clear:both; 
}


#dragable-holder-1 { 
width: 161px;
float: left;
}


#dragable-holder-2 { 
width: 161px;
float: left;
}

#dragable-holder-3 { 
width: 150px;
float: left;
}

#dragable-holder #left {
float:left;
}

#dragable-holder #right {
float:right;
}

.dragable { 
position:relative; 
cursor:move; 
width:150px; 
height:100px; 
float:left; 
margin:0 0 9px 0px;
padding:0px 0 0 0; 
float:left; 
}

#droppable-holder { 
width: 625px;
float: left;
}

.droppable { 
border:1px solid #eee; 
width:152px; 
height:102px;
float:left; 
margin:0; }

.mo	{ 
background:#eee; 
}

.locked	{ 
cursor:default; 
background:#fffea1; 
}

.locked-border	{ 
border:1px solid #fc0; 
}

#droppable-holder p {
margin : 18px 0 2px 6px;
}