﻿/*Reorder List*/

.reorderList li {
	list-style:none;
	margin:2px;
	background-repeat:repeat-x;
    margin: 0; 
    padding: 0;
}

.reorderList ul {
    margin: 0; 
    padding: 0;
}

.dragHandle {
	width:16px;
	height:16px;
	background-color:White;
	background-image:url('images/shape_handles.png');
	cursor:move;
	border:outset thin white;
}

.reorderBorder
{
	border-bottom: solid 1px Gray;
	border-top: solid 1px Gray;
	border-right: solid 1px Gray;
	border-left: solid 1px White;
}
