/* GENERAL STYLES */
.MultilineTextAreaInControll 
{
        border:1px;
border-style: solid;
border-color: #7F9DB9;
	height:100px;
	width:420px;
}
.TextBoxInControll
{
        border:1px;
border-style: solid;
border-color: #7F9DB9;
        	width:220px;
height:13px;
padding: 4px 1px 1px;
text-align:bottom;
}
.SelectInControll
{
        border:1px;
border-style: solid;
border-color: #7F9DB9;
height:20px;
  
	width:224px;
}
.ButtonInControl 
{
               border:1px;
border-style: solid;
border-color: #7F9DB9;
	width: 190px;
	height: 28px;

}

/* EDITOR PROPERTIES */
