* {	margin: 0; padding: 0; }

body {
/*	font: 0.9em Arial;
	padding: 40px; */
}

#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;

}

#test-list,#testlist  {
	list-style: none;
	width:470px;
	margin:0px;
	position:relative;
}




#test-list li ,#testlist li {
        display: block;
       
        margin: 3px 3px 3px 0px;width:460px; 
        text-align:left;
        vertical-align:top; 
        padding-bottom:10px;
 
}

#test-list li img.handle  ,#testlist li img.handle
{
    text-align:left;
	margin-right: 5px;
	cursor: move;

	
}


.listborder 
{ display:table;
    /*border: 2px solid #851607;*/
    
        border: 2px solid #C8DADC;
    -moz-border-radius:8px;
z-index:500px;

    }
.listborderIE
{
      display: block;

     border: 2px solid #851607;
    -moz-border-radius:8px;

 
}


/* html>body .listborder
{
       display: block;
       border:0px;
       outline: 2px solid #851607;
       -moz-outline-radius:8px;

 
}*/

.borderli
{    display: block;
     border-bottom:1px solid #b7b7b7;
     border-right: 1px solid #b7b7b7;
   /* -moz-border-radius:10px;*/

    }


.lbltext
{
    text-align:left;
    vertical-align:top;
    margin-right: 5px;

    }

.dropdownclass
{
    -webkit-appearance: none;

    }

#framedivs
{
  background: url(/images/frame.gif) no-repeat 0 0;
   width:80px;
   height:80px ;
  border :0;
  position:relative;
    
    }
    .styledropdown
    {
        
        background:url(/images/greydrodown.gif)no-repeat 0 0;
        width:105px;
        height:20px;
        }