#regExpTester .row	{ padding: 5px 0px; margin: 0px 2px; border-bottom: 1px dashed #dcd; line-height: 170%; overflow:hidden; }

label		{ margin-right:5px; }
.f			{ background: #ee0; }
#demo		{ word-spacing: 2px; }
.odd		{ background-color: #ff0; font-weight: bold; }
.even		{ background-color: #8cf; font-weight: bold; }
.regex-list	{ }
#subject	{ font-size: 10px; width: 172px; font-family: Tahoma,Verdana,serif,sans-serif; margin: 2; border: 1px solid #eee; }
#result		{ display: none; }
.checkbox	{ margin: 0px 5px 0px 0px; padding: 0; }

#regExpTester #button button	{ border-width: 1px; padding:3px; font-weight: bold;font-size: 10px; color:#777; }
#regExpTester #button			{ padding: 5px; text-align: right; }


/* aspkoll specifikt */	
.leftDesignBg {
	width:100%;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, serif, sans-serif;
	font-size:11px;
	margin-top:-2px;
}

body	{
	font-family: Tahoma,Verdana,serif,sans-serif;
	font-size:11px;
	line-height: 12px;
}

#regEx, #subject {
	width:100%;
}