
label { position: relative; bottom: 7px; left: 5px; font-size: 7pt; font-family: verdana,arial; letter-spacing: 3px; cursor: pointer; cursor: hand; }
input { margin-bottom: 5px; }
#spastic { cursor: hand; cursor: pointer; }
.blurred { border: 1px solid gray; }
.focused { border: 1px solid #993300; }
#content { height: 580px; width: 395px; }
textarea { font-family: Arial Verdana; background-color: #e5e5e5; }
.groovybutton {
   font-size:16px;
   font-family:Arial,sans-serif;
   height:26px;
   background-color:#779999;
   background-image:url(/images/back03.gif);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
}
.groovybutton:hover { border-color:#993300; cursor: hand; cursor: pointer; }

.regex {
 background-color: #e5e5e5; 
 border: 1px solid gray;
 
 }

#foobar {
background-color: #e5e5e5;
padding: 3px;
}

#tabs{
    margin-left: 4px;
    padding: 0;
    background: transparent;
    padding-left: 5px;
}
#tabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}
#tabs a{
    float:left;
    margin:0 2px 0 0;
    padding:0 0 1px 3px;
    text-decoration:none;
}
#tabs a span{
    float:left;
    display:block;
    padding:4px 9px 2px 6px;
}
#tabs a span{float:none;}
#tabs a:hover{  }
#tabs a:hover span{ }
.currenttab{
	position: relative;
	bottom: 2px;
	z-index: 7;
}
#tabHeaderActive span { 
   border-top: 0px;
   border-right: 1px solid #e5e5e5;
   border-left: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   font-size: 11px;
   }
.tabContent {
    clear:both;
    border:1px solid #e5e5e5;
    padding-top:2px;
	height: 160px;
}

#tabContent1 {
	position:relative;	
}
#groovybutton1 {
	position: absolute;
	top: 45px;
	left: 50px;
}
#method {
	position: absolute;
	top: 130px;
	right: 10px;
}
.crypto {
	position: absolute;
	top: 35px;
	right: 80px;
}
#tabContent2 {
	position:relative;	
}
#groovybutton2 {
	margin-right: 12px;
	}
#regex {
	margin-left: 2px;
	margin-right: 2px;
}
#needle {
	font-size: 25px !important;
	color: #716161;
	display:inline;
}
.match {
	color: #EC5959;
}
#match, #capture {
color: #716161
}


