/* 
    Document   : TextUtil
    Created on : Mar 28, 2010, 7:54:57 PM
    Author     : Sylver
    Description:
        Formatting for Text Utils.
*/

#srcData
{
	position: relative;
    height: 250px;
    width: 100%;
	margin:5px 0;
}
#regex
{
    display: none;
    position: absolute;
    background: teal;
    border: 1px solid black;
    padding: 5px;
    width: 100px;
}
.TextUtilsForm
{
	width: 100%;
}

