﻿.TextForm
{
	font-family: Arial;
	font-size:12px;
	background-color:#CECECE;
	border-bottom-width:1px;
	border-left-width:1px;
	}
	
	.StandardButton
	{
		background-color:#CCCCCC;

		}
	.form200
	{
		width:200px;}
		
	.form100
	{
		width:100px;}
					
	.form150
	{
		width:150px;}
		
	.form100p
	{
		width:100%;}	
		
	.formBackground
	{
	background-color: #d4d0c8; 
	
	}
	
	.formTopRightCorner
	{
	    width:16px;
	    height:15px;
	    background-image: url('/images/box/CornerBlue_RightTop.gif');
	    background-repeat:no-repeat;
	}
	
		.formTopLeftCorner
	{
	    width:15px;
	    height:15px;
	    background-image: url('/images/box/CornerBlue_LeftTop.gif');
	    background-repeat:no-repeat;
	}
	
	
	
  span.handle {
    background-color: #E8A400;
    color:white;
    cursor: move;
  }
	
	  ul.sortablelist {
    list-style-image:none;
    list-style-type:none;
    margin-top:5px;
    margin:0px;
    padding:0px;
    cursor: move;
  }
	
	  ul.sortabledemo li {
    padding:5px;
    margin:5px;
    cursor: move;
  }